React to a change of the block alignment

Turns out that if one uses wp.data.subscribe, you’re able to intercept any change that occurr in the editor. As you can imagine, this is not very performant. So I’ve decided to create an extra hidden attribute that stores the old alignment value for the block, and fire the callback only when that attribute and the align one are not the same.