File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## 6.2.5 (2023-08-26)
2
14
3
15
### Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codemirror/commands" ,
3
- "version" : " 6.2.5 " ,
3
+ "version" : " 6.3.0 " ,
4
4
"description" : " Collection of editing commands for the CodeMirror code editor" ,
5
5
"scripts" : {
6
6
"test" : " cm-runtests" ,
You can’t perform that action at this time.
0 commit comments