Skip to content

Commit 7cfb75e

Browse files
committed
Mark version 6.39.0
1 parent c8ea62b commit 7cfb75e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 6.39.0 (2025-12-08)
2+
3+
### Bug fixes
4+
5+
Properly handle bidirectional text in `posAtCoords`.
6+
7+
Avoid computing a zero character width (leading to divisions by zero) when the editor is hidden and the browser doesn't have a layout for it.
8+
9+
### New features
10+
11+
The `posAndSideAtCoords` method is an extended version of `posAtCoords` that also tells you which side of the position the coordinates are associated with.
12+
13+
Add support for block wrappers, decoration-like things that allow extension code to create DOM nodes around groups of lines.
14+
115
## 6.38.8 (2025-11-17)
216

317
### 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.8",
3+
"version": "6.39.0",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)