@weavy/uikit-react 19.0.1 → 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.
Files changed (2) hide show
  1. package/changelog.md +16 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,5 +1,21 @@
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
+
12
+ ## v19.0.2
13
+
14
+ <time>2023-12-15</time>
15
+
16
+ * Fixed a bug with components not rendering when placed in some HTML nodes in uikit-web.
17
+ * Added `HTTPS` configuration for Weavy UIKit Web + Node.js sample project (weavy-web-node).
18
+
3
19
  ## v19.0.1
4
20
 
5
21
  <time>2023-12-12</time>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "19.0.1",
3
+ "version": "19.0.3",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",