@weavy/uikit-react 23.1.1 → 23.2.1
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 +17 -0
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.esm.js +9485 -9473
- package/dist/weavy.umd.cjs +498 -506
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v23.2.1
|
|
4
|
+
|
|
5
|
+
<time>2024-06-19</time>
|
|
6
|
+
|
|
7
|
+
* Fixed some issues with the typing indicator in Messenger.
|
|
8
|
+
|
|
9
|
+
## v23.2.0
|
|
10
|
+
|
|
11
|
+
<time>2024-06-17</time>
|
|
12
|
+
|
|
13
|
+
* Added support for defining height on all blocks.
|
|
14
|
+
* Added wy-conversation-new part in css.
|
|
15
|
+
* Fixed an authentication issue that prevented Microsoft Office from opening documents via WebDAV.
|
|
16
|
+
* Fixed an issue where it was not possible to add more members to an app.
|
|
17
|
+
* Fixed an issue with truncating text in the title in Messenger.
|
|
18
|
+
* Fixed an issue with empty states not showing correctly.
|
|
19
|
+
|
|
3
20
|
## v23.1.1
|
|
4
21
|
|
|
5
22
|
<time>2024-06-12</time>
|