diff --git a/CHANGELOG.md b/CHANGELOG.md index bebb61a..7a0da1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.29.1 (2024-07-29) + +### Bug fixes + +Fix a crash on old Safari browsers that don't support `MediaQueryList.addEventListener`. + +Fix an issue where `EditorView.viewportLineBlocks` (and thus other things like the gutter) might be out of date after some kinds of decoration changes. + ## 6.29.0 (2024-07-25) ### Bug fixes diff --git a/package.json b/package.json index 9282d83..5f63e72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.29.0", + "version": "6.29.1", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",