@xh/hoist 78.0.0-SNAPSHOT.1762557871581 → 78.0.0-SNAPSHOT.1762906076020

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
@@ -9,6 +9,9 @@
9
9
  * StoreRecord will no longer report `isModified` as `true` if a field has been edited and
10
10
  then returned to its original value in a subsequent edit.
11
11
 
12
+ * Remove stray context menu from appearing when clicking on column group headers and other grid
13
+ empty space.
14
+
12
15
  ## 77.0.1 - 2025-10-29
13
16
 
14
17
  ### 💥 Breaking Changes
package/cmp/grid/Grid.ts CHANGED
@@ -205,10 +205,10 @@ export class GridLocalModel extends HoistModel {
205
205
  defaultColDef: {
206
206
  sortable: true,
207
207
  resizable: true,
208
- suppressHeaderContextMenu: true,
209
208
  suppressHeaderMenuButton: true,
210
209
  menuTabs: ['filterMenuTab']
211
210
  },
211
+ getMainMenuItems: () => [],
212
212
  popupParent: document.querySelector('body'),
213
213
  suppressAggFuncInHeader: true,
214
214
  icons: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "78.0.0-SNAPSHOT.1762557871581",
3
+ "version": "78.0.0-SNAPSHOT.1762906076020",
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",