From 1743fdfa4f4e5667bdce3f3fd8fa57e5ad78a8e5 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 24 Jan 2024 10:31:21 +0100 Subject: [PATCH] Mark version 6.23.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e65dab..2e0eee85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.23.1 (2024-01-24) + +### Bug fixes + +Fix a bug that caused `Tooltip.above` to not take effect for tooltips that were already present when the tooltip plugin is initialized. + +Automatically reposition tooltips when their size changes. + ## 6.23.0 (2023-12-28) ### Bug fixes diff --git a/package.json b/package.json index 1dc29379..71aa4bcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.23.0", + "version": "6.23.1", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",