From 6e6b285ffae67cc7a0aa924e7b0ce1d24e1af99c Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 9 Dec 2024 16:30:39 +0100 Subject: [PATCH] Mark version 6.35.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3d1a2..56b25ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.35.3 (2024-12-09) + +### Bug fixes + +Fix an issue where mark decorations that got merged or split weren't properly redrawn. + +Avoid spurious focus events by not updating the DOM selection when the editor is unfocused but focusable. + +Disable `writingsuggestions` for the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor). + ## 6.35.2 (2024-12-07) ### Bug fixes diff --git a/package.json b/package.json index f7d02ae..f24cc0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.35.2", + "version": "6.35.3", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",