@nuxt/docs-nightly 4.4.3-29608489.ff42fe25 → 4.4.3-29618876.1bd346ee

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,10 @@ export default defineNuxtConfig({
32
32
  experimental: {
33
33
  defaults: {
34
34
  nuxtLink: {
35
- prefetchOn: 'interaction',
35
+ prefetchOn: {
36
+ interaction: true,
37
+ visibility: false,
38
+ },
36
39
  },
37
40
  },
38
41
  },
@@ -9,7 +9,7 @@ links:
9
9
  ---
10
10
 
11
11
  ::important
12
- This component is available in Nuxt v3.17+.
12
+ This component is available in Nuxt v4.4.2+.
13
13
  ::
14
14
 
15
15
  ## Usage
@@ -9,7 +9,7 @@ links:
9
9
  ---
10
10
 
11
11
  ::important
12
- This composable is available in Nuxt v3.17+.
12
+ This composable is available in Nuxt v4.4.2+.
13
13
  ::
14
14
 
15
15
  ## Description
@@ -40,10 +40,8 @@ In addition to the Nuxt framework, there are modules that are vital for the ecos
40
40
 
41
41
  | Module | Status | Nuxt Support | Repository | Description |
42
42
  |----------------------------------------|--------------|--------------|-------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
43
- | [Scripts](https://scripts.nuxt.com) | Public Beta | 3.x, 4.x | [nuxt/scripts](https://github.com/nuxt/scripts) | Easy 3rd party script management. |
44
43
  | Auth Utils | Planned | 4.x, 5.x | `nuxt/auth-utils` to be announced | The temporary repository [atinux/nuxt-auth-utils](https://github.com/atinux/nuxt-auth-utils) is available while awaiting its official integration into Nuxt via RFC. |
45
44
  | [a11y](https://github.com/nuxt/a11y) | Public Alpha | 3.x, 4.x | [nuxt/a11y](https://github.com/nuxt/a11y). | Real-time accessibility feedback and automated testing in your browser during development (see [nuxt/nuxt#23255](https://github.com/nuxt/nuxt/issues/23255)). |
46
- | [Hints](https://github.com/nuxt/hints) | Public Alpha | 4.x, 5.x | [nuxt/hints](https://github.com/nuxt/hints) | Guidance and suggestions for enhancing development practices. |
47
45
 
48
46
  ## Release Cycle
49
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.4.3-29608489.ff42fe25",
3
+ "version": "4.4.3-29618876.1bd346ee",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",