@syncfusion/ej2-treegrid 21.1.41 → 21.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,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I181658` - Fixed the issue where a script error was thrown when moving a dropdown option with key input (Arrow Keys) in edit template.
10
+
11
+ ## 21.2.3 (2023-05-03)
12
+
13
+ ### Tree Grid
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I440455`, `#F180980` - Resolved the issue where the data source was not being rendered in the row template sample.
18
+
19
+ ## 21.1.41 (2023-04-18)
20
+
21
+ ### Tree Grid
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I448090` - The excel filtering dialog box has been fixed to display the data source after filtering a column.
26
+ - `#I414166` - Virtualization has been resolved when enabling it in the load event.
27
+
5
28
  ## 21.1.38 (2023-04-04)
6
29
 
7
30
  ### Tree Grid
@@ -173,4 +196,4 @@
173
196
  #### Bug Fixes
174
197
 
175
198
  - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
176
- - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.
199
+ - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.