Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.19.1->^6.20.0^6.10.0->^6.10.1^6.11.3->^6.12.16.11.3->6.12.1^6.5.2->^6.5.36.5.2->6.5.3^6.38.6->^6.39.86.38.6->6.39.8Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v6.20.0Compare Source
New features
Completions now support a
sortTextproperty to influence sort order.codemirror/commands (@codemirror/commands)
v6.10.1Compare Source
Bug fixes
Fix a bug where
copyLineDownwould leave the cursor on the wrong line when it was at the start of the line.codemirror/language (@codemirror/language)
v6.12.1Compare Source
Bug fixes
Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.
v6.12.0Compare Source
codemirror/state (@codemirror/state)
v6.5.3Compare Source
Bug fixes
Fix an issue where
RangeValue.eqcould get called with a value of a different class.EditorState.charCategorizernow only uses the highest-precedence set of word characters from the language data, to allow overriding these.codemirror/view (@codemirror/view)
v6.39.8Compare Source
Bug fixes
Fix a bug that cause
coordsAtPosto use the dimensions of widget buffers when there were more meaningful elements to use nearby.Fix a data structure corruption that could cause crashes during viewport changes.
v6.39.7Compare Source
Bug fixes
Fix a bug that could sometimes cause the document to become mangled during composition.
v6.39.6Compare Source
Bug fixes
Fix an issue when composing on the boundary of a decoration, where the text after the composition would get garbled.
v6.39.5Compare Source
Bug fixes
Fix an issue where replaced widgets alone on a line weren't reused and didn't get their
updateDOMmethod called.Fix a bug where, when selecting full lines at the end of the document and inserting a character on Chrome, an inappropriate extra newline was inserted.
v6.39.4Compare Source
Bug fixes
Fix a bug where paste events handlers on Chrome could fail to run when pasting on a blank line.
Fix a regression causing the native cursor to get stuck before block widgets with side>0.
Fix a crash in content DOM building after a block widget.
Fix a bug in
posAtCoordsthat would in some circumstances make it return positions on the wrong side of a block widget.v6.39.3Compare Source
Bug fixes
Fix a bug that could corrupt the rendered document in some situations involving adjacent mark decorations of the same type.
v6.39.2Compare Source
Bug fixes
Fix an issue where
moveVertiallywas sometimes unable to escape lines with thick borders or padding.v6.39.1Compare Source
Bug fixes
Restore a workaround for a Chrome selection bug that had regressed in the previous release.
v6.39.0Compare Source
Bug fixes
Properly handle bidirectional text in
posAtCoords.Avoid computing a zero character width (leading to divisions by zero) when the editor is hidden and the browser doesn't have a layout for it.
New features
The
posAndSideAtCoordsmethod is an extended version ofposAtCoordsthat also tells you which side of the position the coordinates are associated with.Add support for block wrappers, decoration-like things that allow extension code to create DOM nodes around groups of lines.
v6.38.8Compare Source
Bug fixes
Improve handling of composition with multiple cursors on MacOS.
Fix an issue where computing a document position from screen coordinates would sometimes go wrong in right-to-left text.
v6.38.7Compare Source
Bug fixes
Make detection of transformed tooltip parent elements (forcing absolute positioning) more robust on current browsers.
Avoid an issue where on Chrome and Safari, typing over a cross-line selection can replace widgets on the line after the selection with their plain text content.
Fix a bug that broke insertion of composed input at multiple cursors when the IME keeps the selection at the start of the composed text.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.