Open
Conversation
3700f03 to
93f42dd
Compare
93f42dd to
07fab82
Compare
fa50918 to
57c679a
Compare
831ceac to
d9964cd
Compare
d9964cd to
acf7d35
Compare
acf7d35 to
80a6631
Compare
be808b9 to
2da4fd0
Compare
4357e95 to
c65552c
Compare
c65552c to
27d6712
Compare
7e9b4b1 to
aa30e9b
Compare
bf36e18 to
c02833b
Compare
c02833b to
913fe78
Compare
913fe78 to
54b59fe
Compare
54b59fe to
cacdb25
Compare
cacdb25 to
cacd05d
Compare
2e8061b to
2bb561f
Compare
2bb561f to
a39ca71
Compare
4d38eb4 to
2e7c70e
Compare
a470dcd to
8f6a705
Compare
31c2653 to
6d02e4f
Compare
81c774c to
e8edc29
Compare
e8edc29 to
7322dee
Compare
12165ec to
4aaf2d4
Compare
4aaf2d4 to
4d2b25a
Compare
4d2b25a to
7e08ec9
Compare
cea2231 to
2035a1a
Compare
b984f54 to
3e656eb
Compare
3e656eb to
481f2f2
Compare
481f2f2 to
f091d6c
Compare
97cf7a2 to
f66bad9
Compare
f66bad9 to
8a7fdbd
Compare
21ed167 to
9a5104b
Compare
9a5104b to
843ea20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.18.2→6.20.06.10.1→6.10.26.7.1→6.10.26.10.3→6.12.16.5.11→6.6.06.5.7→6.6.06.5.3→6.5.46.4.0→6.5.46.39.9→6.39.146.23.1→6.39.14Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v6.20.0Compare Source
New features
Completions now support a
sortTextproperty to influence sort order.v6.19.1Compare Source
Bug fixes
Make sure a completion's info panel is associated with that completion in the accessibility tree.
v6.19.0Compare Source
New features
Completion sections may now set their rank to
dynamicto indicate their order should be determined by the matching score of their best-matching option.v6.18.7Compare Source
Bug fixes
Add a binding for Alt-i to trigger
startCompletion, following VS Code's current default bindings.Improve handling of nested fields in snippets.
v6.18.6Compare Source
Bug fixes
Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly.
v6.18.5Compare Source
Bug fixes
Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.
v6.18.4Compare Source
Bug fixes
Align the behavior of snippet completions with text completions in that they overwrite the selected text.
v6.18.3Compare Source
Bug fixes
Backspacing to the start of the completed range will no longer close the completion tooltip when it was triggered implicitly by typing the character before that range.
codemirror/commands (@codemirror/commands)
v6.10.2Compare Source
Bug fixes
Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.
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
v6.11.3Compare Source
Bug fixes
Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.
v6.11.2Compare Source
Bug fixes
Make sure folded ranges open when backspacing or deleting into them.
v6.11.1Compare Source
Bug fixes
Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
v6.11.0Compare Source
New features
Stream parsers now support a
mergeTokensoption that can be used to turn off automatic merging of adjacent tokens.v6.10.8Compare Source
Bug fixes
Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.
v6.10.7Compare Source
Bug fixes
Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.
Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.
v6.10.6Compare Source
Bug fixes
Fix a crash in
StreamLanguagewhen the input range is entirely before the editor viewport.v6.10.5Compare Source
Bug fixes
Fix an issue where a
StreamLanguagecould get confused when trying to reuse existing parse data when the parsed range changed.v6.10.4Compare Source
Bug fixes
Join adjacent tokens of the same type into a single token in .
Call stream language indent functions even when the language is used as a nested parser.
Fix a crash in
StreamParserwhen a parse was resumed with different input ranges.codemirror/search (@codemirror/search)
v6.6.0Compare Source
New features
Search queries now support a generic
testfield that can be used to implement custom tests on matches.codemirror/state (@codemirror/state)
v6.5.4Compare Source
Bug fixes
Make
SelectionRange.eqreturn false when the ranges have different goal columns.codemirror/view (@codemirror/view)
v6.39.14Compare Source
Bug fixes
Improve performance of
posAtCoordson long lines.Fix a regression where copy and cut in a shadow DOM on Safari would fall back to the native behavior, often copying the wrong text.
v6.39.13Compare Source
Bug fixes
Fix an issue where a widget at start or end of line, when wrapped to cover that whole line, could block vertical cursor motion.
Fix an issue
EditorView.moveVerticallythat would sometimes cause selection-extending vertical motion to get stuck on line wrapping points.v6.39.12Compare Source
Bug fixes
Fix a bug where the visual selection drawn by
drawSelectioncould fail to update properly in some circumstances.Fix a bug where PageUp/PageDown near the edge of the viewport might completely skip to the start/end of the document.
Fix a regression that caused mark decorations to be split on text node chunk boundaries again.
v6.39.11Compare Source
Bug fixes
Avoid handling copy events for parent editors.
v6.39.10Compare Source
Bug fixes
Fix a regression in the way widget are reused when content next to them changes.
Make sure font metrics get recomputed on
fonts.readyeven if the line height doesn't change.Fix an issue where compositions next to a widget that create a new text node could get needlessly interrupted during an editor update.
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 was generated by Mend Renovate. View the repository job log.