Vapor Roadmap
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
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 !
The beta version will be released soon. There is no specific timeline for the stable version yet.