File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.14.0 (2020-10-23)
2
+
3
+ ### Breaking changes
4
+
5
+ Lezer and lezer-tree have been upgraded to 0.12, which introduces a few breaking changes.
6
+
7
+ ` ChangeDesc.mapPos ` now returns null instead of -1 when reporting a deletion.
8
+
9
+ ` EditorView.posAtCoords ` now returns null, rather than -1, when it fails to find a position.
10
+
11
+ ### Bug fixes
12
+
13
+ Fix an issue where Chrome's shift-enter shortcut confused the editor.
14
+
15
+ Clicking on the completion list scrollbar no longer selects the first completion.
16
+
17
+ ### New features
18
+
19
+ The lang-json package now exports a ` jsonParseLinter ` function that produces a linter based on ` JSON.parse ` .
20
+
1
21
## 0.13.1 (2020-10-14)
2
22
3
23
### Bug fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codemirror/next" ,
3
- "version" : " 0.13.1 " ,
3
+ "version" : " 0.14.0 " ,
4
4
"description" : " Text/code editor component" ,
5
5
"scripts" : {
6
6
"test" : " npm run test-node && node bin/selenium.js --start-server" ,
You can’t perform that action at this time.
0 commit comments