prosemirror-view
Advanced tools
Changelog
1.5.0 (2018-08-21)
Mark views are now passed a boolean that indicates whether the mark's content is inline as third argument.
Changelog
1.4.4 (2018-08-13)
Fix an issue where a non-empty DOM selection could stick around even though the state's selection is empty.
Fix an issue where Firefox would create an extra cursor position when arrow-keying through a widget.
Changelog
1.4.3 (2018-08-12)
Fix an issue where the editor got stuck believing shift was down (and hence pasting as plain text) when it was unfocused with shift held down.
Changelog
1.4.2 (2018-08-03)
Fix an issue where reading the selection from the DOM might crash in non-editable mode.
Changelog
1.4.1 (2018-08-02)
Fixes an issue where backspacing out the last character between the start of a textblock and a widget in Chrome would insert a random hard break.
Changelog
1.4.0 (2018-07-26)
The dispatchTransaction
prop is now called with this
bound to the editor view.
Changelog
1.3.8 (2018-07-24)
Fix an issue where Chrome Android would move the cursor forward by one after backspace-joining two paragraphs.
Changelog
1.3.7 (2018-07-02)
Fix a crash when scrolling things into view when the editor isn't a child of document.body
.
Changelog
1.3.6 (2018-06-21)
Make sure Safari version detection for clipboard support also works in iOS webview.