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 637e5b0 commit 6e6b285Copy full SHA for 6e6b285
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 6.35.3 (2024-12-09)
2
+
3
+### Bug fixes
4
5
+Fix an issue where mark decorations that got merged or split weren't properly redrawn.
6
7
+Avoid spurious focus events by not updating the DOM selection when the editor is unfocused but focusable.
8
9
+Disable `writingsuggestions` for the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor).
10
11
## 6.35.2 (2024-12-07)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.35.2",
+ "version": "6.35.3",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments