@xh/hoist 77.0.0-SNAPSHOT.1761763880882 → 77.0.0-SNAPSHOT.1761769746115

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,14 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 77.0.0-SNAPSHOT - unreleased
4
-
5
- ### 🐞 Bug Fixes
6
- * Fixes regressions in grid context menu for filtering and copy/paste introduced by agGrid v34.
7
- * Fixes `getExpandState` in `AgGridModel`
8
-
9
- * Note: AgGrid no longer supports html markup in context menus. Applications setting the
10
- `RecordGridAction` `text` or `secondaryText` property to markup should be sure to use React nodes
11
- instead.
3
+ ## 77.0.0 - 2025-10-29
12
4
 
13
5
  ### 💥 Breaking Changes
14
6
 
@@ -23,6 +15,15 @@ instead.
23
15
  flag. Apps for which this protection remains important should enable at either the app level
24
16
  or for selected Fields and/or Stores.
25
17
 
18
+ ### 🐞 Bug Fixes
19
+
20
+ * Fixes regressions in grid context menu for filtering and copy/paste introduced by agGrid v34.
21
+ * Fixes `getExpandState` in `AgGridModel`
22
+
23
+ * Note: As of v34, AgGrid no longer supports html markup in context menus. Applications setting
24
+ the `text` or `secondaryText` properties of `RecordGridAction` to markup should be sure to use
25
+ react nodes for formatting instead.
26
+
26
27
  ## 76.2.0 - 2025-10-22
27
28
 
28
29
  ### ⚙️ Technical
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "77.0.0-SNAPSHOT.1761763880882",
3
+ "version": "77.0.0-SNAPSHOT.1761769746115",
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",