@syncfusion/ej2-treegrid 20.4.42 → 20.4.44

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,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I425556` - Resolved the data hiding issue while expanding child parent records in the case of observable binding.
10
+ - `#I422337` - Resolved improper selection after an expanding or collapsing the records.
11
+
5
12
  ## 20.4.38 (2022-12-21)
6
13
 
7
14
  ### Tree Grid
@@ -170,4 +177,4 @@
170
177
  #### Bug Fixes
171
178
 
172
179
  - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
173
- - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.
180
+ - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.