@syncfusion/ej2-navigations 21.2.5 → 21.2.8
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 +71 -34
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +71 -34
- 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 +1 -0
- package/src/accordion/accordion.js +69 -33
- package/src/common/menu-base.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ContextMenu
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I829933` - The issue with "hideItems method of context menu not working properly for sub menu item" has been resolved.
|
|
10
|
+
|
|
11
|
+
### TreeView
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#I457872` - Resolved the issue where customized theme styles were not correctly applied for active node text of TreeView component.
|
|
16
|
+
|
|
17
|
+
## 21.2.6 (2023-05-23)
|
|
18
|
+
|
|
19
|
+
### Accordion
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- `#I461717` - An issue with the accordion old templates is not cleared after the property change has been fixed.
|
|
24
|
+
|
|
25
|
+
## 21.2.5 (2023-05-16)
|
|
26
|
+
|
|
5
27
|
### TreeView
|
|
6
28
|
|
|
7
29
|
#### Bug fixes
|