You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
0 commit comments