@weavy/uikit-react 17.0.3 → 17.1.0
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 +16 -0
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v17.1.0
|
|
4
|
+
|
|
5
|
+
<time>2023-06-22</time>
|
|
6
|
+
|
|
7
|
+
* Exposed proper initialize and build promises in uikit-js.
|
|
8
|
+
* Exposed console logging options in uikit-js.
|
|
9
|
+
* Fixed missing version warning in logs when using uikit-js.
|
|
10
|
+
* Updated editor dependencies in uikit-js.
|
|
11
|
+
* Removed unused static methods in uikit-js.
|
|
12
|
+
|
|
13
|
+
## v17.0.4
|
|
14
|
+
|
|
15
|
+
<time>2023-06-09</time>
|
|
16
|
+
|
|
17
|
+
* Fixed some issues for css styling of apps in uikit-js via *custom elements*.
|
|
18
|
+
|
|
3
19
|
## v17.0.3
|
|
4
20
|
|
|
5
21
|
<time>2023-06-02</time>
|