@syncfusion/ej2-angular-navigations 31.2.3 → 31.2.5
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 +8 -0
- package/README.md +11 -3
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Treeview
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I776118` - The issue where the parent node was automatically checked when dynamically adding a child node with `isChecked` set to true, even when `autoCheck` was set to false, has been resolved.
|
|
10
|
+
|
|
11
|
+
## 31.2.3 (2025-10-22)
|
|
12
|
+
|
|
5
13
|
### Breadcrumb
|
|
6
14
|
|
|
7
15
|
#### Bug Fixes
|
package/README.md
CHANGED
|
@@ -252,7 +252,7 @@ The [Angular Stepper](https://www.syncfusion.com/angular-components/angular-step
|
|
|
252
252
|
<p align="center">
|
|
253
253
|
Trusted by the world's leading companies
|
|
254
254
|
<a href="https://www.syncfusion.com/">
|
|
255
|
-
<img src="https://
|
|
255
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
|
|
256
256
|
</a>
|
|
257
257
|
</p>
|
|
258
258
|
|
|
@@ -276,12 +276,20 @@ Navigation components are also offered in following list of frameworks.
|
|
|
276
276
|
* Expanse Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/?utm_source=npm&utm_campaign=sidebar#/dashboard)
|
|
277
277
|
* Web Mail - [Source](https://github.com/syncfusion/ej2-showcase-angular-webmail), [Live Demo](https://ej2.syncfusion.com/showcase/angular/webmail/?utm_source=npm&utm_campaign=sidebar)
|
|
278
278
|
|
|
279
|
+
## Resources
|
|
280
|
+
|
|
281
|
+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/introduction)
|
|
282
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
283
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
284
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
285
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
286
|
+
|
|
279
287
|
## Support
|
|
280
288
|
|
|
281
289
|
Product support is available through following mediums.
|
|
282
290
|
|
|
283
291
|
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
284
|
-
* [Community forum](https://www.syncfusion.com/forums/
|
|
292
|
+
* [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm)
|
|
285
293
|
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
286
294
|
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigation-npm)
|
|
287
295
|
* Live chat
|
|
@@ -292,7 +300,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
292
300
|
|
|
293
301
|
## License and copyright
|
|
294
302
|
|
|
295
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
303
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
296
304
|
|
|
297
305
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
298
306
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-navigations",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
-
"@syncfusion/ej2-navigations": "31.2.
|
|
11
|
+
"@syncfusion/ej2-navigations": "31.2.5"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-navigations';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.5';
|
|
5
5
|
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.5';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-navigations';
|
|
2
|
-
export const pkgVer = '^31.2.
|
|
2
|
+
export const pkgVer = '^31.2.5';
|
|
3
3
|
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
|
|
4
|
-
export const themeVer = '~31.2.
|
|
4
|
+
export const themeVer = '~31.2.5';
|