@weavy/uikit-react 29.0.0 → 29.1.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 +11 -0
- package/dist/build/weavy.bundle.js +399 -365
- package/dist/build/weavy.cjs +430 -396
- package/dist/build/weavy.es5.esm.js +1 -1
- package/dist/build/weavy.es5.umd.js +1 -1
- package/dist/build/weavy.mjs +10077 -9948
- package/dist/build/weavy.umd.js +369 -335
- package/package.json +6 -6
package/changelog.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v29.1.0
|
|
4
|
+
|
|
5
|
+
<time>2025-06-19</time>
|
|
6
|
+
|
|
7
|
+
* Read receipts and typing indicators is now fully available to all chats with `access=none` and less than 10 members.
|
|
8
|
+
* Added support for object data in the context data property array in UI kit.
|
|
9
|
+
* Added support for displaying annotations in posts and comments in UI kit.
|
|
10
|
+
* Fixed some issues where context data wasn't working in posts and comments.
|
|
11
|
+
* Fixed some issues which caused a broken state when removing a conversation in UI kit.
|
|
12
|
+
* Fixed some issues with unread chat messages in UI kit.
|
|
13
|
+
|
|
3
14
|
## v29.0.0
|
|
4
15
|
|
|
5
16
|
<time>2025-06-11</time>
|