@syncfusion/ej2-treegrid 24.2.4 → 24.2.7

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
@@ -6,6 +6,25 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F50469` - Fixed issue where excel export after sorting led to missing expand icons in the excel file.
10
+
11
+ ## 24.2.5 (2024-02-13)
12
+
13
+ ### Tree Grid
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#F50215` - Filtering not working on navigating to another page when all records are collapsed.
18
+ - `#F50218` - Fixed the issue where the `RowSelecting` and `RowSelected` events were triggered twice when selecting a row using the keyboard down arrow.
19
+ - `#F50385` - Fixed the misalignment issue with column header text when filtering and using the row drag and drop feature.
20
+ - `#F50301` - Fixed an issue where the `AddRecord` method was not functioning correctly after reaching level 2.
21
+
22
+ ## 24.2.4 (2024-02-06)
23
+
24
+ ### Tree Grid
25
+
26
+ #### Bug Fixes
27
+
9
28
  - `#I546807` - Fixed issue where filtering was not working when navigating to another page when all records were collapsed.
10
29
 
11
30
  ## 24.1.46 (2024-01-17)