From 69cc0f15000b365cdab92df8887d67a97d794ab1 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 27 Nov 2023 10:53:42 +0100 Subject: [PATCH] Mark version 6.22.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a9e22..7f267da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 6.22.1 (2023-11-27) + +### Bug fixes + +Call widget `destroy` methods when the entire editor is destroyed or reset. + +Work around an issue on Safari on macOS Sonoma that made the native cursor visible even when `drawSelection` is enabled. + +Fix an issue where, on some browsers, the screenreader announced text ended up in the printed document. + +Fix a bug where a hover tooltip could stick around even though the pointer was no longer on the editor when it was moved out over the tooltip. + +Fix an issue where hover tooltips could close when moving the mouse onto them due to mouse position rounding issues. + ## 6.22.0 (2023-11-03) ### Bug fixes diff --git a/package.json b/package.json index 5c53180..ef596d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.22.0", + "version": "6.22.1", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",