We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775f8de commit 49959cdCopy full SHA for 49959cd
CHANGELOG.md
@@ -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
11
## 6.8.1 (2025-03-31)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.8.1",
+ "version": "6.9.0",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments