Skip to content

Commit 68ea201

Browse files
committed
Mark version 6.36.3
1 parent ee2c8aa commit 68ea201

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.36.3 (2025-02-18)
2+
3+
### Bug fixes
4+
5+
Make sure event handlers registered with `domEventHandlers` are not called during view updates, to avoid triggering nested update errors.
6+
7+
Don't include the window scrollbars in the space available for displaying tooltips.
8+
9+
Work around an issue with Chrome's `EditContext` that shows up when using autocompletion while composing with Samsung's virtual Android keyboard.
10+
111
## 6.36.2 (2025-01-09)
212

313
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/view",
3-
"version": "6.36.2",
3+
"version": "6.36.3",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)