Skip to content

Commit 49959cd

Browse files
committed
Mark version 6.9.0
1 parent 775f8de commit 49959cd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.9.0 (2025-10-02)
2+
3+
### Bug fixes
4+
5+
Prevent the default behavior of backspace and delete keys, to prevent the browser from doing anything creative when there's nothing to delete.
6+
7+
### New features
8+
9+
Implement new `addCursorAbove` and `addCursorBelow` commands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap.
10+
111
## 6.8.1 (2025-03-31)
212

313
### 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/commands",
3-
"version": "6.8.1",
3+
"version": "6.9.0",
44
"description": "Collection of editing commands for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)