@weavy/uikit-react 14.0.2 → 14.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.
- package/changelog.md +5 -0
- package/dist/cjs/index.js +2 -24
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -23
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
# Weavy 14.0.3 (2022-11-18)
|
|
2
|
+
|
|
3
|
+
* Fixed autocomplete error in Safari causing Messenger and Chat to fail in drop-in UI.
|
|
4
|
+
* Fixed incorrect result when searching users and ordering by name.
|
|
5
|
+
|
|
1
6
|
# Weavy 14.0.2 (2022-11-10)
|
|
2
7
|
|
|
3
8
|
* Fixed incorrect origin for filebrowser when placed in frames in dropin-js and uikit-react.
|