diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fbcf9c..00bf3b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.28.0 (2024-06-10) + +### Bug fixes + +Fix an issue where long lines broken up by block widgets were sometimes only partially rendered. + +### New features + +The editor will now, when available (which is only on Chrome for the foreseeable future) use the [`EditContext`](https://developer.mozilla.org/en-US/docs/Web/API/EditContext) API to capture text input. + ## 6.27.0 (2024-06-04) ### New features diff --git a/package.json b/package.json index ad27de2..476bf59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.27.0", + "version": "6.28.0", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",