From e6a55a6515521a84e709f02b4eb32e57aebbbfba Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 24 Oct 2023 11:18:31 +0200 Subject: [PATCH] Mark version 6.21.4 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc689c4..1bf69b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.21.4 (2023-10-24) + +### Bug fixes + +Support the `offset`, `getCoords`, `overlap`, and `resize` properties on hover tooltips, as long as they aren't given conflicting values when there are multiple active hover tooltips. + +Fix a bug that caused tooltips in the default configuration to be positioned incorrectly on Chrome when the editor was transformed. + ## 6.21.3 (2023-10-06) ### Bug fixes diff --git a/package.json b/package.json index c18a65d..3f27de8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.21.3", + "version": "6.21.4", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",