Vue Router is the official routing library for Vue.js applications, enabling navigation between different views and components. Examining versions 3.6.0 and 3.5.4 reveals key updates beneficial to Vue.js developers. Version 3.6.0, released in August 2022, upgrades the supported Vue.js version to ^2.7.0 from version 3.5.4 which was on ^2.6.12. This allows developers to leverage the latest features and improvements in Vue.js 2.7+.
The newer version includes updated development dependencies, reflecting improvements in various tools and libraries used during development. Most notably, Typescript goes from 3.5.2 to 4.7.0 and chromedriver goes from 90.0.0 to 96.0.0. Noticeably the fileCount in the dist section increases to 49 (from 38) and the unpackedSize goes to about 520KB (from 485KB).
While the core functionality remains consistent between the two versions, developers should consider upgrading to 3.6.0 to ensure compatibility with the latest Vue.js features and benefit from potential bug fixes and performance enhancements in the updated dependencies. It also shows the continuous improvements and maintenance of the library, ensuring a stable and up-to-date routing solution for Vue.js developers.
The are not vulnerabilities for the version 3.6.0 of the package vue-router