From 68ea201ddbb60219f85e8ab6e1a41882985b0b22 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 18 Feb 2025 08:22:47 +0100 Subject: [PATCH] Mark version 6.36.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4224054..5372065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.36.3 (2025-02-18) + +### Bug fixes + +Make sure event handlers registered with `domEventHandlers` are not called during view updates, to avoid triggering nested update errors. + +Don't include the window scrollbars in the space available for displaying tooltips. + +Work around an issue with Chrome's `EditContext` that shows up when using autocompletion while composing with Samsung's virtual Android keyboard. + ## 6.36.2 (2025-01-09) ### Bug fixes diff --git a/package.json b/package.json index e2a2deb..65e6acb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.36.2", + "version": "6.36.3", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",