@syncfusion/ej2-angular-navigations 29.1.34 → 29.1.37

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,6 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tab
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I703472` - The issue with misalignment of the tab header text and close icon in Tailwind 3 and Fluent 2 themes has been resolved.
10
+
11
+ ### Toolbar
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I705438` - An issue where focus was maintained on a disabled toolbar item has been fixed.
16
+
17
+ ## 29.1.33 (2025-03-25)
18
+
5
19
  ### Menu
6
20
 
7
21
  #### Bug Fixes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
3
  "_id": "@syncfusion/ej2-angular-navigations@29.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-mweoIAf8NEPddUoPyNo+2udWgatCSAGXh6Qlf7CqNPbnpgdMQiV0NjF1xwzJMZHmvlzXsPIF5G0Df0RjyBsNAw==",
5
+ "_integrity": "sha512-2vvKcIA6inp9MZH+5uCV0VAYGaNPp2dO8C5eyN9i1X2mhPJOBIWCZ92YHR9k4+cHHj76pDsnjZ6iGRHi+02GKg==",
6
6
  "_location": "/@syncfusion/ej2-angular-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-29.1.33.tgz",
23
- "_shasum": "e7567cb5df19207a8021d823670d2f86079b6387",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-29.1.33.tgz",
23
+ "_shasum": "23fd5d38825a22b5e75aeb5717f656a4a21ddfb9",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
- "_where": "E:\\march2025\\memory-leaks",
25
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -32,12 +32,11 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~29.1.33",
35
- "@syncfusion/ej2-base": "~29.1.33",
36
- "@syncfusion/ej2-navigations": "29.1.34"
35
+ "@syncfusion/ej2-base": "~29.1.36",
36
+ "@syncfusion/ej2-navigations": "29.1.37"
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",
40
- "devDependencies": {},
41
40
  "es2020": "fesm2020/syncfusion-ej2-angular-navigations.mjs",
42
41
  "esm2020": "esm2020/syncfusion-ej2-angular-navigations.mjs",
43
42
  "exports": {
@@ -102,5 +101,5 @@
102
101
  "schematics": "./schematics/collection.json",
103
102
  "sideEffects": false,
104
103
  "typings": "syncfusion-ej2-angular-navigations.d.ts",
105
- "version": "29.1.34"
106
- }
104
+ "version": "29.1.37"
105
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^22.42.3";
2
+ export declare const pkgVer = "^29.1.33";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule";
4
- export declare const themeVer = "~22.42.3";
4
+ export declare const themeVer = "~29.1.33";
@@ -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 = '^29.1.33';
4
+ exports.pkgVer = '^29.1.37';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
6
- exports.themeVer = '~29.1.33';
6
+ exports.themeVer = '~29.1.37';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^29.1.33';
2
+ export const pkgVer = '^29.1.37';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
4
- export const themeVer = '~29.1.33';
4
+ export const themeVer = '~29.1.37';