@syncfusion/ej2-treegrid 21.2.3 → 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
@@ -6,6 +6,14 @@
6
6
 
7
7
  #### Bug Fixes
8
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
+
9
17
  - `#I440455`, `#F180980` - Resolved the issue where the data source was not being rendered in the row template sample.
10
18
 
11
19
  ## 21.1.41 (2023-04-18)
@@ -188,4 +196,4 @@
188
196
  #### Bug Fixes
189
197
 
190
198
  - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
191
- - `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`.