@syncfusion/ej2-treegrid 22.1.34 → 22.1.37

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
@@ -4,6 +4,25 @@
4
4
 
5
5
  ### Tree Grid
6
6
 
7
+ #### Bug fixes
8
+
9
+ - `#I461924`, `#I473131` - Resolved the collapsed event multiple times triggered issue in virtualization enabled samples.
10
+ - `#I471838` - Resolved white space issue occurred in virtualization feature when changing the page size using databound event.
11
+
12
+ ## 22.1.36 (2023-06-28)
13
+
14
+ ### Tree Grid
15
+
16
+ #### Bug fixes
17
+
18
+ - `#I469071` - Fixed issue where scrolling down using the scroll bar would cause some records to not be displayed and scrolling using the mouse would repeat some records in virtualization.
19
+ - `#F182421` - Fixed an issue where the stacked column was not functioning properly when resizing was enabled in the treegrid.
20
+ - `#I182710` - Fixed an issue where the child aggregates row would display in the current view records.
21
+
22
+ ## 22.1.34 (2023-06-21)
23
+
24
+ ### Tree Grid
25
+
7
26
  #### Features
8
27
 
9
28
  - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
@@ -159,4 +178,4 @@
159
178
  #### Bug Fixes
160
179
 
161
180
  - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
162
- - `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`.