@syncfusion/ej2-treegrid 21.2.3 → 21.2.5

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,23 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I826966` - Fixed a bug where records were getting missed when adding a record at the bottom of the virtualization enabled sample.
10
+ - `#I454734` - Resolved filtering is not working properly when using remote data with hierarchy mode as "Both".
11
+
12
+ ## 21.2.4 (2023-05-09)
13
+
14
+ ### Tree Grid
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I181658` - Fixed the issue where a script error was thrown when moving a dropdown option with key input (Arrow Keys) in edit template.
19
+
20
+ ## 21.2.3 (2023-05-03)
21
+
22
+ ### Tree Grid
23
+
24
+ #### Bug Fixes
25
+
9
26
  - `#I440455`, `#F180980` - Resolved the issue where the data source was not being rendered in the row template sample.
10
27
 
11
28
  ## 21.1.41 (2023-04-18)
@@ -188,4 +205,4 @@
188
205
  #### Bug Fixes
189
206
 
190
207
  - 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`.
208
+ - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.