Skip to content

Update @codemirror/view 6.10.0 → 6.12.0 (minor)#4630

Merged
canova merged 2 commits into
mainfrom
depfu/update/yarn/@codemirror/view-6.12.0
May 26, 2023
Merged

Update @codemirror/view 6.10.0 → 6.12.0 (minor)#4630
canova merged 2 commits into
mainfrom
depfu/update/yarn/@codemirror/view-6.12.0

Conversation

@depfu

@depfu depfu Bot commented May 25, 2023

Copy link
Copy Markdown
Contributor

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​codemirror/view (6.10.0 → 6.12.0) · Repo · Changelog

Release Notes

6.12.0 (from changelog)

Bug fixes

Remove an accidentally included console.log.

New features

EditorViewConfig.dispatch is now passed the view object as a second argument.

6.11.3 (from changelog)

Bug fixes

Make sure pointer selection respects EditorView.atomicRanges.

Preserve DOM widgets when their decoration type changes but they otherwise stay in the same place.

Fix a bug in drawSelection that could lead to invisible or incorrect selections for a blank line below a block widget.

6.11.2 (from changelog)

Bug fixes

Fix a bug where the crosshairCursor extension could, when non-native key events were fired, trigger disruptive and needless view updates.

Fix an Android issue where backspacing at the front of a line with widget decorations could replace those decorations with their text content.

Respect scroll margins when scrolling the target of drag-selection into view.

Validate selection offsets reported by the browser, to work around Safari giving us invalid values in some cases.

6.11.1 (from changelog)

Bug fixes

Don't preserve the DOM around a composition that spans multiple lines.

6.11.0 (from changelog)

New features

Gutters now support a widgetMarker option that can be used to add markers next to block widgets.

6.10.1 (from changelog)

Bug fixes

Limit cursor height in front of custom placeholder DOM elements.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the dependencies Pull requests that update a dependency file label May 25, 2023
@depfu depfu Bot requested review from canova and julienw May 25, 2023 09:25
@codecov

codecov Bot commented May 25, 2023

Copy link
Copy Markdown

Codecov Report

Patch and project coverage have no change.

Comparison is base (7d76b93) 88.61% compared to head (5876494) 88.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4630   +/-   ##
=======================================
  Coverage   88.61%   88.61%           
=======================================
  Files         294      294           
  Lines       26094    26094           
  Branches     7035     7035           
=======================================
  Hits        23124    23124           
  Misses       2765     2765           
  Partials      205      205           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@canova canova merged commit 5e9cf0d into main May 26, 2023
@depfu depfu Bot deleted the depfu/update/yarn/@codemirror/view-6.12.0 branch May 26, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant