@syncfusion/ej2-navigations 20.3.48 → 20.3.50

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,36 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ContextMenu
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I413061` - The issue with "Keyboard navigation not working properly when we open context menu using open method" has been resolved.
10
+
11
+ ## 20.3.49 (2022-10-11)
12
+
13
+ ### Accordion
14
+
15
+ #### Bug Fixes
16
+
17
+ - `SF-397894` - An issue with incorrect aria attributes in accordion has been fixed.
18
+
19
+ ## 20.3.47 (2022-10-11)
20
+
21
+ ### Sidebar
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I397894` - The issue with "using tab index as `0`​ on the container of Sidebar component" has been resolved.
26
+
27
+ ### ContextMenu
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#I408315` - Script error thrown in `insertBefore` method While items not available in menu items has been fixed.
32
+
33
+ ## 20.3.48 (2022-10-05)
34
+
5
35
  ### TreeView
6
36
 
7
37
  #### Bug Fixes