Improvement
-BlockMutationType
andBlockMutationEvent
types exportedImprovement
-blocks.update(id, data)
now can accept partial data object — it will update only passed properties, others will remain the same.Improvement
-blocks.update(id, data)
now will trigger onChange with onlyblock-change
event.Improvement
-blocks.update(id, data)
will return a promise with theBlockAPI
object of the changed block.