diff --git a/CHANGELOG.md b/CHANGELOG.md index 0254917..095c4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.26.3 (2024-04-12) + +### Bug fixes + +Fix an issue where dispatching an update to an editor before it measured itself for the first time could cause the scroll position to incorrectly move. + +Fix a crash when multiple tooltips with arrows are shown. + ## 6.26.2 (2024-04-09) ### Bug fixes diff --git a/package.json b/package.json index f98338b..5e24e8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.26.2", + "version": "6.26.3", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",