@syncfusion/ej2-treegrid 21.1.37 → 21.1.41

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,14 +2,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 21.1.38 (2023-04-04)
6
+
7
+ ### Tree Grid
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I407372`, `#I449067`, `#I424805` - Fixed console error when dragging and dropping a record and then pressing the tab key.
12
+ - `#I441661` - Fixed incorrect checkbox selection update after selecting a record and collapsing in checkboxOnly mode.
13
+ - `#I449191` - Fixed incorrect cell index selection in the getSelectedRowCellIndexes method when collapsing a record.
14
+ - `#I442710` - Resolved issue of row dropping at the bottom segment (with the last record) not working properly.
15
+ - `#I444506` - Resolved issue of last row border not being added when reordering a row to the last index.
16
+
5
17
  ## 21.1.35 (2023-03-23)
6
18
 
7
19
  ### Tree Grid
8
20
 
9
- #### Features
21
+ #### Breaking Changes
10
22
 
11
- - Provided support for inline editing with virtualization enabled. Please find the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/tree-grid/virtual-scrolling.html).
12
- - `#I323425`, `#I332700`, `#I344742`, `#I375307` - Provided support for frozen column with virtualization enabled.
23
+ - Unnecessary role attributes for Tree Grid row cell and header elements have been removed to enhance accessibility standards.
24
+ - The `td` element for `e-detailcell` in [detail element](https://ej2.syncfusion.com/documentation/treegrid/row/detail-template/) has been only changed from a `td` element to the `th` element to enhance accessibility standards.
13
25
 
14
26
  ## 20.2.36 (2022-06-30)
15
27