docs: mention nightly release channel for unreleased features

This commit is contained in:
Daniel Roe 2024-05-07 13:30:01 +01:00
parent 0b8a0ad242
commit 8fcf893f8b
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
4 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@ There is also a `future` namespace for early opting-in to new features that will
### compatibilityVersion ### compatibilityVersion
::important ::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. This enables early access to Nuxt features or flags.

View File

@ -11,7 +11,7 @@ links:
--- ---
::important ::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 ## Usage

View File

@ -11,7 +11,7 @@ links:
--- ---
::important ::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 ## Description

View File

@ -392,7 +392,7 @@ export default defineUntypedSchema({
* Whether to use `lodash.template` to compile Nuxt templates. * Whether to use `lodash.template` to compile Nuxt templates.
* *
* This flag will be removed with the release of v4 and exists only for * 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: { compileTemplate: {
async $resolve (val, get) { async $resolve (val, get) {
@ -405,7 +405,7 @@ export default defineUntypedSchema({
* `importName` and `importSources`) when compiling Nuxt templates. * `importName` and `importSources`) when compiling Nuxt templates.
* *
* This flag will be removed with the release of v4 and exists only for * 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: { templateUtils: {
async $resolve (val, get) { async $resolve (val, get) {
@ -417,7 +417,7 @@ export default defineUntypedSchema({
* Whether to provide relative paths in the `builder:watch` hook. * Whether to provide relative paths in the `builder:watch` hook.
* *
* This flag will be removed with the release of v4 and exists only for * 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: { relativeWatchPaths: {
async $resolve (val, get) { async $resolve (val, get) {