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",