@syncfusion/ej2-angular-navigations 20.4.52-ngcc → 20.4.53-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/CHANGELOG.md CHANGED
@@ -2,14 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 20.4.51 (2023-02-21)
6
-
7
- ### TreeView
5
+ ### Sidebar
8
6
 
9
7
  #### Bug Fixes
10
8
 
11
- - `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
12
- - `#I428002` - The accessibility related issues in the TreeView has been resolved.
9
+ - `#F180770` - While dynamically setting value for showBackdrop property results in creating duplicate DOM elements in Sidebar is resolved.
13
10
 
14
11
  ### ContextMenu
15
12
 
@@ -23,6 +20,29 @@
23
20
 
24
21
  - `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.
25
22
 
23
+ ### TreeView
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I436646`, `#I435360` - Resolved issue, while drag and drop other elements over TreeView component, then "not-allowed" cursor appears.
28
+
29
+ ### Tab
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I430159` - An issue with `ngOnDestroy` not being called when tab is closed has been resolved.
34
+
35
+ ## 20.4.52 (2023-02-28)
36
+
37
+ ## 20.4.51 (2023-02-21)
38
+
39
+ ### TreeView
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
44
+ - `#I428002` - The accessibility related issues in the TreeView has been resolved.
45
+
26
46
  ## 20.4.49 (2023-02-07)
27
47
 
28
48
  ### Accordion
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-navigations.umd.js
3
- * version : 20.4.52
3
+ * version : 20.4.53
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-navigations.umd.min.js
3
- * version : 20.4.52
3
+ * version : 20.4.53
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
- "_id": "@syncfusion/ej2-angular-navigations@20.4.51",
3
+ "_id": "@syncfusion/ej2-angular-navigations@20.4.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-EH0oxDwNnUvpVlF10VgsrArKTApBfahc1pUJJ2nD7H7KGdEapkWa2GxUG4Hml5stoL25LVGr0YYmDAWa8cATKg==",
5
+ "_integrity": "sha512-Ua4WlH2KDaIMul+95/JGR9+zl3AwFKHPxrBt9fMvRZHa24XLLpFh9i07EHim8FNhToeJ81cmoImRFzrTohw6GA==",
6
6
  "_location": "/@syncfusion/ej2-angular-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-20.4.51.tgz",
23
- "_shasum": "e41f8f77ed32ac8236a8d0ff399e84dea5992576",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-20.4.52.tgz",
23
+ "_shasum": "3f2793dec790c2e855dd6bcba6af83e19beb18d0",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.52",
34
+ "@syncfusion/ej2-angular-base": "~20.4.53",
35
35
  "@syncfusion/ej2-base": "~20.4.51",
36
- "@syncfusion/ej2-navigations": "20.4.52"
36
+ "@syncfusion/ej2-navigations": "20.4.53"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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",
@@ -86,5 +86,5 @@
86
86
  "schematics": "./schematics/collection.json",
87
87
  "sideEffects": false,
88
88
  "typings": "ej2-angular-navigations.d.ts",
89
- "version": "20.4.52-ngcc"
89
+ "version": "20.4.53-ngcc"
90
90
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^20.4.51";
2
+ export declare const pkgVer = "^20.4.52";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
- export declare const themeVer = "~20.4.51";
4
+ export declare const themeVer = "~20.4.52";
@@ -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 = '^20.4.52';
4
+ exports.pkgVer = '^20.4.53';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
- exports.themeVer = '~20.4.52';
6
+ exports.themeVer = '~20.4.53';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^20.4.52';
2
+ export const pkgVer = '^20.4.53';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
- export const themeVer = '~20.4.52';
4
+ export const themeVer = '~20.4.53';