@xh/hoist 71.0.0-SNAPSHOT.1736119965537 → 71.0.0-SNAPSHOT.1736120910674
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 +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
### 💥 Breaking Changes (upgrade 🟢 Medium - Hoist core update, adjust imports)
|
|
6
6
|
|
|
7
|
-
* Requires `hoist-core >=
|
|
7
|
+
* Requires `hoist-core >= 27.0` with new APIs to support `ViewManager` and additional cluster
|
|
8
|
+
synchronization monitor in admin client.
|
|
8
9
|
* `ErrorMessage` is now cross-platform - update imports from `@xh/hoist/desktop/cmp/error`
|
|
9
10
|
or `@xh/hoist/mobile/cmp/error` to `@xh/hoist/cmp/error`.
|
|
10
11
|
* `Mask` is now cross-platform - update imports from `@xh/hoist/desktop/cmp/mask` or
|
|
@@ -34,6 +35,8 @@
|
|
|
34
35
|
* Updated sorting on grouped grids to place ungrouped items at the bottom.
|
|
35
36
|
* `DashCanvas` views can now be resized left and up in addition to right and down.
|
|
36
37
|
* `FetchService.autoGenCorrelationIds` now supports a functional form for per-request behavior.
|
|
38
|
+
* New `Objects` tab in admin client supports comparing state across the cluster, and flagging any
|
|
39
|
+
persistent state inconsistencies.
|
|
37
40
|
|
|
38
41
|
### 🐞 Bug Fixes
|
|
39
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "71.0.0-SNAPSHOT.
|
|
3
|
+
"version": "71.0.0-SNAPSHOT.1736120910674",
|
|
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",
|