@syncfusion/ej2-navigations 20.3.48 → 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,28 @@
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
+
5
27
  ### TreeView
6
28
 
7
29
  #### Bug Fixes