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.
See all changes: v3.0.0-rc.3...v3.0.0-rc.4
🚀 Enhancements
global
withglobalThis
(feat(vite): replaceglobal
withglobalThis
#4958)<template>
(feat(nuxt): support auto imports within<template>
#4904)🩹 Fixes
file://
protocol tovite-node
entry file path (fix(vite): addfile://
protocol tovite-node
entry file path #4966)titleTemplate
(fix(nuxt): add default empty title to triggertitleTemplate
#5064)navigateTo
from301
to302
(fix(nuxt): default statusCode ofnavigateTo
from301
to302
#5173)title
,bodyAttrs
andhtmlAttrs
(fix(schema): add missed typestitle
,bodyAttrs
,htmlAttrs
#5184)navigateTo
options using server middleware in server-side (fix(nuxt): respectnavigateTo
options using server middleware in server-side #5145)RouterView
props inNuxtPage
(fix(nuxt): supportRouterView
props inNuxtPage
#5272)mode
config correctly (fix(schema, vite): resolvemode
config correctly #5255)ssrContext
types onNuxtApp
(fix(nuxt): addssrContext
types onNuxtApp
#5333)useAsyncData
(fix(types): tidy types foruseAsyncData
#5340)isIgnored
(fix(kit): pass resolved path toisIgnored
#5375)build.transpile
(fix(webpack): respectbuild.transpile
#5043)node_modules
(fix(nuxt): transform extends layers withinnode_modules
#5042)resolveComponent
(fix(nuxt): ignore whitespace and commas withinresolveComponent
#5428)NODE_ENV
value with a warning (fix(nuxi): always overrideNODE_ENV
#5417)extractCSS
by default (fix(webpack): setextractCSS: true
by default #4388)💅 Refactors
vue
peer dependency (refactor(vite, webpack, test-utils): use caret range forvue
peer dependency #5190)📖 Documentation
alias
example (docs: add missing parentheses in thealias
example #4995)useFetch
anduseAsyncData
(docs(data-fetching): add note about difference betweenuseFetch
anduseAsyncData
#4974)useFetch
docs for body type and additionalohmyfetch
options (docs(api): improveuseFetch
docs for body type and additional ohmyfetch options #4985)navigateTo
options (docs(middleware): addnavigateTo
options #5044)useState
with same key (docs: demonstrate the multipleuseState
with same key #5059)NUXT_APP_CDN_URL
environment variable (docs(config): correct naming ofNUXT_APP_CDN_URL
environment variable #5032)--prerender
flag tonuxi build
command (docs(api): add experimental--prerender
flag tonuxi build
command #5112)key
option foruseFetch
(docs(api): addkey
option foruseFetch
#5089)--no-clear
flag in the documentation of development server (docs: add --no-clear flag in the documentation of development server #5197)NuxtLayout
inapp.vue
with pages (docs(guide): add use ofNuxtLayout
inapp.vue
with pages #5225)titleTemplate
(docs: add documentation fortitleTemplate
#5093)useRequestEvent
(docs: adduseRequestEvent
#5326)useRouter
composable (docs(api): add docs foruseRouter
composable #4949)defineEventHandler
(docs: update cookie example withdefineEventHandler
#5405)🏡 Chore
❤️ New Contributors
file://
protocol tovite-node
entry file path #4966alias
example #4995useFetch
docs for body type and additional ohmyfetch options #4985useState
with same key #5059NUXT_APP_CDN_URL
environment variable #5032--prerender
flag tonuxi build
command #5112title
,bodyAttrs
,htmlAttrs
#5184NuxtLayout
inapp.vue
with pages #5225