Skip to content

Commit

Permalink
docs: mention nightly release channel for unreleased features
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 7, 2024
1 parent 0b8a0ad commit 8fcf893
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/1.features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/3.api/1.components/12.nuxt-route-announcer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/3.api/2.composables/use-route-announcer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/src/config/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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) {
Expand All @@ -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) {
Expand Down

0 comments on commit 8fcf893

Please sign in to comment.