prosemirror-view
Advanced tools
Changelog
1.23.13 (2022-04-26)
Work around a hidden cursor issue in Chrome when a textblock ends in an uneditable node wrapped in a mark.
Changelog
1.23.12 (2022-04-08)
Fix an issue where enter on Chrome Android could, in textblock nodes rendered with an inner content element, delete the text after the cursor.
Changelog
1.23.11 (2022-03-31)
Fix an issue where a node view with a separate content wrapper node could sometimes lose its content on Chrome when backspacing out content due to unexpected DOM element recreation.
Changelog
1.23.10 (2022-03-22)
Fix a crash in DecorationSet.map
that could occur with some kinds of lift transformations.
Changelog
1.23.9 (2022-03-11)
Make sure screen readers don't read the <img>
nodes added as kludge for cursor behavior.
Changelog
1.23.8 (2022-03-10)
Fix an issue where the editor needlessly interrupted composition with IME systems that keep the cursor at the start of the composition, such as some Pinyin input methods.
Changelog
1.23.7 (2022-02-25)
Fix a crash when a view was being destroyed during input reading.
Fix a crash on Firefox when replacing text in some specific types of document structure.
Changelog
1.23.6 (2022-01-13)
Fix an issue that could cause pieces of DOM to not be synchronized with the document after some kind of changes around marks.
Fix a bug where marks rendered with nested elements would in some situations suppress new input.
Disable Chrome-specific drag-selection workaround in non-Chrome browsers because it affected table cell selection in Safari.