@syncfusion/ej2-treegrid 19.3.47 → 19.3.48

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
+ - `#I342419` - Resolved performing add operation after calling refresh method.
10
+
11
+ ## 19.3.47 (2021-10-26)
12
+
13
+ ### Tree Grid
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#F169151` - Resolved issue in drag and drop to Listbox component.
9
18
  - `#I343484` - Resolved deleting the record by using deleteRow and deleteRecord methods in cellSelection mode.
10
19
  - `#I345435` - Tree Column value shows properly when text wrap is enabled.
11
20
  - `#I343976` - Resolved top records hiding issue on random expand/collapse action when Virtualization enabled.