This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an early draft for tracking changes and expected additions.
Please refer to the Edge Channel Docs if you want to try the changes ahead of time.
👀 Highlights
Expected from roadmap:
Server-only components: feat(nuxt): server-only components #9972Unit testing with vitest within Nuxt env~> https://github.com/danielroe/vitest-environment-nuxtNew examples section(@atinux @danielroe - probably delay)Changelog
🚀 Enhancements
onNuxtReady
composable (#9478)useNuxtData
composable (#9262)error.vue
in layers (#9521)🩹 Fixes
postcss.config
from the schema (#9181)<NuxtPage>
component props (#9204)useCookie
with defaults should return non-null value (#9449).nuxtignore
within external layers (#9599)req
/res
access (#9636)<dev-only>
regexp less greedy (#9679)💅 Refactors
pathe.join
for layer lookup (#9540)vue-meta
for head support (#9638)📖 Documentation
commands/add
(#9206)404.vue
(#9155).client
andonMounted
hook (#9263)layout
in the example ofdefinePageMeta
(#9322)imports.dirs
(#9346)app.vue
(#9377)app.config
toapp-config
(66efcd59)vite
monospace too (#9490)@nuxt/test-utils
(#9543)preloadRouteComponents
(#9607)navigateTo
options are optional (#9672)utils/
to directory-based auto-imports (#9739)🎨 Styles