@xh/hoist 71.0.0-SNAPSHOT.1736297061304 β†’ 71.0.0-SNAPSHOT.1736297680526

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -11
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## v71.0.0-SNAPSHOT - unreleased
3
+ ## v71.0.0 - 2025-01-07
4
4
 
5
- ### πŸ’₯ Breaking Changes (upgrade 🟒 Medium - Hoist core update, adjust imports)
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 additional cluster
8
- synchronization monitor in admin client.
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 view management dialog.
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 can now be resized left and up in addition to right and down.
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.
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.3 β†’ 1.5.0`
67
+ * react-grid-layout `1.4 β†’ 1.5`
68
68
 
69
69
  ## v70.0.0 - 2024-11-15
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1736297061304",
3
+ "version": "71.0.0-SNAPSHOT.1736297680526",
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",