@xh/hoist 79.0.0-SNAPSHOT.1767029174152 → 79.0.0-SNAPSHOT.1767040663589
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 +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -56,6 +56,9 @@
|
|
|
56
56
|
* Improved the efficiency and logging of MsalClient.
|
|
57
57
|
* Improved protections against running stale versions of client app code.
|
|
58
58
|
|
|
59
|
+
* Grid performance optimizations introduced on an experimental basis. See
|
|
60
|
+
`GridExperimentalFlags.deltaSort` and `GridExperimentalFlags.disableScrollOptimization`
|
|
61
|
+
|
|
59
62
|
|
|
60
63
|
### 📚 Libraries
|
|
61
64
|
* react-grid-layout `1.5.0 → 2.1.1`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1767040663589",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|