Vue.js Changelog
Here you’ll find a record of all important updates, improvements, fixes, and breaking changes across Vue versions.
How to Use This Changelog
Section titled “How to Use This Changelog”- Each entry lists the version number, release date, and a summary of changes.
- Major releases include breaking changes and new features.
- Minor releases typically include bug fixes, performance improvements, and small enhancements.
- Patch releases focus on bug fixes and minor tweaks.
Latest Releases
Section titled “Latest Releases”Vue 3.x.x — Released 2024-05-26
Section titled “Vue 3.x.x — Released 2024-05-26”-
New Features:
-
Introduced Composition API for flexible component logic.
-
Added support for Fragments, Teleport, and Suspense.
-
Improved TypeScript integration.
-
Breaking Changes:
-
Lifecycle hooks renamed (
beforeDestroy
→beforeUnmount
). -
Global API moved from
Vue
to app instance (Vue.use
→app.use
). -
Removed filters support.
-
Bug Fixes:
- Fixed issues with reactivity tracking in certain edge cases.
- Improved performance of virtual DOM diffing.
Vue 2.x.x — Released 2025-01-02
Section titled “Vue 2.x.x — Released 2025-01-02”- 🔧 Bug fixes and stability improvements.
- Minor updates to official plugins and tooling.
Older Versions
Section titled “Older Versions”For older changelogs, please refer to the official Vue 2 Changelog and Vue 3 Changelog.
Where to Find More Details
Section titled “Where to Find More Details”For full release notes and detailed technical info, visit:
How to Stay Updated
Section titled “How to Stay Updated”- Follow the official Vue Twitter account: @vuejs
- Join the Vue community on Discord and forums.
- Subscribe to Vue newsletters and blogs.
Suggestions & Feedback
Section titled “Suggestions & Feedback”We welcome your feedback! If you notice any issues or want to request features, please open an issue on the Vue GitHub repository or join the community discussions.
Tip: Bookmark this page to stay updated on the latest Vue.js developments!