We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5caca0 commit d0c97baCopy full SHA for d0c97ba
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.6.2 (2024-09-17)
2
+
3
+### Bug fixes
4
5
+Fix an issue causing `selectParentSyntax` to not select syntax that is a direct child of the top node.
6
7
+Make `selectParentSyntax` return false when it doesn't change the selection.
8
9
## 6.6.1 (2024-08-31)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.6.1",
+ "version": "6.6.2",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments