@weavy/uikit-react 19.0.2 → 19.0.3
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 +9 -0
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v19.0.3
|
|
4
|
+
|
|
5
|
+
<time>2023-12-21</time>
|
|
6
|
+
|
|
7
|
+
* Fixed some issues with type declarations in uikit-web.
|
|
8
|
+
* Fixed some issues with events for Messenger in uikit-web.
|
|
9
|
+
* Fixed a bug with the _Mark as read_ endpoint for Conversations in the Web API.
|
|
10
|
+
* Fixed a bug with upload progress in uikit-web.
|
|
11
|
+
|
|
3
12
|
## v19.0.2
|
|
4
13
|
|
|
5
14
|
<time>2023-12-15</time>
|