Vue Router, the official routing solution for Vue.js 2, saw a release of version 3.4.0 following version 3.3.4. Both versions maintain the core functionality expected by Vue.js developers building single-page applications, enabling smooth navigation and view management. They leverage a similar suite of development dependencies, showcasing continued reliance on tools like webpack, rollup, and eslint for building, bundling and linting.
While the core dependencies remained consistent, a notable change appears in the devDependencies section. Vuepress theme was updated from version 1.1.0 to 1.1.1. If you are using vuepress this could include UI updates or bug fixes that could be relevant for your project. Also the size of the package increased in version 3.4.0. This can be due to code additions or changes to bundled assets.
Developers considering the update from 3.3.4 to 3.4.0 should investigate the specific changes introduced in the Vue Router changelog. This can give information about potential bug fixes implemented, and if there are any breaking changes on the public API. The release dates also indicate a period of active maintenance and incremental improvements, beneficial for developers wanting the most up-to-date features and stability.
The are not vulnerabilities for the version 3.4.0 of the package vue-router