We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5df151 commit 31ffdc5Copy full SHA for 31ffdc5
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 6.38.3 (2025-09-22)
2
+
3
+### Bug fixes
4
5
+Work around a rendering bug in Mobile Safari by completely hiding empty layers.
6
7
+Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.
8
9
+Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.
10
11
+Move the cursor out of atomic ranges when text input happens.
12
13
## 6.38.2 (2025-09-01)
14
15
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.38.2",
+ "version": "6.38.3",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments