@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 +6 -6
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## v74.0.0 - 2025-06-11
|
|
4
4
|
|
|
5
|
-
### π₯ Breaking Changes (upgrade difficulty: π’ LOW - minor
|
|
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
|
|
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
|
-
*
|
|
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