@syncfusion/ej2-navigations 20.3.47 → 20.3.49

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,42 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Accordion
6
+
7
+ #### Bug Fixes
8
+
9
+ - `SF-397894` - An issue with incorrect aria attributes in accordion has been fixed.
10
+
11
+ ## 20.3.47 (2022-10-11)
12
+
13
+ ### Sidebar
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I397894` - The issue with "using tab index as `0`​ on the container of Sidebar component" has been resolved.
18
+
19
+ ### ContextMenu
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I408315` - Script error thrown in `insertBefore` method While items not available in menu items has been fixed.
24
+
25
+ ## 20.3.48 (2022-10-05)
26
+
27
+ ### TreeView
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#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.
32
+
33
+ ### Accordion
34
+
35
+ #### Bug Fixes
36
+
37
+ - `#F177760` - An issue with adding/removing multiple CSS classes to tab items `cssClass` property has been fixed.
38
+
39
+ ## 20.3.47 (2022-09-29)
40
+
5
41
  ### AppBar
6
42
 
7
43
  The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.