@syncfusion/ej2-treegrid 20.2.44 → 20.2.49

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,25 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.2.46 (2022-08-30)
6
+
7
+ ### Tree Grid
8
+
9
+ #### Bug fixes
10
+
11
+ - `#I394983` - Resolved template column not shown in case of stacked header enabled.
12
+
13
+ ## 20.2.45 (2022-08-23)
14
+
15
+ ### Tree Grid
16
+
17
+ #### Bug fixes
18
+
19
+ - `#I387291` - Resolved no records to display when we update the datasource in async way(using Observables).
20
+ - `#F174814` , `#I395357` - Resolved expand/collapse icon not visible while initial rendering(using Observables).
21
+
22
+ ## 20.2.44 (2022-08-16)
23
+
5
24
  ### Tree Grid
6
25
 
7
26
  #### Bug fixes