From 8fcf893f8bb8a650b1c3d18ba9f32264dc7d7a99 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 7 May 2024 13:30:01 +0100 Subject: [PATCH] docs: mention nightly release channel for unreleased features --- docs/2.guide/3.going-further/1.features.md | 2 +- docs/3.api/1.components/12.nuxt-route-announcer.md | 2 +- docs/3.api/2.composables/use-route-announcer.md | 2 +- packages/schema/src/config/experimental.ts | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/2.guide/3.going-further/1.features.md b/docs/2.guide/3.going-further/1.features.md index 9439d708b4..721bc6a79a 100644 --- a/docs/2.guide/3.going-further/1.features.md +++ b/docs/2.guide/3.going-further/1.features.md @@ -40,7 +40,7 @@ There is also a `future` namespace for early opting-in to new features that will ### compatibilityVersion ::important -This configuration option is available in Nuxt v3.12+. +This configuration option is available in Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel). :: This enables early access to Nuxt features or flags. diff --git a/docs/3.api/1.components/12.nuxt-route-announcer.md b/docs/3.api/1.components/12.nuxt-route-announcer.md index 671a1d3df8..4f6e908622 100644 --- a/docs/3.api/1.components/12.nuxt-route-announcer.md +++ b/docs/3.api/1.components/12.nuxt-route-announcer.md @@ -11,7 +11,7 @@ links: --- ::important -This component will be available in Nuxt v3.12. +This component will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel). :: ## Usage diff --git a/docs/3.api/2.composables/use-route-announcer.md b/docs/3.api/2.composables/use-route-announcer.md index f81059e20a..c3272631fe 100644 --- a/docs/3.api/2.composables/use-route-announcer.md +++ b/docs/3.api/2.composables/use-route-announcer.md @@ -11,7 +11,7 @@ links: --- ::important -This composable will be available in Nuxt v3.12. +This composable will be available in Nuxt v3.12 or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel). :: ## Description diff --git a/packages/schema/src/config/experimental.ts b/packages/schema/src/config/experimental.ts index e98ca7feb1..bdba884228 100644 --- a/packages/schema/src/config/experimental.ts +++ b/packages/schema/src/config/experimental.ts @@ -392,7 +392,7 @@ export default defineUntypedSchema({ * Whether to use `lodash.template` to compile Nuxt templates. * * This flag will be removed with the release of v4 and exists only for - * advance testing within Nuxt v3.12+. + * advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel). */ compileTemplate: { async $resolve (val, get) { @@ -405,7 +405,7 @@ export default defineUntypedSchema({ * `importName` and `importSources`) when compiling Nuxt templates. * * This flag will be removed with the release of v4 and exists only for - * advance testing within Nuxt v3.12+. + * advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel). */ templateUtils: { async $resolve (val, get) { @@ -417,7 +417,7 @@ export default defineUntypedSchema({ * Whether to provide relative paths in the `builder:watch` hook. * * This flag will be removed with the release of v4 and exists only for - * advance testing within Nuxt v3.12+. + * advance testing within Nuxt v3.12+ or in [the nightly release channel](/docs/guide/going-further/nightly-release-channel). */ relativeWatchPaths: { async $resolve (val, get) {