-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.7.0 #22222
Conversation
Run & review this pull request in StackBlitz Codeflow. |
what a number! 😍 |
Hi is there any way for me to install this version to test it out? |
Yes, there is the "edge releases" package in npm: https://www.npmjs.com/package/nuxt3 You can install it using alias: npm install nuxt@nuxt3@latest -D |
Is there something blocking this release? |
possibly #22515 |
👉 Changelog
compare changes
🚀 Enhancements
$client
and$server
vite env overrides (#22302)$client
and$server
overrides (#22304)scrollToTop
page meta (#21741)app:templatesGenerated
hook (#21935)unhead
(#22179)@nuxt/webpack-builder
when needed (#21747)writeTypes
utility (#22385)setPageLayout
/<NuxtLayout>
(#22362)import.meta.*
build flags (#22428)node_modules
(#22478)webpack
/nitro
/postcss
config (#22521)global: 'sync'
components (#22558)app.rootId
optional (#22528)experimental.headNext
unhead integration (#22620)bun
package manager (#22673)routeRules
defined within pages (#20391)hidden
sourcemaps (#22787)nuxt/cli
(#22799)./schema/config.schema.json
subpath (#22813)🔥 Performance
nuxt/config
(#22391)capo.js
head tag order (#22431).toLowerCase()
(#22743)🩹 Fixes
prerender:routes
hook (#22247)scrollBehaviorType
(#22264)asyncData
generic default (#22258)createClientOnly
render function to ctx (#22289)build.extend
(#22305)validate
return typing to be either error or boolean (#22323)hasNuxtModule
(#22316)builder:watch
(#22333)useFetch
hash (#22378)watch
paths against all layersrcDir
s (#22307)name
is an optional prop for<NuxtLayout>
(0d9a0b753)useFetch
(#22418)baseUrl
and use relative paths in tsconfig (#22410)injectHead
usage (#22447)useCookie
(#22474)internal:nuxt
namespace (9b0d371b0)normalize
call (14bf2b02f)webpack
options should be optional (#22524)app.config.ts
files (#22494)hookable
to externals list (4552d39c4)app.{rootId ([rootTag}
(fix(schema): ignore empty string inapp.{rootId|rootTag}
#22543)](rootTag}` (fix(schema): ignore empty string inapp.{rootId|rootTag}
#22543)))import.meta
build vars indefine
as well (#22576)page:finish
(#22566)distDir
after first build (#22614)''
key for root scope in variable collector (#22679)exclude
paths to nitrotsconfig.server.json
(#22768)asyncData
whenimmediate
is disabled (#20980)spaLoadingTemplate
tofalse
(#22798)unctx
where possible (#22811)💅 Refactors
nuxi-ng
for edge releases (#22413)useNitroApp
from subpath (#22785)📖 Documentation
#components
import for dynamic component (#22231).env
section (#22369)NuxtIsland
(#22434)]
in code-block filenames (#22389)scrollToTop
(#22503)status
type foruseAsyncData
(#22511)useSeoMeta
parameters (#22513)pick
(#22531)ReadMore
components (#22541)addServerHandler
example to modules author guide (#22603)server: false
doesn't await on initial load (#22619)import.meta.*
update until v3.7 release (98c17e5d4)NuxtIsland
in server only components docs (#22685)useFetch
docs (#22755)useAsyncData
(#22760)📦 Build
nuxi
(df2bc8a72)🏡 Chore
.eslintignore
file with 'ignorePatterns' (#22547)h3-nightly
on edge releases (#22593)nuxi
to v3.7.0 (536a4aa24)✅ Tests
networkidle
dependency (#22596)🤖 CI
❤️ Contributors