@xh/hoist 77.0.1 → 78.0.0-SNAPSHOT.1761848630542

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,11 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 78.0.0-SNAPSHOT - unreleased
4
+
3
5
  ## 77.0.1 - 2025-10-29
4
6
 
5
7
  ### 💥 Breaking Changes
6
8
 
7
- * The `disableXssProtection` flag supported by `AppSpec` and `FieldSpec` has been removed and
8
- replaced with its opposite, `enableXssProtection`, now an opt-in feature.
9
+ * Removed the `disableXssProtection` flag supported by `AppSpec` and `FieldSpec` and replaced with
10
+ its opposite, `enableXssProtection`, now an opt-in feature.
9
11
  * While store-based XSS protection via DomPurify is still available to apps that can display
10
12
  untrusted or potentially malicious data, this is an uncommon use case for Hoist apps and was
11
13
  deemed to not provide enough benefit relative to potential performance pitfalls for most
@@ -17,20 +19,20 @@
17
19
 
18
20
  ### 🐞 Bug Fixes
19
21
 
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.
22
+ * Fixed regressions in grid context menus for filtering and copy/paste introduced by AG Grid v34.
23
+ * Note: AG Grid v34+ no longer supports HTML markup in context menus. Applications setting the
24
+ `text` or `secondaryText` properties of `RecordGridAction` to markup should be sure to use
25
+ React nodes for formatting instead.
26
+ * Fixed `AgGridModel.getExpandState()` not returning a full representation of expanded groups -
27
+ an issue that primarily affected linked tree map visualizations.
26
28
 
27
29
  ## 76.2.0 - 2025-10-22
28
30
 
29
31
  ### ⚙️ Technical
30
32
 
31
- * Performance improvements to Store for large data sets.
32
- * New property `cubeRowType` on `ViewRowData` supports identifying bucketed rows.
33
- * `waitFor` can accept a null value for a timeout.
33
+ * Implemented minor performance improvements within `Store` for large data sets.
34
+ * Added new `ViewRowData.cubeRowType` property to support identifying bucketed rows.
35
+ * Improved `waitFor` to accept a `null` value for its timeout.
34
36
 
35
37
  ## 76.1.0 - 2025-10-17
36
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "77.0.1",
3
+ "version": "78.0.0-SNAPSHOT.1761848630542",
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",