@xh/hoist 74.0.0-SNAPSHOT.1749597895949 β†’ 74.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 CHANGED
@@ -1,20 +1,20 @@
1
1
  # Changelog
2
2
 
3
- ## 74.0.0-SNAPSHOT - unreleased
3
+ ## v74.0.0 - 2025-06-11
4
4
 
5
- ### πŸ’₯ Breaking Changes (upgrade difficulty: 🟒 LOW - minor change to ViewManagerModel)
5
+ ### πŸ’₯ Breaking Changes (upgrade difficulty: 🟒 LOW - minor changes to ViewManagerModel, ChartModel)
6
6
 
7
7
  * Removed `ViewManagerModel.settleTime`. Now set via individual `PersistOptions.settleTime` instead.
8
+ * ️Removed `ChartModel.showContextMenu`. Use a setting of `false` for the new `ChartModel.contextMenu`
9
+ property instead.
8
10
 
9
11
  ### 🎁 New Features
10
12
  * Added `ViewManagerModel.preserveUnsavedChanges` flag to opt-out of that behaviour.
11
13
  * Added `PersistOptions.settleTime` to configure time to wait for state to settle before persisting.
12
- * Support for gridcolumn level `onCellClicked` events.
14
+ * Support for grid column level `onCellClicked` events.
13
15
  * General improvements to `MenuItem` api
14
16
  * New `MenuContext` object now sent as 2nd arg to `actionFn` and `prepareFn`.
15
- * Chart context menu is now fully customizable.
16
- ⚠️ NOTE: if a chart's context menu is turned off with `showContextMenu: false`,
17
- update to `contextMenu: false`.
17
+ * New `ChartModel.contextMenu` property provides a fully customizable context menu for charts.
18
18
 
19
19
  ### 🐞 Bug Fixes
20
20
  * Improved `ViewManagerModel.settleTime` by delegating to individual `PersistenceProviders`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "74.0.0-SNAPSHOT.1749597895949",
3
+ "version": "74.0.0",
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",