Skip to content

Commit

Permalink
Mark version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 23, 2020
1 parent 9606f8a commit 6fbd607
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
## 0.14.0 (2020-10-23)

### Breaking changes

Lezer and lezer-tree have been upgraded to 0.12, which introduces a few breaking changes.

`ChangeDesc.mapPos` now returns null instead of -1 when reporting a deletion.

`EditorView.posAtCoords` now returns null, rather than -1, when it fails to find a position.

### Bug fixes

Fix an issue where Chrome's shift-enter shortcut confused the editor.

Clicking on the completion list scrollbar no longer selects the first completion.

### New features

The lang-json package now exports a `jsonParseLinter` function that produces a linter based on `JSON.parse`.

## 0.13.1 (2020-10-14)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/next",
"version": "0.13.1",
"version": "0.14.0",
"description": "Text/code editor component",
"scripts": {
"test": "npm run test-node && node bin/selenium.js --start-server",
Expand Down

0 comments on commit 6fbd607

Please sign in to comment.