This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
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:
0.20.1
->0.20.3
0.20.0
->0.20.2
0.20.2
->0.20.3
0.20.0
->0.20.1
0.20.4
->0.20.7
Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v0.20.3
Compare Source
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
Compare Source
New features
The package now exports an
insertCompletionText
helper that implements the default behavior for applying a completion.codemirror/language (@codemirror/language)
v0.20.2
Compare Source
Bug fixes
List style-mod as a dependency.
v0.20.1
Compare Source
Bug fixes
Make sure
all
styles in the CSS generated for aHighlightStyle
have a lower precedence than the other rules defined for the style. Use a shorthand propertycodemirror/lint (@codemirror/lint)
v0.20.3
Compare Source
New features
Diagnostic objects may now have a
renderMessage
method to render their message to the DOM.codemirror/state (@codemirror/state)
v0.20.1
Compare Source
New features
EditorView.phrase
now accepts additional arguments, which it will interpolate into the phrase in the place of$
markers.codemirror/view (@codemirror/view)
v0.20.7
Compare Source
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
Compare Source
Bug fixes
Make sure the editor re-measures itself when its attributes are updated.
v0.20.5
Compare Source
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
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.