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.
Highlights
app.config.ts
with HMR and Reactivity supportautoImports
option and hooks is deprecated and renamed toimports
(#7158) + (#7158)Testing
Switch to the edge channel.
👉 For module authors: It is recommended to try new changes against the edge channel in a separate branch. But only consider releasing and adopting your modules to the latest changes after the RC release, depending on the latest RC release.
Changelog
v3.0.0-rc.9
🚀 Enhancements
.js
extension for client (#6505)vite-node
by default (#6217)app.config
with HMR and reactivity support (#6333)getRouteFromPath
to use objects (#5900)add
command (#3921)imports.autoImport
option to disable auto-imports (#6768)navigateTo
supports external redirects (#5022)app.config
improvements (#6905)setPageLayout
utility (#6826, #7075)theme
config (#7131)autoImports
toimports
(#6864)autoImports
deprecation dx (#7158)🔥 Performance
🩹 Fixes
server.port
andserver.host
with listener info (#6595)#components
alias to tsconfig (#6634)initialCache
is disabled (#6640)ssr
condition (#6649)nuxi upgrade
runs in rootDir (#6707)vue-devtools-stub
to mock@vue/devtools-api
for both cjs + esm (#6713)vite-node
module invalidation (#6736)vue
in client bundle (#6735)ssr: false
(#6901)manifest.json
from public dir (#7021)💅 Refactors
@nuxtjs/eslint-config-typescript
v11 (#7114)meta:register
hook (#7130)📖 Documentation
fallbackTag
inClientOnly
examples (#6587)autoImports
(#6615)defineEventHandler
example (#6741)<NuxtWelcome />
component docs (#6745)useNuxtApp
composable (#6786)addRouteMiddleware
util (#6894)abortNavigation
util (#6936)defineNuxtRouteMiddleware
util (#6933)definePageMeta
util (#6931)🏡 Chore
dev:preview
script for playground preview (#6961)nitropack-edge
on release (#7036)❤️ Contributors