Skip to content

Commit 6fbd607

Browse files
committed
Mark version 0.14.0
1 parent 9606f8a commit 6fbd607

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
## 0.13.1 (2020-10-14)
222

323
### 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/next",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "Text/code editor component",
55
"scripts": {
66
"test": "npm run test-node && node bin/selenium.js --start-server",

0 commit comments

Comments
 (0)