From cec7c1e838a138abc9310347564573f65e4ed89e Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 10 Jun 2024 13:40:41 +0200 Subject: [PATCH] Mark version 6.28.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",