@codemirror/view 6.29.1 → 6.30.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 +10 -0
- package/dist/index.cjs +2649 -2629
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +2649 -2629
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 6.30.0 (2024-08-05)
|
|
2
|
+
|
|
3
|
+
### Bug fixes
|
|
4
|
+
|
|
5
|
+
Make spell check corrections work again on `EditContext`-enabled Chrome versions.
|
|
6
|
+
|
|
7
|
+
### New features
|
|
8
|
+
|
|
9
|
+
The value returned by `hoverTooltip` now has an `active` property providing the state field used to store the open tooltips.
|
|
10
|
+
|
|
1
11
|
## 6.29.1 (2024-07-29)
|
|
2
12
|
|
|
3
13
|
### Bug fixes
|