prosemirror-view
Advanced tools
Changelog
1.18.9 (2021-07-11)
Fix a bug in the previous release where handleClickOn
wasn't fired anymore for clicks with the middle or right mouse button.
Changelog
1.18.8 (2021-06-23)
Work around a Safari bug where it draws the cursor at the start of the line when it is after an uneditable node at the end of the line.
Fix an issue where the DOM could get out of sync when editing decorated text.
Work around an issue where Firefox draws the cursor on the wrong line when after a newline.
Fix a bug where double-clicking with the left mouse button and then pressing another mouse button was treated as a triple click.
Changelog
1.18.7 (2021-05-20)
Fix a bug where clicking on a textblock that had a node-selected parent didn't set a cursor selection.
Fix a bug that caused a workaround for a Chrome Android issue to not work correctly, leading to bad cursor placement after some types of text input.
Changelog
1.18.6 (2021-05-17)
Fix a crash in mouse click handling introduced in the previous version.
Changelog
1.18.5 (2021-05-17)
Work around a Firefox bug where backspace sometimes deletes the node after the cursor.
Fix a bug that prevented transformPasted
hooks from being called on content dragged within the editor.
Fixes an issue where clicking near a node or other special selection on Chrome would in some cases do nothing.
Changelog
1.18.4 (2021-04-27)
Fix incorrect drag cursor in Chrome on some platforms.
Fix an issue where a race condition could leave a node uneditable when clicked.
Fix scroll handling when the editor is placed through a DOM component slot.
Fix a typo in the Chrome backspace workaround.
Fixes an issue where, when mouseup events weren't being delivered, the editor could leak event handlers.
Changelog
1.18.3 (2021-04-13)
Fix an issue where, when pressing enter or space at the start of a composition, the cursor would jump to the end of the composition on Chrome Android.
Fix an issue that would cause Enter presses to be dropped on Android when in a node whose DOM representation nested more than one element.
Fix a bug where pasting specific types of HTML could cause a crash.
Changelog
1.18.2 (2021-03-25)
Properly handle CSS class name strings with extra spaces in decorations.
Fix a performance bug when updating nodes with thousands of children.
Changelog
1.18.1 (2021-03-15)
Fix the scrolling-into-view logic in the case where a scale transformation is applied to the editor. Strip carriage return chars from text pasted as code
Remove carriage return characters when pasting text into code blocks.