@weavy/uikit-react 30.3.2 → 30.4.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 +8 -0
- package/dist/build/weavy.bundle.js +153 -153
- package/dist/build/weavy.cjs +194 -194
- package/dist/build/weavy.es5.esm.js +1 -1
- package/dist/build/weavy.es5.umd.js +1 -1
- package/dist/build/weavy.mjs +8209 -8126
- package/dist/build/weavy.umd.js +147 -147
- package/lib/client/weavy.ts +3 -0
- package/lib/globals.d.ts +1 -0
- package/package.json +11 -8
package/changelog.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v30.4.0
|
|
4
|
+
|
|
5
|
+
<time>2026-02-20</time>
|
|
6
|
+
|
|
7
|
+
* Added _readonly_ `sourceFormat` variable to the Weavy instance in UI kit to indicate the format of the loaded lib.
|
|
8
|
+
* Fixed loading of the _PDF preview worker_ and _CMAPS_ in UMD bundle sources of the UI kit.
|
|
9
|
+
* Fixed an issue with _subscribe_ in the `wy-posts` component.
|
|
10
|
+
|
|
3
11
|
## v30.3.2
|
|
4
12
|
|
|
5
13
|
<time>2026-02-06</time>
|