We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1cf39 commit 2be11c5Copy full SHA for 2be11c5
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 6.7.0 (2024-10-07)
2
+
3
+### Bug fixes
4
5
+Bind Shift-Enter to the same command as Enter in the default keymap, so that it doesn't do nothing when on an EditContext-supporting browser.
6
7
+### New features
8
9
+Add commands for by-string-index cursor motion that ignores text direction.
10
11
## 6.6.2 (2024-09-17)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.6.2",
+ "version": "6.7.0",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments