@syncfusion/ej2-treegrid 23.1.39 → 23.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,32 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeGrid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I511389` - Fixed an issue where the expand all/collapse all functionality was not working correctly when the `EnableCollapseAll` property enabled in the virtualization feature.
10
+ - `#I507506` - Fixed an issue where the template was not rendered when using frozen columns in a treegrid.
11
+ - `#I512641` - Fixed the issue where the header checkbox was not functioning correctly in the checkbox column.
12
+ - `#I520059` - Fixed an issue where the clipboard functionality (Copy/Paste) on excel would paste hidden column values when selecting a row.
13
+
14
+ ## 23.1.43 (2023-10-31)
15
+
16
+ ### TreeGrid
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#I499002` - Fixed a bug where a script error would occur when editing and focusing out on a record.
21
+ - `#I502660` - Fixed issue with external filter not working properly when using virtualization feature.
22
+
23
+ ## 23.1.39 (2023-10-04)
24
+
25
+ ### Tree Grid
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I502102` - Fixed the issue where the drop index was displaying as `Nan` when dropping a row in white space.
30
+
5
31
  ## 23.1.36 (2023-09-15)
6
32
 
7
33
  ### Tree Grid