From e7b62aab187c9ffefea100a2d20d162af7cad4ad Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Sat, 24 Aug 2024 10:38:12 +0200 Subject: [PATCH] Mark version 6.33.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b768580..98b48fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.33.0 (2024-08-24) + +### Bug fixes + +Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow. + +### New features + +The new `EditorView.clipboardInputFilter` and `clipboardOutputFilter` facets allow you to register filter functions that change text taken from or sent to the clipboard. + ## 6.32.0 (2024-08-12) ### Bug fixes diff --git a/package.json b/package.json index ba8601e..2c8ed8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.32.0", + "version": "6.33.0", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",