@xh/hoist 77.0.0-SNAPSHOT.1761769225395 → 77.0.0
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 +10 -9
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
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: 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.
|
|
3
|
+
## 77.0.0 - 2025-10-29
|
|
12
4
|
|
|
13
5
|
### 💥 Breaking Changes
|
|
14
6
|
|
|
@@ -23,6 +15,15 @@
|
|
|
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