prosemirror-view
Advanced tools
Changelog
1.16.5 (2020-12-11)
Fix platform detection on recent iPadOS versions, restoring several workarounds for bugs that were accidentally turned off there.
Changelog
1.16.4 (2020-12-02)
Fix an issue where the cursor ended up in the wrong place when pressing enter in an empty heading on iOS.
Changelog
1.16.3 (2020-11-23)
Fix an issue where pressing enter at the start of a line in a code block would leave the visible cursor in the wrong place on Firefox.
Changelog
1.16.2 (2020-11-18)
Fix a bug where overlapping inline decorations would get drawn incorrectly (and even corrupt the drawing of unrelated content).
Changelog
1.16.1 (2020-10-26)
Fix an issue where the attributes of defining nodes were dropped when copying to the clipboard.
Changelog
1.16.0 (2020-10-01)
Fix an issue where a drag starting briefly after an aborted drag could confuse the view and break the second drag. Allow callers of coordsAtPos to specify a side
EditorView.coordsAtPos
now takes a side
argument that determines which side of the position to look, if ambiguous.
Changelog
1.15.7 (2020-09-11)
Fix an issue where, when inserting <br>
nodes, Safari would briefly show the cursor before the inserted break, though the DOM selection had already been set after it.
When dragging inside the editor, whether the operation copies or moves is now determined by the modifiers held on drop, not on drag start.
Changelog
1.15.6 (2020-09-03)
Fix issue where the DOM selection could end up in an invalid state after a keyboard cursor motion event that had no effect.
Fix an issue where some types of drop events would fail to select the dropped content.
Work around Safari issues when pressing shift-down with the cursor before an uneditable element.
Changelog
1.15.5 (2020-08-25)
Fix an issue where mapping a decoration set could corrupt the decoration positions in specific cases.