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

Commit a0a5ed9

Browse files
committed
Mark version 6.41.0
1 parent c834ebf commit a0a5ed9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 6.41.0 (2026-04-01)
2+
3+
### Bug fixes
4+
5+
Fix an issue where `EditorView.posAtCoords` could incorrectly return a position near a higher element on the line, in mixed-font-size lines.
6+
7+
Expand the workaround for the Webkit bug that causes nonexistent selections to stay visible to be active on non-Safari Webkit browsers.
8+
9+
### New features
10+
11+
The new `EditorView.cursorScrollMargin` facet can now be used to configure the extra space used when scrolling the cursor into view.
12+
113
## 6.40.0 (2026-03-12)
214

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

0 commit comments

Comments
 (0)