Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 4773b2e

Browse files
committed
Mark version 6.40.0
1 parent 773a0ee commit 4773b2e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 6.40.0 (2026-03-12)
2+
3+
### Bug fixes
4+
5+
Fix a bug that caused Shift-Enter/Backspace/Delete on iOS to lose the shift modifier when delivered to key event handlers.
6+
7+
Fix an issue where `EditorView.moveVertically` could move to the wrong place in wrapped lines with a large line height.
8+
9+
Make sure the selection head associativity is properly set for mouse selections made with shift held down.
10+
11+
### New features
12+
13+
`WidgetType.updateDOM` is now called with the previous widget value as third argument.
14+
115
## 6.39.17 (2026-03-10)
216

317
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/view",
3-
"version": "6.39.17",
3+
"version": "6.40.0",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)