Skip to content

Commit 74ac9e6

Browse files
committed
Mark version 6.36.6
1 parent dcd251c commit 74ac9e6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.36.6 (2025-04-24)
2+
3+
### Bug fixes
4+
5+
Fix an issue where `drawSelection` would draw selections starting at a block widget not at a line break in an odd way.
6+
7+
Fix an issue where the editor would inappropriately scroll when editing near the bottom of the document with line wrapping enabled, in some cases.
8+
9+
Fix an issue that caused unnecessary transactions on focus change.
10+
111
## 6.36.5 (2025-03-29)
212

313
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/view",
3-
"version": "6.36.5",
3+
"version": "6.36.6",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)