slate@0.63.0
·
861 commits
to main
since this release
Minor Changes
- #4230
796389c7Thanks @TheSpyder! - Applying invalidinsert_nodeoperations will now throw an exception for all invalid paths, not just invalid parent paths.
Patch Changes
-
#4245
b33a531bThanks @JonasKruckenberg! - Removed lodash dependecy to reduce bundled footprint -
#4208
feb293aaThanks @TheSpyder! - FixError: Cannot get the start point in the node at path [...] because it has no start text nodecaused by normalizing a document where some elements have no children -
#4230
796389c7Thanks @TheSpyder! - Exceptions ineditor.apply()andEditor.withoutNormalizing()will no longer leave the editor in an invalid state -
#4227
e6413d46Thanks @ulion! - Fixed a bug that would allow multiple changes to be scheduled at the same time.