@codemirror/view 6.29.1 → 6.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 6.31.0 (2024-08-11)
2
+
3
+ ### Bug fixes
4
+
5
+ Avoid the editor's geometry measurements becoming incorrect when fonts finish loading by scheduling a measure on `document.fonts.ready`.
6
+
7
+ Avoid an issue where Chrome would incorrectly scroll the window when deleting lines in the editor.
8
+
9
+ Fix an issue where in some layouts editor content would be drawn on top of panel elements.
10
+
11
+ Fix an issue where `coordsAtPos` would return null when querying a position in a block widget.
12
+
13
+ ### New features
14
+
15
+ The new `lineNumberWidgetMarker` facet makes it possible to insert markers into the line number gutter for widgets.
16
+
17
+ ## 6.30.0 (2024-08-05)
18
+
19
+ ### Bug fixes
20
+
21
+ Make spell check corrections work again on `EditContext`-enabled Chrome versions.
22
+
23
+ ### New features
24
+
25
+ The value returned by `hoverTooltip` now has an `active` property providing the state field used to store the open tooltips.
26
+
1
27
  ## 6.29.1 (2024-07-29)
2
28
 
3
29
  ### Bug fixes