From b20446de33b34e1d4533931893b5737e1ee14eb2 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 9 Jan 2025 17:46:19 +0100 Subject: [PATCH] Mark version 6.36.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0b1aa..4224054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.36.2 (2025-01-09) + +### Bug fixes + +Fix an issue where some kinds of relayouts could put the editor in a state where it believed it wasn't in window, preventing relayout, though it in fact was. + +Make sure macOS double-space-to-period conversions are properly suppressed. + +Fix an issue where native selection changes, such as mobile spacebar-drag, weren't being picked up in edit context mode. + ## 6.36.1 (2024-12-19) ### Bug fixes diff --git a/package.json b/package.json index 9c12ed1..e2a2deb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.36.1", + "version": "6.36.2", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",