@syncfusion/ej2-vue-navigations
Advanced tools
Comparing version 24.1.41 to 24.1.46
@@ -5,6 +5,26 @@ # Changelog | ||
### Menu | ||
#### Bug Fixes | ||
- `#F519984` - The issue with "Keyboard action is not working properly in the Menu Component" has been resolved. | ||
### TreeView | ||
#### Bug Fixes | ||
- `#I531520` - TreeView component's title not decoded properly same as in tree node text has been resolved. | ||
### Toolbar | ||
#### Bug fixes | ||
- `#I508465` - The issue with the differentiate toolbar active and focus states has been resolved. | ||
## 24.1.41 (2023-12-18) | ||
### TreeView | ||
#### Bug fixes | ||
- `#I525899` - The issue with the React TreeView filtering operation has been resolved. | ||
@@ -11,0 +31,0 @@ |
/*! | ||
* filename: ej2-vue-navigations.umd.min.js | ||
* version : 24.1.41 | ||
* version : 24.1.46 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-vue-navigations@*", | ||
"_id": "@syncfusion/ej2-vue-navigations@22.41.2", | ||
"_id": "@syncfusion/ej2-vue-navigations@24.1.41", | ||
"_inBundle": false, | ||
"_integrity": "sha512-rhRthb1suS66caaSimBR1+1PoTJFizzbmowfL7knfWCn3RuaBcRlMFgzo4mo27P3wffAtFGuhx+CTe8omYtsvQ==", | ||
"_integrity": "sha512-JZ7WaM75wni+mLBik5S8F47qwBxsAJJpAi1RYxmi0UXkcRZG83SkfrdBAEDm+96kdsV24XchgsX5vVVybBky+A==", | ||
"_location": "/@syncfusion/ej2-vue-navigations", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-22.41.2.tgz", | ||
"_shasum": "45571d978c1c0aa89a234406aaca3bf20d654864", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-24.1.41.tgz", | ||
"_shasum": "290ffc15a878e4c29bd4abbd5d39ac8e169e324d", | ||
"_spec": "@syncfusion/ej2-vue-navigations@*", | ||
@@ -35,4 +35,4 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.1.41", | ||
"@syncfusion/ej2-navigations": "24.1.41", | ||
"@syncfusion/ej2-base": "~24.1.46", | ||
"@syncfusion/ej2-navigations": "24.1.46", | ||
"@syncfusion/ej2-vue-base": "~24.1.41" | ||
@@ -75,4 +75,4 @@ }, | ||
}, | ||
"version": "24.1.41", | ||
"version": "24.1.46", | ||
"sideEffects": false | ||
} |
@@ -277,2 +277,2 @@ # Vue Navigation Components | ||
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. | ||
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. |
@@ -14,4 +14,4 @@ import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; | ||
* <e-steps> | ||
* <e-step :icon='e-icons e-folder' :text='Step 1' /> | ||
* <e-step :icon='e-icons e-folder' :text='Step 2' /> | ||
* <e-step :iconCss='e-icons e-folder' :text='Step 1' /> | ||
* <e-step :iconCss='e-icons e-folder' :text='Step 2' /> | ||
* </e-steps> | ||
@@ -18,0 +18,0 @@ * </ejs-stepper> |
@@ -39,4 +39,4 @@ import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base'; | ||
* <e-steps> | ||
* <e-step :icon='e-icons e-folder' :text='Step 1' /> | ||
* <e-step :icon='e-icons e-folder' :text='Step 2' /> | ||
* <e-step :iconCss='e-icons e-folder' :text='Step 1' /> | ||
* <e-step :iconCss='e-icons e-folder' :text='Step 2' /> | ||
* </e-steps> | ||
@@ -43,0 +43,0 @@ * </ejs-stepper> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
2296197
12382
0
0
+ Added@syncfusion/ej2-navigations@24.1.46(transitive)
- Removed@syncfusion/ej2-navigations@24.1.41(transitive)