@syncfusion/ej2-treegrid 24.2.5 → 24.2.8
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 +16 -0
- package/dist/ej2-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +7 -1
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +7 -1
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/treegrid/actions/edit.js +1 -0
- package/src/treegrid/actions/excel-export.js +3 -1
- package/src/treegrid/base/treegrid.js +3 -0
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -60
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -37
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#F50621` - Resolved an issue where a script error was being thrown when performing `ExpandAll` and `CollapseAll` actions in row template.
|
|
10
|
+
|
|
11
|
+
## 24.2.7 (2024-02-20)
|
|
12
|
+
|
|
13
|
+
### Tree Grid
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file.
|
|
18
|
+
|
|
19
|
+
## 24.2.5 (2024-02-13)
|
|
20
|
+
|
|
21
|
+
### Tree Grid
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#F50215` - Filtering not working on navigating to another page when all records are collapsed.
|
|
10
26
|
- `#F50218` - Fixed the issue where the `RowSelecting` and `RowSelected` events were triggered twice when selecting a row using the keyboard down arrow.
|
|
11
27
|
- `#F50385` - Fixed the misalignment issue with column header text when filtering and using the row drag and drop feature.
|