@weavy/uikit-react 19.0.6 → 19.1.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.
Files changed (2) hide show
  1. package/changelog.md +17 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,10 +1,27 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v19.1.1
4
+
5
+ <time>2024-01-17</time>
6
+
7
+ * Fixes ANCM In-Process Start Failure on Azure.
8
+
9
+ ## v19.1.0
10
+
11
+ <time>2024-01-16</time>
12
+
13
+ * Fixed issue with searching for unread conversations.
14
+ * Fixed error where Webhook delivery listing did not include all deliveries.
15
+ * Fixed an issue with the data not being updated properly in uikit-web when focusing the window or getting online.
16
+ * Fixed some styling issues with avatars.
17
+ * Fixed some issues with events in uikit-web. The incorrect Messenger events `reaction_added`, `reaction_removed` and `app_updated` was removed while `app_created` and `member_added` was added.
18
+
3
19
  ## v19.0.6
4
20
 
5
21
  <time>2024-01-05</time>
6
22
 
7
23
  * uikit-react compatibility now includes ES5, Webpack 4 and react-scripts v4.
24
+ * Fixed avatar alignment in uikit-web.
8
25
 
9
26
  ## v19.0.5
10
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "19.0.6",
3
+ "version": "19.1.1",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",