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.
🩹 Fixes
Nuxt
router.push
on ssr #4491 Await forrouter.push
on ssruseFetch
withtransform
option #4590 Warn to provide a key foruseFetch
withtransform
optionuseAsyncData
anduseFetch
#4210 Improve error types foruseAsyncData
anduseFetch
error.data
in response #4755 Preserveerror.data
in responseCLI
tsconfig
#4595 Don't strip file extensions from dirs intsconfig
nuxi init
output #4612 Improvenuxi init
outputSchema
DeepPartial
#4695 Decrease recursion onDeepPartial
Vite
✨ Features
Nitro
nitro:build:before
hook #4304 Addnitro:build:before
hookPages
[[
#4537 Explicitly allow optional params with[[
General
📖 Documentation
General
default
option #4519 Remove duplicate entry fordefault
optionalias
usage #4485 Fix 'alias' usage<LinkExample>
#4608 Fix typocomposables/
directory #4675 Add notes about auto imports fromcomposables/
directory.env
is not read in production #4714 Add note that.env
is not read in productionuseFetch
example consistent with others #4742 MakeuseFetch
example consistent with othersFeatures
Typescript
Migration
runtimeConfig
#4642 Update to use newruntimeConfig
Readme
Concepts
API
useAsyncData
example #4549 FixuseAsyncData
example🏡 Chore
General
Docs
[[
#4537 Explicitly allow optional params with[[
If you are relying on
[slug]
at the end of a route to generate an optional parameter, you will need to rewrite it as[[slug]]
.❤️ New Contributors
default
option #4519alias
usage #4485useAsyncData
example #4549<LinkExample>
#4608composables/
directory #4675nuxi init
output #4612useFetch
example consistent with others #4742error.data
in response #4755See all changes: v3.0.0-rc.1...main