mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: mention nightly release channel for unreleased features
This commit is contained in:
parent
0b8a0ad242
commit
8fcf893f8b
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user