diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bf3b7..e6b10ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.28.1 (2024-06-12) + +### Bug fixes + +Disable `EditContext` by default again, to work around a regression where Chrome's implementation doesn't support inverted selections. + +Make sure `EditorView.editable` is respected when `EditContext` is used. + ## 6.28.0 (2024-06-10) ### Bug fixes diff --git a/package.json b/package.json index 476bf59..bb8148e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.28.0", + "version": "6.28.1", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",