Skip to content

Commit

Permalink
Mark version 0.18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jul 6, 2021
1 parent 39b96f4 commit 3a45e00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.18.18 (2021-07-06)

### Bug fixes

Fix a bug that caused `EditorView.moveVertically` to only move by one line, even when given a custom distance, in some cases.

Hide Safari's native bold/italic/underline controls for the content.

Fix a CSS problem that prevented Safari from breaking words longer than the line in line-wrapping mode.

Avoid a problem where composition would be inappropriately abored on Safari.

Fix drag-selection that scrolls the content by dragging past the visible viewport.

### New features

`posAtCoords` now has an imprecise mode where it'll return an approximate position even for parts of the document that aren't currently rendered.

## 0.18.17 (2021-06-14)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
"version": "0.18.17",
"version": "0.18.18",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 3a45e00

Please sign in to comment.