@xh/hoist 71.0.0-SNAPSHOT.1736297061304 β 71.0.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 +11 -11
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v71.0.0-
|
|
3
|
+
## v71.0.0 - 2025-01-08
|
|
4
4
|
|
|
5
|
-
### π₯ Breaking Changes (upgrade
|
|
5
|
+
### π₯ Breaking Changes (upgrade difficulty: π MEDIUM - Hoist core update, import adjustments)
|
|
6
6
|
|
|
7
|
-
* Requires `hoist-core >= 27.0` with new APIs to support `ViewManager` and
|
|
8
|
-
|
|
7
|
+
* Requires `hoist-core >= 27.0` with new APIs to support `ViewManager` and enhanced cluster state
|
|
8
|
+
monitoring in the Admin Console.
|
|
9
9
|
* `ErrorMessage` is now cross-platform - update imports from `@xh/hoist/desktop/cmp/error`
|
|
10
10
|
or `@xh/hoist/mobile/cmp/error` to `@xh/hoist/cmp/error`.
|
|
11
11
|
* `Mask` is now cross-platform - update imports from `@xh/hoist/desktop/cmp/mask` or
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
|
|
20
20
|
### π New Features
|
|
21
21
|
|
|
22
|
-
* Major improvements to ViewManager component, including:
|
|
23
|
-
* A clearer, better organized
|
|
22
|
+
* Major improvements to the `ViewManager` component, including:
|
|
23
|
+
* A clearer, better organized management dialog.
|
|
24
24
|
* Support for persisting a view's pending value, to avoid users losing changes when e.g. an app
|
|
25
25
|
goes into idle mode and requires a page refresh to restore.
|
|
26
26
|
* Improved handling of delete / update collisions.
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
ID and access tokens in a single request and to use refresh tokens to maintain access without
|
|
34
34
|
relying on third-party cookies.
|
|
35
35
|
* Updated sorting on grouped grids to place ungrouped items at the bottom.
|
|
36
|
-
* `DashCanvas` views
|
|
37
|
-
* `FetchService.autoGenCorrelationIds`
|
|
38
|
-
*
|
|
39
|
-
persistent state inconsistencies.
|
|
36
|
+
* Improved `DashCanvas` views to support resizing from left/top edges in addition to right/bottom.
|
|
37
|
+
* Added functional form of `FetchService.autoGenCorrelationIds` for per-request behavior.
|
|
38
|
+
* Added a new `ClusterβΊObjects` tab in Admin Console to support comparing state across the cluster
|
|
39
|
+
and alerting of any persistent state inconsistencies.
|
|
40
40
|
|
|
41
41
|
### π Bug Fixes
|
|
42
42
|
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
|
|
65
65
|
* @azure/msal-browser `3.27 β 3.28`
|
|
66
66
|
* dompurify `3.1 β 3.2`
|
|
67
|
-
* react-grid-layout `1.4
|
|
67
|
+
* react-grid-layout `1.4 β 1.5`
|
|
68
68
|
|
|
69
69
|
## v70.0.0 - 2024-11-15
|
|
70
70
|
|
package/package.json
CHANGED