Lanzado el 12 de febrero de 2026
Vue 3.6 is now entering beta phase as we have completed the intended feature set for Vapor Mode as outlined in the roadmap! Vapor Mode now has feature parity with all stable features in Virtual DOM mode. Suspense is not supported in Vapor-only mode, but
Vue 3.6 is now entering beta phase as we have completed the intended feature set for Vapor Mode as outlined in the roadmap! Vapor Mode now has feature parity with all stable features in Virtual DOM mode. Suspense is not supported in Vapor-only mode, but you can render Vapor components inside a VDOM Suspense. 3.6 also includes a major refactor of `@vue/reactivity` based on alien-signals, which significantly improves the reactivity system's performance and memory usage. For more details about Vapor Mode, see About Vapor Mode section at the end of this release note. Features runtime-vapor: support render block in createDynamicComponent (ddc1bae) Performance Improvements runtime-vapor: implement dynamic props/slots source caching (1428c06) Bug Fixes compiler-vapor: camelize kebab-case component event handlers (b205408) compiler-vapor: merge component v-model onUpdate handlers ((
Genera un resumen en lenguaje claro de los cambios de este release, pensado para desarrolladores.