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 c9b8340 commit 4d143a6Copy full SHA for 4d143a6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.8.0 (2025-01-08)
2
+
3
+### New features
4
5
+The new `cursorGroupForwardWin` and `selectGroupForwardWin` commands implement Windows-style forward motion by group.
6
7
## 6.7.1 (2024-10-21)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.7.1",
+ "version": "6.8.0",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments