Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 038f0ae

Browse files
committed
Mark version 6.39.16
1 parent d5c19bb commit 038f0ae

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.39.16 (2026-03-02)
2+
3+
### Bug fixes
4+
5+
Perform scroll stabilization on the document or wrapping scrollable elements, when the user scrolls the editor.
6+
7+
Fix an issue where changing decorations right before a composition could end up corrupting the visible DOM.
8+
9+
Fix an issue where some types of text input over a selection would be read as happening in wrong position.
10+
111
## 6.39.15 (2026-02-20)
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.39.15",
3+
"version": "6.39.16",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)