Skip to content

Commit

Permalink
Mark version 6.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jul 25, 2024
1 parent 161fba5 commit 26f6ea3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 26f6ea3

Please sign in to comment.