github-actions
released this
13 May 01:32
·
723 commits
to main
since this release
Minor Changes
- #4230
796389c7
Thanks @TheSpyder! - Applying invalidinsert_node
operations will now throw an exception for all invalid paths, not just invalid parent paths.
Patch Changes
-
#4245
b33a531b
Thanks @JonasKruckenberg! - Removed lodash dependecy to reduce bundled footprint -
#4208
feb293aa
Thanks @TheSpyder! - FixError: Cannot get the start point in the node at path [...] because it has no start text node
caused by normalizing a document where some elements have no children -
#4230
796389c7
Thanks @TheSpyder! - Exceptions ineditor.apply()
andEditor.withoutNormalizing()
will no longer leave the editor in an invalid state -
#4227
e6413d46
Thanks @ulion! - Fixed a bug that would allow multiple changes to be scheduled at the same time.