@xh/hoist 78.0.0-SNAPSHOT.1761777088673 → 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 +11 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
## 78.0.0-SNAPSHOT - unreleased
|
|
5
4
|
|
|
6
|
-
|
|
7
5
|
## 77.0.1 - 2025-10-29
|
|
8
6
|
|
|
9
7
|
### 💥 Breaking Changes
|
|
10
8
|
|
|
11
|
-
*
|
|
12
|
-
|
|
9
|
+
* Removed the `disableXssProtection` flag supported by `AppSpec` and `FieldSpec` and replaced with
|
|
10
|
+
its opposite, `enableXssProtection`, now an opt-in feature.
|
|
13
11
|
* While store-based XSS protection via DomPurify is still available to apps that can display
|
|
14
12
|
untrusted or potentially malicious data, this is an uncommon use case for Hoist apps and was
|
|
15
13
|
deemed to not provide enough benefit relative to potential performance pitfalls for most
|
|
@@ -21,20 +19,20 @@
|
|
|
21
19
|
|
|
22
20
|
### 🐞 Bug Fixes
|
|
23
21
|
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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.
|
|
30
28
|
|
|
31
29
|
## 76.2.0 - 2025-10-22
|
|
32
30
|
|
|
33
31
|
### ⚙️ Technical
|
|
34
32
|
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* `waitFor`
|
|
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.
|
|
38
36
|
|
|
39
37
|
## 76.1.0 - 2025-10-17
|
|
40
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "78.0.0-SNAPSHOT.
|
|
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",
|