@syncfusion/ej2-treegrid 20.2.36 → 20.2.38

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,17 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I379658` - Remote data aggregate renders properly while on expand/collapse.
10
+ - `#I381526` - Checkbox column selection works properly when multiple hierarchy level record with filtering, searching actions performed.
11
+ - `#I383115`, `#F175737` - Resolved data repeats when we set dataSource through set timeout or created event and also while changing dataSource with virtualization.
12
+ - `#I372485` - `addRecord` method works properly while adding as in between row with infinite scrolling enabled.
13
+
14
+ ## 20.2.36 (2022-06-30)
15
+
16
+ ### Tree Grid
17
+
18
+ #### Bug fixes
19
+
9
20
  - `#I379907` - Resolved editing for the dropdown edit type column with state persistence enabled.
10
21
 
11
22
  #### Features