Skip to content

Commit

Permalink
Mark version 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 16, 2022
1 parent 4b6d0c9 commit 7bb719a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 6.2.4 (2022-09-16)

### Bug fixes

Highlight the active line even when there is a selection. Prevent the active line background from obscuring the selection backdrop.

Fix an issue where elements with negative margins would confuse the editor's scrolling-into-view logic.

Fix scrolling to a specific position in an editor that has not been in view yet.

## 6.2.3 (2022-09-08)

### 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": "6.2.3",
"version": "6.2.4",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 7bb719a

Please sign in to comment.