3.5.32

Latest release
Released 12 days ago (April 03, 2026)

Software
Vue.js
Introduction Vue.js is a progressive JavaScript framework for building modern user interfaces. Lightweight, flexible, and easy to learn, it excels at creating reactive, component-based single-page applications (SPAs). With its gentle learning curve and powerful features like Composition API, Vue.js is loved by developers for its simplicity and performance.
Author Evan You
Written in TypeScript
Type JavaScript Library
Repository https://github.com/vuejs
Website https://vuejs.org
Security policy https://github.com/vuejs/core?tab=security-ov-file#readme
License MIT license

All Releases

VersionStatusFirst official releaseLatest patch releaseEnd of support (OSS)Commercial Support
(HeroDevs-NES)
3.6
Beta
-3.6.0-beta.10
2 days ago
April 13, 2026
UnavailableUnavailable
3.5
Supported
3.5.0
1 year ago
September 03, 2024
3.5.32
12 days ago
April 03, 2026
TBDUnavailable
3.4
End of life
3.4.0
2 years ago
December 29, 2023
3.4.38
1 year ago
August 15, 2024
Ended 1 year, 7 months ago
September 03, 2024
Unavailable
3.3
End of life
3.3.0
2 years ago
May 11, 2023
3.3.13
2 years ago
December 19, 2023
Ended 2 years, 3 months ago
December 29, 2023
Unavailable
3.2
End of life
3.2.0
4 years ago
August 09, 2021
3.2.46
3 years ago
February 02, 2023
Ended 2 years, 11 months ago
May 11, 2023
Unavailable
3.1
End of life
3.1.0
4 years ago
June 07, 2021
3.1.5
4 years ago
July 16, 2021
Ended 4 years, 8 months ago
August 09, 2021
Unavailable
3.0
End of life
3.0.0
5 years ago
September 18, 2020
3.0.11
5 years ago
April 01, 2021
Ended 4 years, 10 months ago
June 07, 2021
Unavailable
2.7
End of life
2.7.0
3 years ago
July 01, 2022
2.7.16
2 years ago
December 24, 2023
Ended 5 years, 6 months ago
September 18, 2020
TBD
2.6
End of life
2.6.0
7 years ago
February 04, 2019
2.6.14
4 years ago
June 07, 2021
Ended 3 years, 9 months ago
July 01, 2022
TBD
2.5
End of life
2.5.0
8 years ago
October 13, 2017
2.5.22
7 years ago
January 11, 2019
Ended 7 years, 2 months ago
February 04, 2019
Unavailable
2.4
End of life
2.4.0
8 years ago
July 13, 2017
2.4.4
8 years ago
September 14, 2017
Ended 8 years, 6 months ago
October 13, 2017
Unavailable
2.3
End of life
2.3.0
8 years ago
April 27, 2017
2.3.4
8 years ago
June 08, 2017
Ended 8 years, 9 months ago
July 13, 2017
Unavailable
2.2
End of life
2.2.0
9 years ago
February 26, 2017
2.2.6
9 years ago
March 27, 2017
Ended 8 years, 11 months ago
April 27, 2017
Unavailable
2.1
End of life
2.1.0
9 years ago
November 22, 2016
2.1.10
9 years ago
January 17, 2017
Ended 9 years, 1 month ago
February 26, 2017
Unavailable
2.0
End of life
2.0.0
9 years ago
September 30, 2016
2.0.8
9 years ago
November 20, 2016
Ended 9 years, 4 months ago
November 22, 2016
Unavailable
1.0
End of life
1.0.0
10 years ago
October 27, 2015
1.0.28
9 years ago
September 27, 2016
Ended 9 years, 6 months ago
September 30, 2016
Unavailable

Recent Releases

Version Release date
3.6.0-beta.10 2 days ago
April 13, 2026
3.5.32 12 days ago
April 03, 2026
3.6.0-beta.9 20 days ago
March 26, 2026
3.5.31 21 days ago
March 25, 2026
3.6.0-beta.8 30 days ago
March 16, 2026

How Does Vue.js Handle Version Support and Lifecycle?

Vue.js uses a flexible, semantic versioning approach without a fixed release schedule. Patch releases come out as needed for critical fixes, while minor releases add features roughly every three to six months and always pass through a beta testing phase. Major releases involve community input plus alpha and beta stages to keep changes manageable.

Each major version follows clear support phases: active development with ongoing improvements and new capabilities, followed by long-term support delivering bug fixes and security updates, then a narrower maintenance window for only critical security issues, and finally end of life. This structure gives teams breathing room to plan upgrades while applications stay secure as long as possible.

In practice, most development teams appreciate this balance because it avoids forcing rushed migrations yet still pushes the ecosystem forward steadily.

End of Support (OSS) and Commercial Support (HeroDevs-NES) in the Release Table

The release table on this page shows two key columns for understanding long-term viability of each Vue.js version: End of support (OSS) and Commercial Support (HeroDevs-NES).

End of support (OSS) marks the date when the official open-source project stops providing any updates, including bug fixes and security patches. After this point, the core team no longer maintains that major version, though the code remains downloadable and functional.

Commercial Support (HeroDevs-NES) indicates availability of extended, paid maintenance through HeroDevs' Never-Ending Support program. This offers ongoing security patches, compatibility fixes, and drop-in replacements even after official OSS support ends, allowing teams to keep running older major versions safely without immediate migration.

Most teams check these columns first when evaluating upgrade urgency or deciding whether to invest in commercial options for legacy codebases.

What Are the Real Risks of Running an Unsupported Vue.js Version?

Once a Vue.js major version reaches end of support in the OSS column, it no longer receives security patches or bug fixes from the core team. Any newly discovered vulnerabilities in the framework itself or in how it interacts with the browser stay unaddressed, leaving your application exposed over time.

Dependency conflicts become more common as newer npm packages drop support for older Vue APIs or Composition API patterns. Build tools, Vue Router, Pinia, and ecosystem libraries may introduce breaking changes that force you to pin outdated versions, slowing down feature development and increasing technical debt.

In practice, many frontend teams notice these issues surface first during security scans or when onboarding new developers who expect modern tooling and patterns.

What Actually Happens After a Vue.js Version Reaches End of Life?

After official OSS support ends, the version remains available on npm, CDNs, and GitHub, so existing applications continue to run without immediate breakage. However, no further updates, security patches, or browser compatibility fixes will come from the Vue core team.

For teams that cannot migrate immediately, HeroDevs' Never-Ending Support (NES) provides a commercial path with ongoing maintenance, security backports, and drop-in replacements that keep the application compliant and protected. This buys time to plan a thoughtful upgrade to the current stable version.

Most experienced Vue developers treat the EOL date as a signal to start migration planning rather than a hard stop, especially when commercial options exist.

How Do You Check Which Vue.js Version Your Project Is Using?

The quickest way is to look inside your project's package.json file and check the version listed under the vue dependency.

You can also run this command in the terminal at the root of your project:

npm list vue

For Vue CLI or Vite-based projects, you can additionally inspect the output of the build command or check the compiled JavaScript for version hints, though the package.json method remains the most reliable.

Many teams add a small runtime check in development mode to log the current Vue version for quick verification across environments.

FAQ

Q1: Does Vue.js have a fixed release schedule like some other frameworks?
No. Vue.js intentionally avoids a rigid cycle. Minor releases appear roughly every three to six months after beta testing, and major releases are planned with community discussion and pre-release phases. This keeps the framework responsive to real developer needs rather than calendar dates.

Q2: Can I keep using an older major version of Vue.js indefinitely without any support?
Technically yes, the code will still run, but you will miss security patches and compatibility updates. Most teams eventually face pressure from security audits or dependency updates that make staying on unsupported versions unsustainable.

Q3: What is HeroDevs NES and when does it make sense for a Vue.js project?
HeroDevs Never-Ending Support provides commercial, ongoing maintenance and security fixes for major versions after official OSS end of support. It makes sense when you need more time to migrate large codebases or when business requirements prevent an immediate upgrade to the current stable version.

Q4: How does the support model for Vue 3 differ from previous major versions?
Vue 3 remains the current major version under active development and receives regular enhancements. Like earlier majors, it will eventually move through long-term support and maintenance phases before reaching end of life, following the same predictable pattern described in the policy.

Q5: Should I upgrade to the latest minor release even if I am staying on the same major version?
Yes, in almost all cases. Minor releases within a major version include important bug fixes, performance improvements, and better compatibility without breaking changes, making them low-risk wins while you plan any larger migration.