@syncfusion/ej2-angular-navigations 26.1.40 → 26.1.41
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 +14 -0
- package/package.json +7 -7
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Toolbar
|
|
6
|
+
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- An issue with memory leak in the Toolbar events has been resolved.
|
|
10
|
+
|
|
11
|
+
### Stepper
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#I603606` - Now the issue with the stepper progress bar misalignment when minimized, and maximized the browser window has been resolved. Also, a new method `refreshProgressbar` has been added in the stepper control to programmatically update the progress bar.
|
|
16
|
+
|
|
17
|
+
## 26.1.40 (2024-07-02)
|
|
18
|
+
|
|
5
19
|
### TreeView
|
|
6
20
|
|
|
7
21
|
#### Bug fixes
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-navigations@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-navigations@26.1.40",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-rPA7uWUYeQQgLElSYiEb0VqV623J3gPmNZo+U742ltokaBARkIREhSOeIn9QaPggy4JNNe0vphhUuzhKD+Sf0Q==",
|
|
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.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-26.1.40.tgz",
|
|
23
|
+
"_shasum": "7167aa311be241d9b711df984f074e17def779b1",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.1.41",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
-
"@syncfusion/ej2-navigations": "26.1.
|
|
36
|
+
"@syncfusion/ej2-navigations": "26.1.41",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"schematics": "./schematics/collection.json",
|
|
103
103
|
"sideEffects": false,
|
|
104
104
|
"typings": "syncfusion-ej2-angular-navigations.d.ts",
|
|
105
|
-
"version": "26.1.
|
|
105
|
+
"version": "26.1.41"
|
|
106
106
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-navigations';
|
|
2
|
-
export const pkgVer = '^26.1.
|
|
2
|
+
export const pkgVer = '^26.1.40';
|
|
3
3
|
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
|
|
4
|
-
export const themeVer = '~26.1.
|
|
4
|
+
export const themeVer = '~26.1.40';
|