Nuxt/docs/content/1.docs/5.community/5.roadmap.md
Sébastien Chopin 90784f79d7
docs: new website design (#9007)
* docs: implement new website theme

* chore: rename dirs

* chore: update build

* lint fix

* chore: update deps

* fix: include node_modules in esbuild step

* chore: update deps

* Update .gitignore

* chore: update theme version

* up

* up

* fix: use svg for illustration

* chore: update to 0.0.12

* chore: force parse5 resolution

* stay with build

* feat: always display first home section

* Update yarn.lock

* chore: update theme

* fix lint

* docs: update home title

* chore: update website theme version

* Update docs/content/0.index.md

Co-authored-by: pooya parsa <pyapar@gmail.com>

* Update docs/content/0.index.md

Co-authored-by: pooya parsa <pyapar@gmail.com>

* up

* chore: bump theme version

* up

* chore: up

* up up and up

* chore: generate

* fix: boolean value

* feat: new images

* update again

* chore: up

* ouep

* chore: up

Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-11-16 11:04:28 +01:00

5.2 KiB

navigation.icon
uil:directions

Roadmap

Nuxt is constantly evolving, with new features and modules being added all the time.

This page lists the current status and schedule of our planned releases.

📢 Announcements

📝 Status Reports

📅 Release Schedule

Release Expected date Description
nuxt@2.16 Autumn, 2022 Nuxt v2 cumulative updates for future compatibility with Bridge
nuxt@3.0.0 16th November, 2022 Nuxt v3 final release

Current Releases

Nuxt 3 is in release candidate stage and available as the nuxt@rc npm tag.

The latest updates on Nuxt 2.x are available via the nuxt-edge npm package and are expected to be released soon for forward compatibility.

Release npm Status Last Release Docs Repository
Nuxt 3.x nuxt Release Candidate 3.x docs nuxt/framework
Nuxt 3.x (edge*) nuxt3 Development 3.x docs nuxt/framework
Nuxt 2.x nuxt Maintenance 2.x docs nuxt/nuxt.js#2.x
Nuxt 2.x (edge*) nuxt-edge Maintenance 2.x docs nuxt/nuxt.js

(*) Edge releases are automated after each commit passing tests

🛣️ Roadmap

In roadmap below are the major expected features that are coming soon with Nuxt 3.

💡 Check Discussions and RFCs for more upcoming features and ideas.

Milestone Expected date Notes Description
Image 2022 nuxt/image#548 Stable image optimization for Nuxt 3
Test Utils 2022 nuxt/framework#3198 A rewrite of nuxt/test-utils for testing Nuxt 3 and new modules
SEO & PWA 2022 nuxt/framework#1823 Migrating from nuxt-community/pwa-module for built-in SEO utils and service worker support
Scripts - nuxt/framework#5856 Easy 3rd party script management.
DevTools - - Integrated and modular devtools experience for Nuxt
Translations - nuxt/translations#4 (request access) A collaborative project for a stable translation process for Nuxt 3 docs. Currently pending for ideas and documentation tooling support (content v2 with remote sources).
Auth - - A rewrite of nuxt-community/auth-module for Nuxt 3 support

📦 Core Modules

In addition to the Nuxt framework, there are modules that are vital for the ecosystem. Their status will be updated below.

Module Status Nuxt Support Repository Description
Content Active 3.x nuxt/content Released
Auth Planned 3.x nuxt/auth to be announced Nuxt 3 support is planned after session support
Image Active 2.x and 3.x nuxt/image Nuxt 3 support is in progress: nuxt/image#548
Telemetry Active 2.x and 3.x nuxt/telemetry Nuxt 3 is supported. Stats to be public soon!