Skip to content

Commit 3c11a40

Browse files
committed
Mark version 6.38.5
1 parent b4a5a02 commit 3c11a40

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.38.5 (2025-10-07)
2+
3+
### Bug fixes
4+
5+
Avoid firing text changes that cover unchanged text on Android.
6+
7+
Fix an issue where the editor could, in some circumstances, insert a stray newline when typing over a document that ended in a block widget.
8+
9+
Work around an issue in Safari 26 that causes inappropriate scrolling on focus in some circumstances.
10+
111
## 6.38.4 (2025-09-28)
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.38.4",
3+
"version": "6.38.5",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)