@weavy/uikit-react 24.0.3 → 24.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 +9 -0
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.esm.js +9236 -9222
- package/dist/weavy.umd.cjs +462 -463
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v24.0.4
|
|
4
|
+
|
|
5
|
+
<time>2024-08-23</time>
|
|
6
|
+
|
|
7
|
+
* Fixed an issue where realtime connection wasn't started sometimes.
|
|
8
|
+
* Fixed some slow running database queries that could cause request timeouts under certain conditions.
|
|
9
|
+
* Fixed the --wy-font-family CSS variable.
|
|
10
|
+
* Fixed an issue where infinite scrolling wasn't working properly after using notifications.
|
|
11
|
+
|
|
3
12
|
## v24.0.3
|
|
4
13
|
|
|
5
14
|
<time>2024-08-15</time>
|