prosemirror-view
Advanced tools
Changelog
1.0.10 (2018-01-24)
Improve preservation of open and closed nodes in slices taken from the clipboard.
Changelog
1.0.9 (2018-01-17)
Work around a Chrome cursor motion bug by making sure <br> nodes don't get a contenteditable=false attribute.
Changelog
1.0.8 (2018-01-09)
Fix issue where Decoration.map
would in some situations with nested nodes incorrectly map decoration positions.
Changelog
1.0.7 (2018-01-05)
Pasting from an external source no longer opens isolating nodes like table cells.
Changelog
1.0.6 (2017-12-26)
DecorationSet.remove
now uses a proper deep compare to determine if widgets are the same (it used to compare by identity).
Changelog
1.0.5 (2017-12-05)
Fix an issue where deeply nested decorations were mapped incorrectly in corner cases.
Changelog
1.0.3 (2017-11-23)
Pressing backspace between two identical characters will no longer generate a transaction that deletes the second one.
Changelog
1.0.2 (2017-11-20)
Fix test for whether a node can be selected when arrowing onto it from the right.
Calling posAtCoords
while a read from the DOM is pending will no longer return a malformed result.