prosemirror-transform
Advanced tools
Changelog
1.2.4 (2020-03-10)
Fix joinPoint
to return check whether the parent node allows a given join.
Changelog
1.2.3 (2019-12-03)
Fix a crash in deleteRange
that occurred when deleting a region that spans to the ends of two nodes at different depths.
Changelog
1.2.2 (2019-11-20)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
Changelog
1.2.1 (2019-11-19)
The file referred to in the package's module
field now is compiled down to ES5.
Changelog
1.1.6 (2019-11-01)
Fixes an issue where deleting a range from the start of block A to the end of block B would leave you with an empty block of type B.
Changelog
1.1.5 (2019-10-02)
Fix crash in building replace steps for open-ended slices with complicated node content expressions.
Changelog
1.1.4 (2019-08-26)
Mapping.invert
is now part of the documented API (it was intented to be public from the start, but a typo prevented it from showing up in the docs).
Fix an issue where a replace could needlessly drop content when the first node of the slice didn't fit the target context.
replaceRange
now more aggressively expands the replaced region if replace
fails to place the slice.