This repository was archived by the owner on Apr 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments