This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for nuxt3-docs canceled.
|
4 tasks
Good day! |
nathanchase
approved these changes
Aug 11, 2022
codeyash
reviewed
Aug 11, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
🚀 Enhancements
vue-tsc
(feat(vite): check types withvue-tsc
#6012)composables/
with glob support (feat(nuxt)!: only scan top levelcomposables/
and support glob #6025)nuxi cleanup
command (feat(nuxi):nuxi cleanup
command #6125)<NoScript>
component andnoscript
typings (feat(nuxt, schema): add<NoScript>
component andnoscript
typings #6139)app:rendered
andrender:response
hooks (feat(nuxt):app:rendered
hook #6042)components/global
dir (feat(nuxt)!: add support forcomponents/global
#6070)app.vue
(feat(nuxt): extends support for app.vue #6228)fetchpriority
attribute and literal typings for meta components (feat(nuxt): addfetchpriority
attribute and literal typings for meta components #6251)followSymbolicLinks
option forresolveFiles
(feat(kit): supportfollowSymbolicLinks
option forresolveFiles
#6240)setResponseStatus
utility (feat(nuxt): addsetResponseStatus
#6306)vue-bundle-renderer@0.4
(feat(nuxt): update tovue-bundle-renderer@0.4
#6210)🔥 Performance
#imports
to improve tree-shaking (perf(nuxt): transform#imports
to improve tree-shaking #5763)🩹 Fixes
#internal/nitro
alias internally (fix(webpack): do not resolve#internal/nitro
alias internally #5987)statusCode
type to number for error page template (fix(nuxt)!: changestatusCode
type to number for error page template #6010)imports.d.ts
(fix(types): generate relative path inimports.d.ts
#6054)tsconfig.json
for vue-tsc type checker (fix(vite): resolvetsconfig.json
for vue-tsc type checker #6069).env
file before starting dev server (fix(nuxi): load.env
file before starting dev server #6119)vite-node
runner cache after each render (fix(nuxt): clearvite-node
runner cache after each render #6154)<NuxtErrorBoundary>
component (fix(nuxt): add emits.error declaration to NuxtErrorBoundary component #6141)unjs/externality
to handlevite-node
externals (fix(vite): useexternality
to handle vite-node externals #6153)useHead
to accept computed values (fix(nuxt): allowuseHead
to accept computed values #6174)DeepPartial
(fix(schema): exclude functions fromDeepPartial
#6176)vite.vue
options (fix(schema): add typings forvite.vue
options #6220).mjs
to use crossorigin preloads (fix(webpack): output.mjs
to use crossorigin preloads #6232)resolvePath
with absolute input (fix(kit): try extensions withresolvePath
with absolute input #6233)nuxt.config
import protection (fix(nuxt): narrownuxt.config
import protection #6279)body: true
(fix(nuxt): render head scripts that usebody: true
#6293)200.html
and404.html
spa fallback files (fix(nuxt): generate200.html
and404.html
spa fallback files #6308)<script setup>
from comment (fix(nuxt): remove literal<script setup>
from comment #6331)vite-node
hmr (fix(vite): improvevite-node
hmr #6343)esmResolve
flag forjiti
(fix(nuxi, kit): enableesmResolve
flag forjiti
#6356)useRoute
return (fix(nuxt): typeuseRoute
return #6395)listhen
(fix(nuxi): upgradelisthen
#6434)404
andshowError
as fatal by default (fix(nuxt): do not log404
andshowError
as fatal by default #6437)viteServerDynamicImports
as experimental flag (fix(nuxt): addviteServerDynamicImports
as experimental flag #6433)module
type to vite node entry (fix(vite): addmodule
type to vite node entry #6448)useAsyncData
(fix(nuxt): handle immediate errors when callinguseAsyncData
#6441)node_modules
have lower scanning priority (fix(nuxt): ensure component dirs innode_modules
have lower scanning priority #6382)asyncData
handler (fix(nuxt): ensure asyncdata handler has nuxt app context #6472)💅 Refactors
useFetch
anduseLazyFetch
request type (refactor(nuxt): enhanceuseFetch
anduseLazyFetch
request type #4825)null
handling fortitleTemplate
(refactor(nuxt)!: removenull
handling fortitleTemplate
#6487)📖 Documentation
.nuxt/tsconfig.json
for tests (docs: update bridge migration with info about generating.nuxt/tsconfig.json
for tests #5967)useState
should only contain JSON-serializable content (docs: warn thatuseState
should only contain JSON-serializable content #5994)createError
import (docs: add explicitcreateError
import #6050)<NuxtLayout>
component docs (docs(api): add<NuxtLayout>
component docs #6264)theme-color
meta (docs: addtheme-color
meta #6250)📦 Build
✅ Tests
<div>
(test: wrap components with<div>
#6192)❤️ Contributors
Changes from v3.0.0-rc.6...v3.0.0-rc.7
See all changes: v3.0.0-rc.6...v3.0.0-rc.7