3.6.0-beta.3

Latest release in branch 3
Released Today (January 12, 2026)

Software Vue.js
Branch 3
Status
Supported
First official release version 3.0.0
First official release date 5 years ago (September 18, 2020)
Release notes https://github.com/vuejs/core/releases/tag/v3.6.0-beta.3
Documentation https://v3.vuejs.org
Migration guide https://v3-migration.vuejs.org
Vue.js 3 Releases View full list

Vue 3 Release Notes

Vue 3.0, also called "One Piece," marks the first stable major version of Vue.js after over two years of development. It brings faster runtime performance, smaller bundle sizes, better TypeScript support, and new APIs for handling large applications. The release includes contributions from 99 developers, over 2,600 commits, 628 pull requests, and more than 30 RFCs, all shaped by community feedback.

Major improvements cover rendering speed, code size reduction, and a modular design that supports tree-shaking. The Composition API helps organize logic better, while templates and reactivity get significant upgrades. Vue 3 also prepares a smooth upgrade path from Vue 2 with a special migration build.

Performance Improvements

Vue 3 runs much faster than Vue 2. It can render the first view up to 55% quicker, update data up to 133% faster, and use up to 54% less memory. These gains come from a smart system called compiler-informed Virtual DOM.

The template compiler now lifts static content out of repeated work, adds type hints for bindings during compilation, and simplifies dynamic parts. This means templates are optimized automatically, but developers can still use render functions for full control when needed.

Smaller Bundle Size

Vue 3 splits its core into independent modules. This structure allows build tools to remove unused code through tree-shaking. As a result, the final bundle can be up to 41% smaller than Vue 2.

Smaller bundles load faster, improving user experience—especially on mobile or slow networks. Every unused feature can be safely excluded without affecting the app.

Tree-Shaking Support

Thanks to the new modular package layout, build tools can detect and drop code that isn’t used. The compiler adds special hints about binding types in render functions, so tree-shaking works without losing performance benefits.

Developers import only what they need. This keeps apps lightweight while keeping all the speed improvements from the compiler.

Composition API

The Composition API is a powerful new feature built on Vue’s reactivity system. It lets developers group related logic into reusable functions—similar to React hooks. This improves code organization, TypeScript type inference, and logic reuse across components.

For Vue 2 users, the @vue/composition-api plugin brings the same API today. Libraries like VueUse already support both Vue 2 and Vue 3, making the transition easier.

Template Optimizations

Vue 3’s template compiler works smarter. It hoists static nodes so they’re created once and reused. Bindings get type information at compile time, and dynamic sections are flattened to reduce runtime work.

These changes speed up rendering without requiring manual render functions for most cases. Templates remain simple and declarative, yet highly efficient.

Global API Changes

Vue 3 exposes its core through small, focused modules. You can import just reactivity, or the DOM renderer, or both. When using a script tag, the global Vue object still works as before.

This design supports tree-shaking and custom renderers, making Vue flexible for different platforms while keeping the classic setup familiar.

Standalone Reactivity

The reactivity system is now available as a separate package: @vue/reactivity. It works outside Vue—with any template engine or even in non-UI code.

It stays fully compatible with Vue 2 behavior, so existing reactive logic keeps working during upgrades.

TypeScript Support

Vue 3 is written in TypeScript with automatically generated type definitions. The Composition API offers excellent type inference, even for complex logic.

Tools like Vetur now check types in templates and props. Full TSX support lets you write components with JSX and TypeScript together.

Migration Path

A migration build is in development to help upgrade from Vue 2. It will act like Vue 2 but warn about deprecated APIs. An IE11-compatible version is also planned for late 2020.

Until then, direct migration isn’t supported. The team follows a careful rollout: stabilize Vue 3 for new projects first, then update Vue Router, Vuex, and devtools.

Experimental Features

Vue 3 includes early versions of new Single-File Component features for testing. The <Suspense> component helps manage async loading (like data fetching) and is being improved with Nuxt 3.

Future work includes finishing the migration build, adding IE11 support, updating devtools, and improving template type checking.

Vue 2 End-of-Life Plan

Vue 2 will get one final update—version 2.7—in early 2021. It will include selected Vue 3 features for easier upgrades. After that, Vue 2 enters long-term support with critical fixes only.

Releases In Branch 3

Version Release date
3.6.0-beta.3 Today
(January 12, 2026)
3.6.0-beta.2 8 days ago
(January 04, 2026)
3.6.0-beta.1 20 days ago
(December 23, 2025)
3.5.26 25 days ago
(December 18, 2025)
3.6.0-alpha.7 1 month ago
(December 12, 2025)
3.6.0-alpha.6 1 month ago
(December 04, 2025)
3.6.0-alpha.5 1 month ago
(November 25, 2025)
3.5.25 1 month ago
(November 24, 2025)
3.6.0-alpha.4 1 month ago
(November 14, 2025)
3.5.24 2 months ago
(November 07, 2025)
3.5.23 2 months ago
(November 06, 2025)
3.6.0-alpha.3 2 months ago
(November 06, 2025)
3.5.22 3 months ago
(September 25, 2025)
3.5.21 4 months ago
(September 02, 2025)
3.5.20 4 months ago
(August 25, 2025)
3.5.19 4 months ago
(August 21, 2025)
3.5.18 5 months ago
(July 23, 2025)
3.6.0-alpha.2 5 months ago
(July 18, 2025)
3.6.0-alpha.1 6 months ago
(July 12, 2025)
3.5.17 6 months ago
(June 18, 2025)
3.5.16 7 months ago
(May 29, 2025)
3.5.15 7 months ago
(May 26, 2025)
3.5.14 7 months ago
(May 15, 2025)
3.5.13 1 year ago
(November 15, 2024)
3.5.12 1 year ago
(October 11, 2024)
3.5.11 1 year ago
(October 03, 2024)
3.5.10 1 year ago
(September 27, 2024)
3.5.9 1 year ago
(September 26, 2024)
3.5.8 1 year ago
(September 22, 2024)
3.5.7 1 year ago
(September 20, 2024)
3.5.6 1 year ago
(September 16, 2024)
3.5.5 1 year ago
(September 13, 2024)
3.5.4 1 year ago
(September 10, 2024)
3.5.3 1 year ago
(September 06, 2024)
3.5.2 1 year ago
(September 05, 2024)
3.5.1 1 year ago
(September 04, 2024)
3.5.0 1 year ago
(September 03, 2024)
3.5.0-rc.1 1 year ago
(August 29, 2024)
3.5.0-beta.3 1 year ago
(August 20, 2024)
3.5.0-beta.2 1 year ago
(August 15, 2024)
3.4.38 1 year ago
(August 15, 2024)
3.4.37 1 year ago
(August 08, 2024)
3.5.0-beta.1 1 year ago
(August 08, 2024)
3.4.36 1 year ago
(August 06, 2024)
3.4.35 1 year ago
(July 31, 2024)
3.5.0-alpha.5 1 year ago
(July 31, 2024)
3.4.34 1 year ago
(July 24, 2024)
3.5.0-alpha.4 1 year ago
(July 24, 2024)
3.4.33 1 year ago
(July 19, 2024)
3.5.0-alpha.3 1 year ago
(July 19, 2024)
3.4.32 1 year ago
(July 17, 2024)
3.4.31 1 year ago
(June 28, 2024)
3.4.30 1 year ago
(June 22, 2024)
3.4.28 1 year ago
(June 14, 2024)
3.4.29 1 year ago
(June 14, 2024)
3.4.27 1 year ago
(May 07, 2024)
3.5.0-alpha.2 1 year ago
(May 04, 2024)
3.4.26 1 year ago
(April 29, 2024)
3.5.0-alpha.1 1 year ago
(April 29, 2024)
3.4.25 1 year ago
(April 24, 2024)
3.4.24 1 year ago
(April 22, 2024)
3.4.23 1 year ago
(April 16, 2024)
3.4.22 1 year ago
(April 15, 2024)
3.4.21 1 year ago
(February 28, 2024)
3.4.20 1 year ago
(February 26, 2024)
3.4.19 1 year ago
(February 13, 2024)
3.4.18 1 year ago
(February 09, 2024)
3.4.17 1 year ago
(February 09, 2024)
3.4.16 1 year ago
(February 08, 2024)
3.4.15 1 year ago
(January 18, 2024)
3.4.14 1 year ago
(January 15, 2024)
3.4.12 1 year ago
(January 13, 2024)
3.4.13 1 year ago
(January 13, 2024)
3.4.11 2 years ago
(January 12, 2024)
3.4.9 2 years ago
(January 11, 2024)
3.4.10 2 years ago
(January 11, 2024)
3.4.8 2 years ago
(January 10, 2024)
3.4.7 2 years ago
(January 09, 2024)
3.4.6 2 years ago
(January 08, 2024)
3.4.5 2 years ago
(January 04, 2024)
3.4.4 2 years ago
(January 03, 2024)
3.4.2 2 years ago
(December 30, 2023)
3.4.3 2 years ago
(December 30, 2023)
3.4.1 2 years ago
(December 30, 2023)
3.4.0 2 years ago
(December 29, 2023)
3.4.0-rc.3 2 years ago
(December 27, 2023)
3.4.0-rc.2 2 years ago
(December 26, 2023)
3.4.0-rc.1 2 years ago
(December 25, 2023)
3.3.13 2 years ago
(December 19, 2023)
3.4.0-beta.4 2 years ago
(December 19, 2023)
3.3.12 2 years ago
(December 16, 2023)
3.4.0-beta.3 2 years ago
(December 16, 2023)
3.4.0-beta.2 2 years ago
(December 14, 2023)
3.4.0-beta.1 2 years ago
(December 13, 2023)
3.3.11 2 years ago
(December 08, 2023)
3.3.10 2 years ago
(December 04, 2023)
3.4.0-alpha.4 2 years ago
(December 04, 2023)
3.4.0-alpha.3 2 years ago
(November 28, 2023)
3.4.0-alpha.2 2 years ago
(November 27, 2023)
3.3.9 2 years ago
(November 25, 2023)
3.3.8 2 years ago
(November 06, 2023)
3.4.0-alpha.1 2 years ago
(October 28, 2023)
3.3.7 2 years ago
(October 24, 2023)
3.3.5 2 years ago
(October 20, 2023)
3.3.6 2 years ago
(October 20, 2023)
3.3.3 2 years ago
(May 18, 2023)
3.3.4 2 years ago
(May 18, 2023)
3.3.2 2 years ago
(May 12, 2023)
3.3.0 2 years ago
(May 11, 2023)
3.3.1 2 years ago
(May 11, 2023)
3.3.0-beta.5 2 years ago
(May 08, 2023)
3.3.0-beta.4 2 years ago
(May 05, 2023)
3.3.0-beta.3 2 years ago
(May 01, 2023)
3.3.0-beta.2 2 years ago
(April 25, 2023)
3.3.0-beta.1 2 years ago
(April 21, 2023)
3.3.0-alpha.13 2 years ago
(April 20, 2023)
3.3.0-alpha.12 2 years ago
(April 18, 2023)
3.3.0-alpha.10 2 years ago
(April 17, 2023)
3.3.0-alpha.11 2 years ago
(April 17, 2023)
3.3.0-alpha.9 2 years ago
(April 08, 2023)
3.3.0-alpha.8 2 years ago
(April 04, 2023)
3.3.0-alpha.7 2 years ago
(April 03, 2023)
3.3.0-alpha.6 2 years ago
(March 30, 2023)
3.3.0-alpha.5 2 years ago
(March 26, 2023)
3.3.0-alpha.3 2 years ago
(February 06, 2023)
3.3.0-alpha.4 2 years ago
(February 06, 2023)
3.3.0-alpha.1 2 years ago
(February 05, 2023)
3.3.0-alpha.2 2 years ago
(February 05, 2023)
3.2.46 2 years ago
(February 02, 2023)
3.2.47 2 years ago
(February 02, 2023)
3.2.45 3 years ago
(November 11, 2022)
3.2.42 3 years ago
(November 09, 2022)
3.2.43 3 years ago
(November 09, 2022)
3.2.44 3 years ago
(November 09, 2022)
3.2.41 3 years ago
(October 14, 2022)
3.2.40 3 years ago
(September 28, 2022)
3.2.39 3 years ago
(September 08, 2022)
3.2.38 3 years ago
(August 30, 2022)
3.2.37 3 years ago
(June 06, 2022)
3.2.36 3 years ago
(May 23, 2022)
3.2.35 3 years ago
(May 20, 2022)
3.2.34 3 years ago
(May 19, 2022)
3.2.34-beta.1 3 years ago
(May 17, 2022)
3.2.33 3 years ago
(April 14, 2022)
3.2.32 3 years ago
(April 12, 2022)
3.2.31 3 years ago
(February 12, 2022)
3.2.30 3 years ago
(February 07, 2022)
3.2.29 3 years ago
(January 23, 2022)
3.2.28 3 years ago
(January 21, 2022)
3.2.27 3 years ago
(January 16, 2022)
3.2.25 4 years ago
(December 12, 2021)
3.2.26 4 years ago
(December 12, 2021)
3.2.24 4 years ago
(December 06, 2021)
3.2.23 4 years ago
(November 26, 2021)
3.2.22 4 years ago
(November 15, 2021)
3.2.21 4 years ago
(November 02, 2021)
3.2.20 4 years ago
(October 08, 2021)
3.2.19 4 years ago
(September 25, 2021)
3.2.17 4 years ago
(September 24, 2021)
3.2.18 4 years ago
(September 24, 2021)
3.2.15 4 years ago
(September 23, 2021)
3.2.16 4 years ago
(September 23, 2021)
3.2.14 4 years ago
(September 22, 2021)
3.2.13 4 years ago
(September 21, 2021)
3.2.12 4 years ago
(September 17, 2021)
3.2.11 4 years ago
(September 08, 2021)
3.2.10 4 years ago
(September 07, 2021)
3.2.9 4 years ago
(September 05, 2021)
3.2.8 4 years ago
(September 02, 2021)
3.2.7 4 years ago
(September 01, 2021)
3.2.5 4 years ago
(August 24, 2021)
3.2.6 4 years ago
(August 24, 2021)
3.2.4 4 years ago
(August 17, 2021)
3.2.3 4 years ago
(August 16, 2021)
3.2.2 4 years ago
(August 11, 2021)
3.2.0 4 years ago
(August 09, 2021)
3.2.1 4 years ago
(August 09, 2021)
3.2.0-beta.8 4 years ago
(August 07, 2021)
3.2.0-beta.7 4 years ago
(July 29, 2021)
3.2.0-beta.6 4 years ago
(July 27, 2021)
3.2.0-beta.5 4 years ago
(July 23, 2021)
3.2.0-beta.4 4 years ago
(July 21, 2021)
3.2.0-beta.3 4 years ago
(July 20, 2021)
3.2.0-beta.2 4 years ago
(July 19, 2021)
3.1.5 4 years ago
(July 16, 2021)
3.2.0-beta.1 4 years ago
(July 16, 2021)
3.1.4 4 years ago
(July 02, 2021)
3.1.3 4 years ago
(July 01, 2021)
3.1.2 4 years ago
(June 22, 2021)
3.1.0 4 years ago
(June 07, 2021)
3.1.1 4 years ago
(June 07, 2021)
3.1.0-beta.7 4 years ago
(June 02, 2021)
3.1.0-beta.6 4 years ago
(May 28, 2021)
3.1.0-beta.5 4 years ago
(May 26, 2021)
3.1.0-beta.4 4 years ago
(May 24, 2021)
3.1.0-beta.3 4 years ago
(May 12, 2021)
3.1.0-beta.1 4 years ago
(May 08, 2021)
3.1.0-beta.2 4 years ago
(May 08, 2021)
3.0.11 4 years ago
(April 01, 2021)
3.0.10 4 years ago
(March 31, 2021)
3.0.9 4 years ago
(March 27, 2021)
3.0.8 4 years ago
(March 26, 2021)
3.0.7 4 years ago
(March 01, 2021)
3.0.6 4 years ago
(February 24, 2021)
3.0.5 5 years ago
(December 30, 2020)
3.0.4 5 years ago
(December 02, 2020)
3.0.3 5 years ago
(November 25, 2020)
3.0.2 5 years ago
(October 20, 2020)
3.0.1 5 years ago
(October 15, 2020)
3.0.0-rc.13 5 years ago
(September 18, 2020)
3.0.0 5 years ago
(September 18, 2020)
3.0.0-rc.12 5 years ago
(September 16, 2020)
3.0.0-rc.11 5 years ago
(September 15, 2020)
3.0.0-rc.10 5 years ago
(September 02, 2020)
3.0.0-rc.9 5 years ago
(August 26, 2020)
3.0.0-rc.8 5 years ago
(August 25, 2020)
3.0.0-rc.7 5 years ago
(August 21, 2020)
3.0.0-rc.6 5 years ago
(August 19, 2020)
3.0.0-rc.5 5 years ago
(July 28, 2020)
3.0.0-rc.3 5 years ago
(July 21, 2020)
3.0.0-rc.4 5 years ago
(July 21, 2020)
3.0.0-rc.2 5 years ago
(July 19, 2020)
3.0.0-rc.1 5 years ago
(July 17, 2020)
3.0.0-beta.23 5 years ago
(July 16, 2020)
3.0.0-beta.24 5 years ago
(July 16, 2020)
3.0.0-beta.22 5 years ago
(July 15, 2020)
3.0.0-beta.21 5 years ago
(July 14, 2020)
3.0.0-beta.20 5 years ago
(July 08, 2020)
3.0.0-beta.19 5 years ago
(July 07, 2020)
3.0.0-beta.18 5 years ago
(July 02, 2020)
3.0.0-beta.17 5 years ago
(June 30, 2020)
3.0.0-beta.16 5 years ago
(June 29, 2020)
3.0.0-beta.15 5 years ago
(June 12, 2020)
3.0.0-beta.14 5 years ago
(May 18, 2020)
3.0.0-beta.13 5 years ago
(May 17, 2020)
3.0.0-beta.11 5 years ago
(May 11, 2020)
3.0.0-beta.12 5 years ago
(May 11, 2020)
3.0.0-beta.10 5 years ago
(May 07, 2020)
3.0.0-beta.8 5 years ago
(May 04, 2020)
3.0.0-beta.9 5 years ago
(May 04, 2020)
3.0.0-beta.7 5 years ago
(May 02, 2020)
3.0.0-beta.6 5 years ago
(May 01, 2020)
3.0.0-beta.5 5 years ago
(April 30, 2020)
3.0.0-beta.4 5 years ago
(April 24, 2020)
3.0.0-beta.3 5 years ago
(April 20, 2020)
3.0.0-beta.2 5 years ago
(April 17, 2020)
3.0.0-beta.1 5 years ago
(April 16, 2020)
3.0.0-alpha.13 5 years ago
(April 15, 2020)
3.0.0-alpha.12 5 years ago
(April 08, 2020)
3.0.0-alpha.11 5 years ago
(April 04, 2020)
3.0.0-alpha.10 5 years ago
(March 24, 2020)
3.0.0-alpha.9 5 years ago
(March 16, 2020)
3.0.0-alpha.8 5 years ago
(March 06, 2020)
3.0.0-alpha.7 5 years ago
(February 26, 2020)
3.0.0-alpha.6 5 years ago
(February 22, 2020)
3.0.0-alpha.5 5 years ago
(February 18, 2020)
3.0.0-alpha.4 5 years ago
(January 27, 2020)
3.0.0-alpha.3 5 years ago
(January 22, 2020)
3.0.0-alpha.2 5 years ago
(January 13, 2020)
3.0.0-alpha.1 6 years ago
(January 02, 2020)
3.0.0-alpha.0 6 years ago
(December 20, 2019)