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 release contains slight breaking changes. Please check the linked pull-requests for notes.
🚀 Enhancements
addServerHandler
to use method suffix of the file path (feat(kit): allow addServerHandler to use method suffix of the file path #5465)addVitePlugin
(feat(kit): support client and server flags foraddVitePlugin
#5560)addLayout
utility (feat(kit): addaddLayout
#5537)useFetch
(feat(nuxt): allow passing custom fetch options touseFetch
#5660)custom
prop for<nuxt-link>
(feat(nuxt3): supportcustom
prop for<nuxt-link>
#4249)<NuxtLoadingIndicator>
component [WIP] (feat(nuxt): add<NuxtLoadingIndicator>
component #5121)🔥 Performance
🩹 Fixes
vite:
hooks (fix(schema): add types forvite:
hooks #5472)getCurrentInstance
foruseNuxtApp
(fix(nuxt): prefer nuxt app context overgetCurrentInstance
#5456)cssnano
is enabled if not dev (fix(schema, postcss): cssnano is enabled if not dev #5583)vue-demi
(fix(webpack): transpilevue-demi
#5721)useRequestHeaders
type should allow forundefined
values (fix(nuxt):useRequestHeaders
type should allow for undefined values #5748)useFetch
key warning to include any function or blob (fix(nuxt): updateuseFetch
key warning to include any function or blob #5710)undefined
when applying defaults foruseAsyncData
(8d2f805)vite-node
circular reference (fix(vite): fixvite-node
circular reference #5764)ssr: false
(fix(nuxt): use virtual server stub withssr: false
#5773).mjs
(fix(test-utils): update vitest import path with.mjs
#5817)process.dev
in nitro bundle (fix(nuxt): replaceprocess.dev
in nitro bundle #5852)vue-router
and@vue/devtools-api
bundling (fix(nuxt): fix issues withvue-router
and@vue/devtools-api
bundling #5874)📖 Documentation
nuxt/image
issue (docs: fix link tonuxt/image
issue #5490)useFetch
options (docs(api): add watch parameter inuseFetch
options #5562)hello.ts
to[...hello].ts
(docs(examples): rename hello.ts to [...hello].ts #5261)pnpm
usage (docs: updatepnpm
usage #5597)<NuxtPage>
component (docs(api): add docs for<NuxtPage>
component #5591)definePageMeta
only works in the pages directory (docs: clarify thatdefinePageMeta
only works in the pages directory #5663)NODE_ENV
behavior (docs(api): update commands with newNODE_ENV
behavior #5739)useFetch
uses isomorphic$fetch
(docs:useFetch
uses isomorphic$fetch
#5769)anavigateTo
docs (docs(api): addnavigateTo
docs #5701)NuxtLoadingIndicator
component src (docs: fix link NuxtLoadingIndicator #5776)defineLazyHandler
in wasm example (docs: usedefineLazyHandler
in wasm example #5797)toUTCString
inuseAsyncData
example (docs: usetoUTCString
in useAsyncData example #5798)nuxt-link
(docs: updatenuxt-link.md
#5819)❤️ Contributors
Changes from v3.0.0-rc.4...chore/rc.5
See all changes: v3.0.0-rc.4...chore/rc.5