@syncfusion/ej2-treegrid 21.2.8 → 21.2.9

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,7 +6,19 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#461200` - Resolved After expanding parent record in virtualization enabled remote data, the child records were not updated properly.
9
+ - `#I464729`, `#I465729` - Resolved issue where virtualization with scrolling caused records to repeat.
10
+ - `#I464999` - Fixed issue where white space was displayed while scrolling through nested records in virtualization.
11
+ - `#I457827`, `#I182340`, `#I465331`, `#I465871` - Fixed issue where 'No Records to display' message wasn't being displayed when using frozen columns with `enableCollapseAll` Property.
12
+ - `#I464520` - Fixed an issue where clearing the search bar in EJ2 would result in a message saying "No records to display."
13
+ - `#I459187` - Fixed an issue where records were getting missed in the viewport when adding a new record in a specific position.
14
+
15
+ ## 21.2.8 (2023-05-30)
16
+
17
+ ### Tree Grid
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I461200` - Resolved After expanding parent record in virtualization enabled remote data, the child records were not updated properly.
10
22
  - `#I459187` -Fixed an issue where the Records are missing on adding a record as child and below.
11
23
  - `#I462460` , `#I461924` - Resolved Script Error throws while using Virtualization with Collapse All action.
12
24