Skip to content

Commit 5d2dc97

Browse files
committed
docs: update reference to nightly release for testing nuxt 4
1 parent 3c16c89 commit 5d2dc97

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/1.getting-started/12.upgrade.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,25 @@ bunx nuxi upgrade
3535

3636
To use the latest Nuxt build and test features before their release, read about the [nightly release channel](/docs/guide/going-further/nightly-release-channel) guide.
3737

38+
::alert{type="warning"}
39+
The nightly release channel `latest` tag is currently tracking the Nuxt v4 branch, meaning that it is particularly likely to have breaking changes right now - be careful!
40+
41+
You can opt in to the 3.x branch nightly releases with `"nuxt": "npm:nuxt-nightly@3x"`.
42+
::
43+
3844
## Testing Nuxt 4
3945

4046
Nuxt 4 is planned to be released **on or before June 14** (though obviously this is dependent on having enough time after Nitro's major release to be properly tested in the community, so be aware that this is not an exact date).
4147

42-
Until then, it is possible to test many of Nuxt 4's breaking changes from Nuxt version 3.12 or via the nightly release channel.
48+
Until then, it is possible to test many of Nuxt 4's breaking changes from Nuxt version 3.12+.
4349

4450
::tip{icon="i-ph-video-duotone" to="https://www.youtube.com/watch?v=r4wFKlcJK6c" target="_blank"}
4551
Watch a video from Alexander Lichter showing how to opt in to Nuxt 4's breaking changes already.
4652
::
4753

4854
### Opting in to Nuxt 4
4955

50-
First, upgrade Nuxt to the [latest release](https://github.com/nuxt/nuxt/releases) or opt in to the nightly release channel [following these steps](/docs/guide/going-further/nightly-release-channel#opting-in).
56+
First, upgrade Nuxt to the [latest release](https://github.com/nuxt/nuxt/releases).
5157

5258
Then you can set your `compatibilityVersion` to match Nuxt 4 behavior:
5359

docs/2.guide/3.going-further/11.nightly-release-channel.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The build and publishing method and quality of these 'nightly' releases are the
1515
Features that are only available on the nightly release channel are marked with an alert in the documentation.
1616
::
1717

18+
::alert{type="warning"}
19+
The `latest` nightly release channel is currently tracking the Nuxt v4 branch, meaning that it is particularly likely to have breaking changes right now - be careful!
20+
21+
You can opt in to the 3.x branch nightly releases with `"nuxt": "npm:nuxt-nightly@3x"`.
22+
::
23+
1824
## Opting In
1925

2026
Update `nuxt` dependency inside `package.json`:

0 commit comments

Comments
 (0)