@syncfusion/ej2-treegrid 20.4.48 → 20.4.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
@@ -6,6 +6,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I427734` - Resolved column width(resizing) was not persisted while using stacked columns in case of `enablePersistence` property enabled in the tree grid.
10
+ - `#I430564` - Resolved child records disappearing on Expand/Collapse action while using Observables.
11
+
12
+ ## 20.4.48 (2023-02-01)
13
+
14
+ ### Tree Grid
15
+
16
+ #### Bug Fixes
17
+
9
18
  - `#I425048` - Resolved issue with last row border being invisible when the height was set to 100% on collapsing.
10
19
 
11
20
  ## 20.4.44 (2023-01-18)