prosemirror-view
Advanced tools
Changelog
1.24.0 (2022-05-30)
Fix an issue where bogus table wrappers could be added when copy-pasting table content nodes within an editor.
Fix a crash that could occur when two textblocks were joined in the editor DOM.
Treat ctrl-b/f/p/n on macOS similar to arrow key presses, anticipating cursor motion.
Include TypeScript type declarations.
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.