@syncfusion/ej2-treegrid 20.3.48 → 20.3.50

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,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I395009` - `selectedItems` are getting properly after performing filter actions.
10
+ - `#I407372` - Resolved script error when navigate over the cells through tab pressing on keyboard navigations while using row drag and drop with collapsed state record.
11
+ - `#I411504`, `#I404107`, `#I402745`, `#I403053` - Expand icon is showing properly while using the custom binding.
12
+
13
+ ## 20.3.49 (2022-10-11)
14
+
15
+ ### Tree Grid
16
+
17
+ #### Bug fixes
18
+
19
+ - `#FB33879`, `#FB33758` - Virtualization works properly with remote data binding
20
+ - `#I385208` - Row Drag and Drop works properly between the tree grids when items are collapsed.
21
+
22
+ ## 20.3.48 (2022-10-05)
23
+
24
+ ### Tree Grid
25
+
26
+ #### Bug fixes
27
+
5
28
  - `#I406947` - Resolved cursor icon disappears while resizing after the cell editing.
6
29
  - `#I402612` - Newly added record positioned properly when no records are selected with remote data binding
7
30
 
@@ -155,4 +178,4 @@
155
178
  #### Bug Fixes
156
179
 
157
180
  - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
158
- - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.
181
+ - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.