core icon indicating copy to clipboard operation
core copied to clipboard

Vapor Roadmap

Open LittleSound opened this issue 5 months ago • 2 comments

This Issue was created to provide better disclosure of information and find features that can be completed for community contributors. Maintainers are welcome to participate in updating this list.

Vapor is Vue's high-performance subset. Some features in the roadmap might be canceled after discussion, for example, if implementing them affects performance or if they are proven to be poorly designed.

Core Features (High Priority)

  • [x] SSR / Hydration ⭐ Critical
    • https://github.com/vuejs/core/pull/13226
    • https://github.com/vuejs/core/pull/13798
  • [x] Async Component
    • https://github.com/vuejs/core/pull/13059
  • [x] KeepAlive
    • https://github.com/vuejs/core/pull/13186
  • [x] Transition / TransitionGroup
    • https://github.com/vuejs/core/pull/12962
  • [x] Teleport
    • https://github.com/vuejs/core/pull/13082

Advanced Features (Medium Priority)

  • [ ] Suspense
    • https://github.com/vuejs/core/pull/14157
  • [x] Dynamic Components with v-html/v-text
    • https://github.com/vuejs/core/pull/13496
  • [x] Forwarded Slots
    • https://github.com/vuejs/core/pull/13408
  • [x] Template Ref Interop
    • https://github.com/vuejs/core/pull/13323
  • [x] Component Events (keys/nonKeys modifier)
    • https://github.com/vuejs/core/pull/13053
  • [x] v-once Support
    • https://github.com/vuejs/core/pull/13459
  • [x] ScopeId Support
    • https://github.com/vuejs/core/pull/14004

Performance & DX

  • [x] Provide/Inject System
  • [x] Incremental Updates (setClassIncremental, setStyleIncremental)

Ecosystem

  • [x] VitePress
  • [ ] Vue Router
    • https://github.com/vuejs/router/pull/2509
  • [x] Pinia
  • [ ] Nuxt.js (depends on SSR Hydration)
  • [ ] DevTools Integration
  • [ ] Vue Test Utils

LittleSound avatar Jul 22 '25 15:07 LittleSound

Ty for all the hard work ❤️ Since all of the core features are done, could we please get a release date of the stable vue version with vapor? Thank you !

Saeid-Za avatar Dec 09 '25 16:12 Saeid-Za

The beta version will be released soon. There is no specific timeline for the stable version yet.

edison1105 avatar Dec 15 '25 08:12 edison1105