Skip to content

Commit 8fcf893

Browse files
committed
docs: mention nightly release channel for unreleased features
1 parent 0b8a0ad commit 8fcf893

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/2.guide/3.going-further/1.features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There is also a `future` namespace for early opting-in to new features that will
4040
### compatibilityVersion
4141

4242
::important
43-
This configuration option is available in Nuxt v3.12+.
43+
This configuration option is available in Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
4444
::
4545

4646
This enables early access to Nuxt features or flags.

docs/3.api/1.components/12.nuxt-route-announcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links:
1111
---
1212

1313
::important
14-
This component will be available in Nuxt v3.12.
14+
This component will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
1515
::
1616

1717
## Usage

docs/3.api/2.composables/use-route-announcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links:
1111
---
1212

1313
::important
14-
This composable will be available in Nuxt v3.12.
14+
This composable will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
1515
::
1616

1717
## Description

packages/schema/src/config/experimental.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export default defineUntypedSchema({
392392
* Whether to use `lodash.template` to compile Nuxt templates.
393393
*
394394
* This flag will be removed with the release of v4 and exists only for
395-
* advance testing within Nuxt v3.12+.
395+
* advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
396396
*/
397397
compileTemplate: {
398398
async $resolve (val, get) {
@@ -405,7 +405,7 @@ export default defineUntypedSchema({
405405
* `importName` and `importSources`) when compiling Nuxt templates.
406406
*
407407
* This flag will be removed with the release of v4 and exists only for
408-
* advance testing within Nuxt v3.12+.
408+
* advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
409409
*/
410410
templateUtils: {
411411
async $resolve (val, get) {
@@ -417,7 +417,7 @@ export default defineUntypedSchema({
417417
* Whether to provide relative paths in the `builder:watch` hook.
418418
*
419419
* This flag will be removed with the release of v4 and exists only for
420-
* advance testing within Nuxt v3.12+.
420+
* advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel).
421421
*/
422422
relativeWatchPaths: {
423423
async $resolve (val, get) {

0 commit comments

Comments
 (0)