Update CodeMirror#879
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
87234aa to
5869119
Compare
bd5dcb3 to
1f3fcb5
Compare
4d00367 to
a0784d7
Compare
a2d4dfd to
16aaeed
Compare
2244c55 to
f1b2d53
Compare
a285f72 to
6061f91
Compare
aa5c02b to
03dfbff
Compare
646c00f to
941e878
Compare
8083279 to
4269dd7
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.19.1→6.20.16.10.0→6.10.36.11.3→6.12.36.9.2→6.9.56.5.11→6.7.06.5.2→6.6.06.38.6→6.41.1Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v6.20.1Compare Source
Bug fixes
Clicking the horizontal dots at the top/bottom of a list of completion options now moves the selection there, so that more completions become visible.
v6.20.0Compare Source
New features
Completions now support a
sortTextproperty to influence sort order.codemirror/commands (@codemirror/commands)
v6.10.3Compare Source
Bug fixes
Make sure selection-extending commands preserve the associativity of the selection head.
v6.10.2Compare Source
Bug fixes
Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.
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.3Compare Source
Bug fixes
Fix a crash in
bracketMatchingwhen composing at end of document.v6.12.2Compare Source
Bug fixes
Make sure brackets are highlighted in the initial editor state.
Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.
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/lint (@codemirror/lint)
v6.9.5Compare Source
Bug fixes
Use more appropriate background colors for the selected diagnostic in dark mode.
v6.9.4Compare Source
Bug fixes
Make sure
nextDiagnosticselects entire diagnostics, even when they overlap with other diagnostics.v6.9.3Compare Source
Bug fixes
Fix an issue where the lint panel inappropriately blocks the default behavior of key combinations with Ctrl, Alt, or Cmd held.
codemirror/state (@codemirror/state)
v6.6.0Compare Source
New features
EditorSelection.rangenow takes an optionalassocargument.SelectionRange.extendcan now be given a third argument to specify associativity.v6.5.4Compare Source
Bug fixes
Make
SelectionRange.eqreturn false when the ranges have different goal columns.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.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.