Skip to content

Commit

Permalink
Mark version 6.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 6, 2024
1 parent ae5bcb4 commit 492a7f8
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.35.1 (2024-12-06)

### Bug fixes

Work around another crash caused by incorrect composition positions reported by `EditContext`.

Stop disabling custom cursors on Safari version 11.4 and up, which support `caret-color`.

Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.

## 6.35.0 (2024-11-21)

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

0 comments on commit 492a7f8

Please sign in to comment.