8000 Mark version 6.3.0 · codemirror/commands@b6d5695 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6d5695

Browse files
committed
Mark version 6.3.0
1 parent 3ec7f7f commit b6d5695

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 6.3.0 (2023-09-29)
2+
3+
### Bug fixes
4+
5+
Make it possible for `selectParentSyntax` to jump out of or into a syntax tree overlay.
6+
7+
Make Cmd-Backspace and Cmd-Delete on macOS delete to the next line wrap point, not the start/end of the line.
8+
9+
### New features
10+
11+
The new `deleteLineBoundaryForward` and `deleteLineBoundaryBackward` commands delete to the start/end of the line or the next line wrapping point.
12+
113
## 6.2.5 (2023-08-26)
214

315
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/commands",
3-
"version": "6.2.5",
3+
"version": "6.3.0",
44
"description": "Collection of editing commands for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)
0