@weavy/uikit-react 30.2.0 → 30.3.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 +15 -0
- package/dist/build/weavy.bundle.js +424 -425
- package/dist/build/weavy.cjs +222 -223
- package/dist/build/weavy.es5.esm.js +1 -1
- package/dist/build/weavy.es5.umd.js +1 -1
- package/dist/build/weavy.mjs +4331 -4288
- package/dist/build/weavy.umd.js +427 -428
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v30.3.0
|
|
4
|
+
|
|
5
|
+
<time>2026-02-03</time>
|
|
6
|
+
|
|
7
|
+
* Added functionality for version checking using the async `.checkVersion()` in the UI kit or by checking the `/version` endpoint on the Weavy environment.
|
|
8
|
+
* Adjusted paddings in UI kit.
|
|
9
|
+
* Fixed incorrect block styles for `<wy-messenger-button>`.
|
|
10
|
+
* Fixed some issues with `selectMembers()` in Messenger.
|
|
11
|
+
|
|
12
|
+
## v30.2.1
|
|
13
|
+
|
|
14
|
+
<time>2026-01-28</time>
|
|
15
|
+
|
|
16
|
+
* Fixed an issue with theme and CSS variables not applying to `<wy-messenger-badge>`, `<wy-notification-badge>` and `<wy-notification-button>`.
|
|
17
|
+
|
|
3
18
|
## v30.2.0
|
|
4
19
|
|
|
5
20
|
<time>2026-01-26</time>
|