Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

docs: update roadmap #5443

Merged
merged 2 commits into from Jun 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 11 additions & 13 deletions docs/content/5.community/4.roadmap.md
Expand Up @@ -12,8 +12,8 @@ Nuxt is constantly evolving, with new features and modules being added all the t

Release | Expected date | Description
--------------------|-----------------|---------------------------------------------------
`nuxt@2.16` | April, 2022 | Nuxt v2 cumulative updates for future compatibility
`nuxt@3.0.0` | June, 2022 | Nuxt v3 stable release
`nuxt@2.16` | Midsummer , 2022 | Nuxt v2 cumulative updates for future compatibility with Bridge
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an extra space here, by the way. (It should be "Midsummer," not "Midsummer ,")

`nuxt@3.0.0` | Midsummer, 2022 | Nuxt v3 stable release

### Current Releases

Expand All @@ -37,14 +37,12 @@ In roadmap below are the major expected features that are coming soon with Nuxt
πŸ’‘ Check [Discussions](https://github.com/nuxt/framework/discussions) and [RFCs](https://github.com/nuxt/framework/discussions/categories/rfcs) for more upcoming features and ideas.

Milestone | Expected date | Notes | Description
--------------|---------------|--------|-----------------------
Generate and Caching | Q2 2022 | [nuxt/framework#3161](https://github.com/nuxt/framework/issues/3161) | Route caching rules and full static generation
Test Utils | Q1 2022 | [nuxt/framework#3198](https://github.com/nuxt/framework/issues/3198) | A rewrite of [nuxt/test-utils](https://github.com/nuxt/test-utils) for testing Nuxt 3 and new modules
Content v2 | Q2 2022 | - | A rewrite of [nuxt/content](https://github.com/nuxt/content) for Nuxt 3 support
DevTools | Q2 2022 | - | An integrated devtools experience for Nuxt
Auth | Q2 2022 | - | A rewrite of [nuxt-community/auth-module](https://github.com/nuxt-community/auth-module) for Nuxt 3 support
SEO & PWA | Q2 2022 | [nuxt/framework#1823](https://github.com/nuxt/framework/discussions/1823) | Migrating from [nuxt-community/pwa-module](https://github.com/nuxt-community/pwa-module) for built-in SEO utils and service worker support
Translations | Q2 2022 | [nuxt/translations#4](https://github.com/nuxt/translations/discussions/4) (private) | 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).
-------------|------------------|--------|-----------------------
Test Utils | Summer 2022 | [nuxt/framework#3198](https://github.com/nuxt/framework/issues/3198) | A rewrite of [nuxt/test-utils](https://github.com/nuxt/test-utils) for testing Nuxt 3 and new modules
SEO & PWA | Summer 2022 | [nuxt/framework#1823](https://github.com/nuxt/framework/discussions/1823) | Migrating from [nuxt-community/pwa-module](https://github.com/nuxt-community/pwa-module) for built-in SEO utils and service worker support
DevTools | Summer 2022 | - | An integrated devtools experience for Nuxt
Auth | Summer 2022 | - | A rewrite of [nuxt-community/auth-module](https://github.com/nuxt-community/auth-module) for Nuxt 3 support
Translations | Summer 2022 | [nuxt/translations#4](https://github.com/nuxt/translations/discussions/4) (private) | 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).

## πŸ“¦ Core Modules

Expand All @@ -54,6 +52,6 @@ Module | Status | Nuxt Support | Repository | Description
---------------|---------------------|--------------|------------|-------------------
Content 1.x | Maintenance | 2.x | [nuxt/content](https://github.com/nuxt/content/tree/v1) | Maintenance only
Content 2.x | Active | 3.x | [nuxt/content](https://github.com/nuxt/content) | Released
Auth | WIP | 3.x | [nuxt/auth](https://github.com/nuxt/auth) | Private Beta
Image | Active | 2.x | [nuxt/image](https://github.com/nuxt/image) | Nuxt 3 support planned
Telemetry | Active | 2.x | [nuxt/telemetry](https://github.com/nuxt/telemetry/) | Nuxt 3 support planned
Auth | WIP | 3.x | [nuxt/auth](https://github.com/nuxt/auth) | Nuxt 3 support is planned after session support
Image | Active | 2.x | [nuxt/image](https://github.com/nuxt/image) | Nuxt 3 support is in progress: [nuxt/image#500](nuxt/image/issues/500)
Telemetry | Active | 2.x and 3.x | [nuxt/telemetry](https://github.com/nuxt/telemetry/) | Nuxt 3 is supported. Stats to be public soon!