Skip to content

Bump @codemirror/view from 6.39.15 to 6.40.0#3579

Merged
williamjallen merged 1 commit intomasterfrom
dependabot/npm_and_yarn/codemirror/view-6.40.0
Apr 3, 2026
Merged

Bump @codemirror/view from 6.39.15 to 6.40.0#3579
williamjallen merged 1 commit intomasterfrom
dependabot/npm_and_yarn/codemirror/view-6.40.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Bumps @codemirror/view from 6.39.15 to 6.40.0.

Changelog

Sourced from @​codemirror/view's changelog.

6.40.0 (2026-03-12)

Bug fixes

Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.

Fix an issue where EditorView.moveVertically could move to the wrong place in wrapped lines with a large line height.

Make sure the selection head associativity is properly set for mouse selections made with shift held down.

New features

WidgetType.updateDOM is now called with the previous widget value as third argument.

6.39.17 (2026-03-10)

Bug fixes

Improve touch tap-selection on line wrapping boundaries.

Make drawSelection draw our own selection handles on iOS.

Fix an issue where posAtCoords, when querying line wrapping points, got confused by extra empty client rectangles produced by Safari.

6.39.16 (2026-03-02)

Bug fixes

Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.

Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.

Fix an issue where some types of text input over a selection would be read as happening in wrong position.

Commits
  • 4773b2e Mark version 6.40.0
  • 773a0ee Properly track associativity for shift-click selections
  • 3612d3f Bring back the vertical scan loop in moveVertically
  • bc58375 Don't put Shift-Enter/Backspace/Del through the iOS pending key hack
  • fd252fa Change WidgetType.updateDOM from type to this
  • 9373f52 Pass the old widget value to WidgetType.updateDOM
  • 3d236d2 Mark version 6.39.17
  • 0a8ddb1 Avoid posAtCoords getting confused by empty wrapping rectangles returned by S...
  • f22a194 Implement iOS selection handle drawing in the selection layer
  • 07d54a0 Use last touch position to assign a side to touch selections in wrapping editors
  • Additional commits viewable in compare view

@williamjallen williamjallen enabled auto-merge April 1, 2026 12:21
@williamjallen williamjallen added this pull request to the merge queue Apr 1, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Apr 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.40.0 branch from 64beb29 to 524ce73 Compare April 1, 2026 17:42
@williamjallen williamjallen enabled auto-merge April 1, 2026 17:53
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.39.15 to 6.40.0.
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.39.15...6.40.0)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/codemirror/view-6.40.0 branch from 524ce73 to b954fa1 Compare April 1, 2026 17:59
@williamjallen williamjallen disabled auto-merge April 1, 2026 18:00
@williamjallen williamjallen enabled auto-merge April 1, 2026 18:00
@williamjallen williamjallen added this pull request to the merge queue Apr 3, 2026
Merged via the queue into master with commit 9a558f8 Apr 3, 2026
12 of 14 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/codemirror/view-6.40.0 branch April 3, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant