@syncfusion/ej2-angular-navigations 33.1.49 → 33.2.3

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,12 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### ContextMenu
6
-
7
- #### Bug fixes
8
-
9
- - `#I816408` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion context menu component
10
-
11
5
  ## 33.1.47 (2026-04-07)
12
6
 
13
7
  ### Accordion
@@ -3182,7 +3176,15 @@ TreeView component is used to represent hierarchical data in a tree like structu
3182
3176
 
3183
3177
  - **Template** - Allows you to customize the nodes in TreeView.
3184
3178
 
3185
- - **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.## 22.2.8 (2023-08-08)
3179
+ - **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.## 33.1.49 (2026-04-14)
3180
+
3181
+ ### ContextMenu
3182
+
3183
+ #### Bug fixes
3184
+
3185
+ - `#I816408` - Resolved a memory leak issue that occurred when using Angular Material Dialog in combination with Syncfusion context menu component
3186
+
3187
+ ## 22.2.8 (2023-08-08)
3186
3188
 
3187
3189
  ### Tab
3188
3190
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-navigations",
3
- "version": "33.1.49",
3
+ "version": "33.2.3",
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": "~33.1.45",
10
- "@syncfusion/ej2-angular-base": "~33.1.46",
11
- "@syncfusion/ej2-navigations": "33.1.49"
9
+ "@syncfusion/ej2-base": "~33.2.3",
10
+ "@syncfusion/ej2-angular-base": "~33.2.3",
11
+ "@syncfusion/ej2-navigations": "33.2.3"
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 = '^33.1.49';
4
+ exports.pkgVer = '^33.2.3';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
6
- exports.themeVer = '~33.1.49';
6
+ exports.themeVer = '~33.2.3';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^33.1.49';
2
+ export const pkgVer = '^33.2.3';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
4
- export const themeVer = '~33.1.49';
4
+ export const themeVer = '~33.2.3';