@codemirror/view
Advanced tools
Changelog
6.21.3 (2023-10-06)
Fix an issue that caused coordsForChar
to return the wrong rectangle for characters after a line wrap in Safari.
Make the context menu work when clicking below the content in a fixed-height editor.
Tooltips that have been put below/above their target position because there is no room on their default side now stay there on further updates.
Changelog
6.21.2 (2023-10-02)
Fix a regression that broke dragging text from inside the editor.
Changelog
6.21.1 (2023-10-02)
Fix a bug that could corrupt the DOM view for specific changes involving newlines and mark decorations.
Changelog
6.21.0 (2023-09-29)
Fix a bug that could cause zero-length widgets at the start of a line to be left in the view even after they were removed.
RectangleMarker
's dimension properties are now public.
Changelog
6.20.2 (2023-09-25)
Fix an issue in the way the DOM selection is being read that could break backspacing of widgets on Android.
Fix a bug where the editor could incorrectly computate its transform scale when it was small.
Changelog
6.20.1 (2023-09-22)
Fix a crash in plugin event handlers after dynamic reconfiguration.
Fix an issue where, on Chrome, tooltips would no longer use fixed positioning.
Changelog
6.20.0 (2023-09-20)
Fix an issue that caused repositionTooltips
to crash when it was called on an editor without tooltips.
Fix an issue that caused the tooltip system to leave empty nodes in the DOM when an editor using the parent
option to tooltips
is destroyed.
Fix a bug that regression mouse interaction with the area of a fixed-size editor that isn't covered by the content.
Fix some issues with the way moveVertically
behaved for positions on line wrap points.
Fix a bug that could cause the document DOM to be incorrectly updated on some types of viewport changes.
The new getDrawSelectionConfig
function returns the drawSelection
configuration for a given state.
Changelog
6.19.0 (2023-09-14)
Make sure the drop cursor is properly cleaned up even when another extension handles the drop event.
Fix a crash related to non-inclusive replacing block decorations.
The new EditorView.domEventObservers
(and the corresponding option to view plugins) allows you to register functions that are always called for an event, regardless of whether other handlers handled it.
Changelog
6.18.1 (2023-09-11)
Fix an issue where the editor duplicated text when the browser moved content into the focused text node on composition.
Make sure widgetMarker
is called for gutters on lines covered by a block replace decoration.
Fix an issue where the cursor could be shown in a position that doesn't allow a cursor when the selection is in a block widget.