From aedb43cd154397a55ef547c7b372d747d639fb05 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Fri, 9 Feb 2024 10:31:25 +0100 Subject: [PATCH] Mark version 6.24.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0eee8..f59f99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 6.24.0 (2024-02-09) + +### Bug fixes + +Fix an issue that broke context-menu select-all on Chrome when the viewport didn't cover the whole document. + +Make sure tooltips are ordered by extension precedence in the DOM. + +### New features + +Hover tooltip sources may now return multiple tooltips. + ## 6.23.1 (2024-01-24) ### Bug fixes diff --git a/package.json b/package.json index 71aa4bc..a903079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.23.1", + "version": "6.24.0", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",