@syncfusion/ej2-angular-navigations 20.4.44-ngcc → 20.4.48-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +1 -1
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +1 -1
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +27 -0
- package/dist/ej2-angular-navigations.umd.js +2 -1
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -41
- package/styles/bootstrap5.css +1 -41
- package/styles/context-menu/bootstrap5-dark.css +0 -24
- package/styles/context-menu/bootstrap5.css +0 -24
- package/styles/menu/bootstrap5-dark.css +0 -16
- package/styles/menu/bootstrap5.css +0 -16
- package/styles/treeview/bootstrap4.css +1 -1
- package/styles/treeview/bootstrap5-dark.css +1 -1
- package/styles/treeview/bootstrap5.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Tab
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I427978` - Fixed an issue with cyclic navigation using arrow keys, where focus would shift to the first element after reaching the last element, and vice versa. Also, accessibility has been enhanced using the aria-label attributes.
|
|
10
|
+
|
|
11
|
+
### Menu
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I425152` - The issue with "Menu item not render properly when we use ItemTemplate with custom menu items" has been resolved.
|
|
16
|
+
|
|
17
|
+
### Sidebar
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#F179759` - Console error while using the showBackdrop property in the Sidebar component has been resolved.
|
|
22
|
+
|
|
23
|
+
### TreeView
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `#I428488` - Included the "action" and "nodeData" values in the dataSourceChanged event.
|
|
28
|
+
- `#I428766` - Alignment issue in TreeView node without a sub-child has been resolved.
|
|
29
|
+
|
|
30
|
+
## 20.4.44 (2023-01-18)
|
|
31
|
+
|
|
5
32
|
### ContextMenu
|
|
6
33
|
|
|
7
34
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-navigations.umd.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -2079,6 +2079,7 @@ exports.ɵm = inputs$6;
|
|
|
2079
2079
|
exports.ɵn = outputs$11;
|
|
2080
2080
|
exports.MenuAnimationSettings = ej2Navigations.MenuAnimationSettings;
|
|
2081
2081
|
exports.MenuItem = ej2Navigations.MenuItem;
|
|
2082
|
+
exports.FieldSettings = ej2Navigations.FieldSettings;
|
|
2082
2083
|
exports.HScroll = ej2Navigations.HScroll;
|
|
2083
2084
|
exports.VScroll = ej2Navigations.VScroll;
|
|
2084
2085
|
exports.addScrolling = ej2Navigations.addScrolling;
|