@xh/hoist 77.0.0-SNAPSHOT.1761763880882 → 77.0.0-SNAPSHOT.1761769225395
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 +4 -4
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 76.2.1 - 2025-10-29
|
|
4
4
|
|
|
5
5
|
### 🐞 Bug Fixes
|
|
6
6
|
* Fixes regressions in grid context menu for filtering and copy/paste introduced by agGrid v34.
|
|
7
7
|
* Fixes `getExpandState` in `AgGridModel`
|
|
8
8
|
|
|
9
|
-
* Note: AgGrid no longer supports html markup in context menus. Applications setting
|
|
10
|
-
|
|
11
|
-
instead.
|
|
9
|
+
* Note: As of v34, AgGrid no longer supports html markup in context menus. Applications setting
|
|
10
|
+
the `text` or `secondaryText` properties of `RecordGridAction` to markup should be sure to use
|
|
11
|
+
react nodes for formatting instead.
|
|
12
12
|
|
|
13
13
|
### 💥 Breaking Changes
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "77.0.0-SNAPSHOT.
|
|
3
|
+
"version": "77.0.0-SNAPSHOT.1761769225395",
|
|
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",
|