Update CodeMirror
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@codemirror/autocomplete | ^0.20.1 -> ^0.20.3 |
||||
@codemirror/lang-markdown | ^0.20.0 -> ^0.20.1 |
||||
@codemirror/language | ^0.20.0 -> ^0.20.2 |
||||
@codemirror/state | ^0.20.0 -> ^0.20.1 |
||||
@codemirror/view | ^0.20.4 -> ^0.20.7 |
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Test plan: CI should pass with updated dependencies.
Release Notes
codemirror/autocomplete
v0.20.3
Bug fixes
Add an aria-label to the completion listbox.
Fix a regression that caused transactions generated for completion to not have a userEvent
annotation.
v0.20.2
New features
The package now exports an insertCompletionText
helper that implements the default behavior for applying a completion.
codemirror/lang-markdown
v0.20.1
New features
The codeLanguages
option to markdown
may now be a function from an info string to a language.
codemirror/language
v0.20.2
Bug fixes
List style-mod as a dependency.
v0.20.1
Bug fixes
Make sure all
styles in the CSS generated for a HighlightStyle
have a lower precedence than the other rules defined for the style. Use a shorthand property
codemirror/state
v0.20.1
New features
EditorView.phrase
now accepts additional arguments, which it will interpolate into the phrase in the place of $
markers.
codemirror/view
v0.20.7
Bug fixes
Fix an issue on Chrome Android where the DOM could fail to display the actual document after backspace.
Avoid an issue on Chrome Android where DOM changes were sometimes inappropriately replace by a backspace key effect due to spurious beforeinput events.
Fix a problem where the content element's width didn't cover the width of the actual content.
Work around a bug in Chrome 102 which caused wheel scrolling of the editor to be interrupted every few lines.
v0.20.6
Bug fixes
Make sure the editor re-measures itself when its attributes are updated.
v0.20.5
Bug fixes
Fix an issue where gutter elements without any markers in them would not get the cm-gutterElement
class assigned.
Fix an issue where DOM event handlers registered by plugins were retained indefinitely, even after the editor was reconfigured.
Configuration
-
If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
App preview:
Check out the client app preview documentation to learn more.