@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 +22 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +13 -41
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +13 -42
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/accordion/accordion.d.ts +0 -1
- package/src/accordion/accordion.js +8 -39
- package/src/common/menu-base.js +1 -1
- package/src/sidebar/sidebar.js +4 -2
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
|