diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a21b05..98baa1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.35.0 (2024-11-21) + +### New features + +Tooltips can now use the `clip` option to control whether they are hidden when outside the visible editor content. + ## 6.34.3 (2024-11-15) ### Bug fixes diff --git a/package.json b/package.json index cada1a5..8827ca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.34.3", + "version": "6.35.0", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",