You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.38.2
### Bug fixes
Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.
Make sure all pointer selections skip atomic ranges.
Version 6.38.1
### Bug fixes
Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.
Fix a layout bug that could occur with very narrow editors.
Version 6.38.0
### New features
Gutters can now specify that they should be displayed after the content (which would be to the right in a left-to-right layout).
Version 6.37.2
### Bug fixes
Fix an issue where moving the cursor vertically from the one-but-last character on a line would sometimes move incorrectly on Safari.
Fix an issue causing coordinates between lines of text to sometimes be inappropriately placed at the end of the line by `posAtCoords`.
Version 6.37.0
### New features
View plugins can now take an argument, in which case they must be instantiated with their `of` method in order to be added to a configuration.
The new `showDialog` function makes it easy to show a notification or prompt using a CodeMirror panel.
Version 6.36.8
### Bug fixes
Make `logException` log errors to the console when `onerror` returns a falsy value.
Fix an issue in `MatchDecorator` causing `updateDeco` to sometimes not do the right thing for deletions.
Version 6.36.7
### Bug fixes
Use the `aria-placeholder` attribute to communicate the placeholder text to screen readers.
Fix a crash when `EditorView.composing` or `.compositionStarted` are accessed during view initialization.
Version 6.36.6
### Bug fixes
Fix an issue where `drawSelection` would draw selections starting at a block widget not at a line break in an odd way.
Fix an issue where the editor would inappropriately scroll when editing near the bottom of the document with line wrapping enabled, in some cases.
Fix an issue that caused unnecessary transactions on focus change.
Version 6.36.5
### Bug fixes
Fix an issue where some browsers wouldn't enable context menu paste when clicking on placeholder text.
Fix an issue where cursor height would unnecessarily be based on a placeholder node's dimensions, and thus be off from the text height.