diff --git a/docs/2.guide/2.directory-structure/1.components.md b/docs/2.guide/2.directory-structure/1.components.md index d4f55ed701..6ee606fc07 100644 --- a/docs/2.guide/2.directory-structure/1.components.md +++ b/docs/2.guide/2.directory-structure/1.components.md @@ -344,8 +344,6 @@ The content will not be included in production builds and tree-shaken. ## `` Component -::StabilityEdge - Nuxt provides the `` component to render its content on the client if any of its children trigger an error in SSR. You can specify a `fallbackTag` to make it render a specific tag if it fails to render on the server. @@ -362,8 +360,6 @@ You can specify a `fallbackTag` to make it render a specific tag if it fails to ``` -:: - ## Library Authors Making Vue component libraries with automatic tree-shaking and component registration is super easy ✨ diff --git a/docs/2.guide/2.directory-structure/1.modules.md b/docs/2.guide/2.directory-structure/1.modules.md index 16b7b71351..fc9c51c341 100644 --- a/docs/2.guide/2.directory-structure/1.modules.md +++ b/docs/2.guide/2.directory-structure/1.modules.md @@ -7,8 +7,6 @@ description: Use the modules/ directory to automatically register local modules # Modules Directory -:StabilityEdge - Nuxt scans the `modules/` directory and loads them before starting. It is a good place to place any local modules you develop while building your application. The auto-registered files patterns are: diff --git a/docs/2.guide/3.going-further/1.internals.md b/docs/2.guide/3.going-further/1.internals.md index 79b8ec1b72..2220aae10a 100644 --- a/docs/2.guide/3.going-further/1.internals.md +++ b/docs/2.guide/3.going-further/1.internals.md @@ -70,8 +70,6 @@ const nuxtApp = { } ``` -:StabilityEdge{title="nuxtApp.versions"} - For more details, check out [the source code](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/nuxt.ts). ## Runtime Context vs. Build Context diff --git a/docs/3.api/2.components/1.nuxt-client-fallback.md b/docs/3.api/2.components/1.nuxt-client-fallback.md index 6c1ef63e64..1707e139ef 100644 --- a/docs/3.api/2.components/1.nuxt-client-fallback.md +++ b/docs/3.api/2.components/1.nuxt-client-fallback.md @@ -11,8 +11,6 @@ Nuxt provides a `` component to render its content on the cl This component is experimental and in order to use it you must enable the `experimental.clientFallback` option in your `nuxt.config`. :: -:StabilityEdge{title=NuxtClientFallback} - ## Events - **`@ssr-error`**: Event emitted when a child triggers an error in SSR. Note that this will only be triggered on the server. diff --git a/docs/3.api/2.components/4.nuxt-link.md b/docs/3.api/2.components/4.nuxt-link.md index 87b87f876b..1903cd66b2 100644 --- a/docs/3.api/2.components/4.nuxt-link.md +++ b/docs/3.api/2.components/4.nuxt-link.md @@ -124,7 +124,7 @@ defineNuxtLink({ - **activeClass**: A default class to apply on active links. Works the same as [Vue Router's `linkActiveClass` option](https://router.vuejs.org/api/#linkactiveclass). Defaults to Vue Router's default (`"router-link-active"`) - **exactActiveClass**: A default class to apply on exact active links. Works the same as [Vue Router's `linkExactActiveClass` option](https://router.vuejs.org/api/#linkexactactiveclass). Defaults to Vue Router's default (`"router-link-exact-active"`) - **prefetchedClass**: A default class to apply to links that have been prefetched. -- **trailingSlash**: An option to either add or remove trailing slashes in the `href`. If unset or not matching the valid values `append` or `remove`, it will be ignored. **This option is currently only available on the [Edge Channel](/docs/guide/going-further/edge-channel/).** +- **trailingSlash**: An option to either add or remove trailing slashes in the `href`. If unset or not matching the valid values `append` or `remove`, it will be ignored. ::LinkExample{link="/docs/examples/routing/nuxt-link"} :: diff --git a/docs/3.api/4.advanced/1.hooks.md b/docs/3.api/4.advanced/1.hooks.md index 2b2565ac88..d280f13633 100644 --- a/docs/3.api/4.advanced/1.hooks.md +++ b/docs/3.api/4.advanced/1.hooks.md @@ -38,7 +38,7 @@ Hook | Arguments | Description `kit:compatibility` | `compatibility, issues` | Allows extending compatibility checks. `ready` | `nuxt` | Called after Nuxt initialization, when the Nuxt instance is ready to work. `close` | `nuxt` | Called when Nuxt instance is gracefully closing. -`restart` | `{ hard?: boolean }` | To be called to restart the current Nuxt instance. **This hook is currently only available on the [Edge Channel](/docs/guide/going-further/edge-channel/).** +`restart` | `{ hard?: boolean }` | To be called to restart the current Nuxt instance. `modules:before` | - | Called during Nuxt initialization, before installing user modules. `modules:done` | - | Called during Nuxt initialization, after installing user modules. `app:resolve` | `app` | Called after resolving the `app` instance. diff --git a/packages/kit/package.json b/packages/kit/package.json index 022b8ccd96..ba92024f69 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "3.2.3", + "version": "3.3.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", @@ -19,7 +19,7 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/schema": "3.2.3", + "@nuxt/schema": "3.3.0", "c12": "^1.2.0", "consola": "^2.15.3", "defu": "^6.1.2", diff --git a/packages/nuxi/package.json b/packages/nuxi/package.json index e4df0c57d3..ed833f1d99 100644 --- a/packages/nuxi/package.json +++ b/packages/nuxi/package.json @@ -1,6 +1,6 @@ { "name": "nuxi", - "version": "3.2.3", + "version": "3.3.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", @@ -18,8 +18,8 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/kit": "3.2.3", - "@nuxt/schema": "3.2.3", + "@nuxt/kit": "3.3.0", + "@nuxt/schema": "3.3.0", "@types/clear": "^0", "@types/flat": "^5.0.2", "@types/mri": "^1.1.1", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 3620fcd5b1..88d94cc446 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "3.2.3", + "version": "3.3.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", @@ -61,11 +61,11 @@ }, "dependencies": { "@nuxt/devalue": "^2.0.0", - "@nuxt/kit": "3.2.3", - "@nuxt/schema": "3.2.3", + "@nuxt/kit": "3.3.0", + "@nuxt/schema": "3.3.0", "@nuxt/telemetry": "^2.1.10", "@nuxt/ui-templates": "^1.1.1", - "@nuxt/vite-builder": "3.2.3", + "@nuxt/vite-builder": "3.3.0", "@unhead/ssr": "^1.1.23", "@unhead/vue": "^1.1.23", "@vue/reactivity": "^3.2.47", @@ -86,7 +86,7 @@ "magic-string": "^0.30.0", "mlly": "^1.2.0", "nitropack": "~2.3.1", - "nuxi": "3.2.3", + "nuxi": "3.3.0", "ofetch": "^1.0.1", "ohash": "^1.0.0", "pathe": "^1.1.0", diff --git a/packages/schema/package.json b/packages/schema/package.json index 7cd12d5b04..8d5f308140 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/schema", - "version": "3.2.3", + "version": "3.3.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index a2b231f15b..331fcb3eae 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/test-utils", - "version": "3.2.3", + "version": "3.3.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", @@ -18,8 +18,8 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/kit": "3.2.3", - "@nuxt/schema": "3.2.3", + "@nuxt/kit": "3.3.0", + "@nuxt/schema": "3.3.0", "consola": "^2.15.3", "defu": "^6.1.2", "execa": "^7.1.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index 98d5adf8a6..2a95882df8 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vite-builder", - "version": "3.2.3", + "version": "3.3.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", @@ -18,13 +18,13 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/schema": "3.2.3", + "@nuxt/schema": "3.3.0", "@types/cssnano": "^5.1.0", "unbuild": "latest", "vue": "3.2.47" }, "dependencies": { - "@nuxt/kit": "3.2.3", + "@nuxt/kit": "3.3.0", "@rollup/plugin-replace": "^5.0.2", "@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 142e7ba118..0ea8fff5db 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack-builder", - "version": "3.2.3", + "version": "3.3.0", "repository": "nuxt/nuxt", "license": "MIT", "type": "module", @@ -21,7 +21,7 @@ "dependencies": { "@babel/core": "^7.21.0", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2", - "@nuxt/kit": "3.2.3", + "@nuxt/kit": "3.3.0", "autoprefixer": "^10.4.14", "css-loader": "^6.7.3", "css-minimizer-webpack-plugin": "^4.2.2", @@ -60,7 +60,7 @@ "webpackbar": "^5.0.2" }, "devDependencies": { - "@nuxt/schema": "3.2.3", + "@nuxt/schema": "3.3.0", "@types/lodash-es": "^4.17.6", "@types/pify": "^5.0.1", "@types/webpack-bundle-analyzer": "^4.6.0",