8000
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 8c7d3d9 commit f999611Copy full SHA for f999611
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 6.4.0 (2024-04-17)
2
+
3
+### Bug fixes
4
5
+Fix an issue where `deleteLine` sometimes leaves the cursor on the wrong line.
6
7
+### New features
8
9
+The new `deleteCharBackwardStrict` command just deletes a character, without further smart behavior around indentation.
10
11
## 6.3.3 (2023-12-28)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.3.3",
+ "version": "6.4.0",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments