@syncfusion/ej2-navigations 20.3.47 → 20.3.48

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,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeView
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I318072` - The issue with "Checkbox is not added to dropped node, when drop target TreeView has enabled with checkboxes in the TreeView component" has been resolved.
10
+
11
+ ### Accordion
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#F177760` - An issue with adding/removing multiple CSS classes to tab items `cssClass` property has been fixed.
16
+
17
+ ## 20.3.47 (2022-09-29)
18
+
5
19
  ### AppBar
6
20
 
7
21
  The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.