@weavy/uikit-react 17.0.2 → 17.0.4
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 +14 -0
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v17.0.4
|
|
4
|
+
|
|
5
|
+
<time>2023-06-09</time>
|
|
6
|
+
|
|
7
|
+
* Fixed some issues for css styling of apps in uikit-js via *custom elements*.
|
|
8
|
+
|
|
9
|
+
## v17.0.3
|
|
10
|
+
|
|
11
|
+
<time>2023-06-02</time>
|
|
12
|
+
|
|
13
|
+
* Fixed some issues with HTML attributes in uikit-js using *custom elements*.
|
|
14
|
+
* Fixed some issues when configuring uikit-js.
|
|
15
|
+
* Fixed some issues with the Message API page in weavy-js-dotnet example app.
|
|
16
|
+
|
|
3
17
|
## v17.0.2
|
|
4
18
|
|
|
5
19
|
<time>2023-05-17</time>
|