From 08b3af022f0ab14c70d0d5d8fee0dacb0123e42a Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 17 Dec 2024 17:14:15 +0100 Subject: [PATCH] Mark version 6.36.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b25ec..cfb7193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 6.36.0 (2024-12-17) + +### Bug fixes + +Make selection rectangles verticaly align precisely, rather than introducing a slight overlap. + +Fix an issue in `MatchDecorator` that caused it to fully rebuild its decorations on normal edits. + +### New features + +View updates now have a `viewportMoved` flag that is only true when a viewport change originated from something other than mapping the viewport over a document change. + ## 6.35.3 (2024-12-09) ### Bug fixes diff --git a/package.json b/package.json index f24cc0c..e9b7b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.35.3", + "version": "6.36.0", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",