@syncfusion/ej2-treegrid 20.1.48 → 20.1.51

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,24 @@
6
6
 
7
7
  #### New Features
8
8
 
9
+ - `#I367483` - Improved the usability of the Indent/Outdent feature.
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#F174014` - Expand/Collapse icon updated properly while adding new record in Batch Edit mode.
14
+
15
+ ### Tree Grid
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I372618` - Resolved searching after scroll shows no records to display in case of Virtualization enabled.
20
+
21
+ ## 20.1.48 (2022-04-12)
22
+
23
+ ### Tree Grid
24
+
25
+ #### New Features
26
+
9
27
  - `#I362030` - Provided support to update the expand state mapping field value in dataSource as per the expand/collapse action.
10
28
 
11
29
  #### Bug Fixes