Skip to content

Commit

Permalink
Mark version 6.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 17, 2024
1 parent 32aa0e8 commit 08b3af0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 6.36.0 (2024-12-17)

### Bug fixes

Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.

Fix an issue in `MatchDecorator` that caused it to fully rebuild its decorations on normal edits.

### New features

View updates now have a `viewportMoved` flag that is only true when a viewport change originated from something other than mapping the viewport over a document change.

## 6.35.3 (2024-12-09)

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

0 comments on commit 08b3af0

Please sign in to comment.