@syncfusion/ej2-treegrid 25.1.42 → 25.2.4

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
@@ -2,6 +2,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I585348` - Record gets disappeared when adding new record in last page issue has been fixed.
10
+ - `#I575018` - Resolved `frozenColumns` with virtualization leads to missing records on scrolling.
11
+ - `#F187800` - Resolved exception on passing the `collpaseRow` and `expandRow` method without parameters.
12
+ - `#F53252` - Fixed issue where newly added row to the bottom was indented to the selected child record.
13
+ - `#F53285` - Fixed issue where server request was not updated properly during export with filtering and sorting action in remote data.
14
+ - `#F53846` - Fixed issue where unnecessary requests were being sent for custom local data source during excel export in remote data sample.
15
+ - `#F53930` - Fixed a script error that occurred when navigating through cells using the keyboard after updating the state in the treegrid.
16
+ - `#F54026` - Fixed a bug where a warning message was being thrown after injecting freeze modules when frozen was enabled.
17
+
18
+ ## 25.1.42 (2024-04-30)
19
+
20
+ ### Tree Grid
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I582383` - Fixed script error that occurred when reloading the page while using persistence along with frozen column in treegrid.
25
+
5
26
  ## 25.1.41 (2024-04-23)
6
27
 
7
28
  ### Tree Grid