@syncfusion/ej2-angular-navigations 24.1.41-ngcc → 24.1.46-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 +2 -2
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +2 -2
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +20 -0
- package/README.md +1 -1
- package/dist/ej2-angular-navigations.umd.js +3 -3
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +1 -1
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- 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/src/stepper/steps.directive.d.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Menu
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F519984` - The issue with "Keyboard action is not working properly in the Menu Component" has been resolved.
|
|
10
|
+
|
|
11
|
+
### TreeView
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I531520` - TreeView component's title not decoded properly same as in tree node text has been resolved.
|
|
16
|
+
|
|
17
|
+
### Toolbar
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
21
|
+
- `#I508465` - The issue with the differentiate toolbar active and focus states has been resolved.
|
|
22
|
+
|
|
23
|
+
## 24.1.41 (2023-12-18)
|
|
24
|
+
|
|
5
25
|
### TreeView
|
|
6
26
|
|
|
7
27
|
#### Bug fixes
|
package/README.md
CHANGED
|
@@ -275,4 +275,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
275
275
|
|
|
276
276
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=navigation) for more info.
|
|
277
277
|
|
|
278
|
-
© Copyright
|
|
278
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-navigations.umd.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.46
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -2032,8 +2032,8 @@ var outputs$16 = [];
|
|
|
2032
2032
|
* ```html
|
|
2033
2033
|
* <ejs-stepper>
|
|
2034
2034
|
* <e-steps>
|
|
2035
|
-
* <e-step [
|
|
2036
|
-
* <e-step [
|
|
2035
|
+
* <e-step [iconCss]='e-icons e-folder' [text]='Step 1' />
|
|
2036
|
+
* <e-step [iconCss]='e-icons e-folder' [text]='Step 2' />
|
|
2037
2037
|
* </e-steps>
|
|
2038
2038
|
* </ejs-stepper>
|
|
2039
2039
|
* ```
|