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 6a9d016 commit 4d54506Copy full SHA for 4d54506
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.5.0 (2024-04-19)
2
+
3
+### New features
4
5
+The `insertNewlineKeepIndent` command inserts a newline along with the same indentation as the line before.
6
7
## 6.4.0 (2024-04-17)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.4.0",
+ "version": "6.5.0",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments