From 26f6ea3ac9a67e4f102286f11f26f8a429f54a2e Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 25 Jul 2024 19:42:36 +0200 Subject: [PATCH] Mark version 6.29.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed05d8c..bebb61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 6.29.0 (2024-07-25) + +### Bug fixes + +Fix an issue that caused typing into an editor marked read-only to cause document changes when using `EditContext`. + +Associate a cursor created by clicking above the end of the text on a wrap point with the line before it. + +### New features + +The package now exports the type of hover tooltip sources as `HoverTooltipSource`. + ## 6.28.6 (2024-07-19) ### Bug fixes diff --git a/package.json b/package.json index 33e6c7f..9282d83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.28.6", + "version": "6.29.0", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",