Releases: nuxt/nuxt
v4.2.1
4.2.1 is the next patch release.
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฉน Fixes
- kit,nuxt,schema: Deprecate
ImportPresetWithDeprecation(#33596) - nuxt: Correct warning message for prefetch/noPrefetch conflict (#33617)
- nitro: Remove
<nuxt-error-overlay>iframe border (#33625) - vite: Use rolldown replace only in build (#33615)
- nitro: Use directory paths in
moduleEntryPaths(#33628) - nitro: Start error overlay minimized based on status code (#33658)
- vite: Ensure
optimizeDepsconfig is applied before other plugins (#33586) - nuxt: Respect layer priority order for scanned components (#33654)
- nuxt: Process prerender routes on
pages:resolved(#33662) - nuxt: Remove abort signal event listeners after render (#33665)
- nuxt: Cleanup event listener with cleanup signal (#33667)
- vite: Update
vite-node(#33663) - vite: Respect vite proxy in dev middleware (#33670)
๐ Refactors
- kit,nitro,nuxt,schema,vite: Explicitly import process/performance (#33650)
๐ Documentation
- Fix typo in eslint flat config description (#33569)
- Add signal support to useAsyncData examples (#33601)
- Document
pendingas alias ofstatus === 'pending'(#33221) - Note that
cookieStoreistrueby default (#33572) - Add information on types for server context (#33511)
- Mark webstorm issue resolved (#33608)
- Clarify route middleware doesn't affect API routes (#33643)
- Improve docs for
useHead/useHydration/useLazy*(#33626) - Update link to nitro source to v2 branch (08018af4f)
- Add typescript documentation for module authors (#33637)
- Typo (#33655)
๐ก Chore
- Update URLs (#33567)
- Add
verifyDepsBeforeRun: install(#33603) - Reduce redirects in docs links (1cc539325)
- Lint docs (0b5fa5dea)
๐ค CI
- Disable cache in release action (ff37598bc)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- Anthony Fu (@antfu)
- Robin (@OrbisK)
- abeer0 (@iiio2)
- Bobbie Goede (@BobbieGoede)
- Florian Heuberger (@Flo0806)
- Matej ฤernรฝ (@cernymatej)
- Peter Budai (@peterbud)
- Julien Huang (@huang-julien)
- Max (@onmax)
- ็บธ้นฟ/Zhilu (@L33Z22L11)
- Hinata Oishi (@te19oishi)
- Damian Gลowala (@DamianGlowala)
- Maxime Pauvert (@maximepvrt)
- Raed Abdennadher (@RaedAbr)
v3.20.1
3.20.1 is the next patch release.
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupe --channel=v3This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฉน Fixes
- vite: Unset
optimizeDeps.includefor server environment (#33550) - kit,nuxt,schema: Deprecate
ImportPresetWithDeprecation(#33596) - nuxt: Correct warning message for prefetch/noPrefetch conflict (#33617)
- nitro: Remove
<nuxt-error-overlay>iframe border (#33625) - vite: Use rolldown replace only in build (#33615)
- nitro: Use directory paths in
moduleEntryPaths(#33628) - nitro: Start error overlay minimized based on status code (#33658)
- vite: Ensure
optimizeDepsconfig is applied before other plugins (#33586) - nuxt: Respect layer priority order for scanned components (#33654)
- nuxt: Process prerender routes on
pages:resolved(#33662) - nuxt: Remove abort signal event listeners after render (#33665)
- nuxt: Cleanup event listener with cleanup signal (#33667)
- vite: Respect vite proxy in dev middleware (#33670)
๐ Refactors
- kit,nitro,nuxt,schema,vite: Explicitly import process/performance (#33650)
๐ Documentation
- Fix typo in eslint flat config description (#33569)
- Add signal support to useAsyncData examples (#33601)
- Note that
cookieStoreistrueby default (#33572) - Document
pendingas alias ofstatus === 'pending'(#33221) - Clarify route middleware doesn't affect API routes (#33643)
- Improve docs for
useHead/useHydration/useLazy*(#33626) - Typo (#33655)
๐ก Chore
- Add
verifyDepsBeforeRun: install(#33603) - Reduce redirects in docs links (bbdc72e35)
- Lint docs (352bdbc93)
- Remove verify deps before run (e9e1c5b97)
๐ค CI
- Disable cache in release action (885df65f4)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- Robin (@OrbisK)
- abeer0 (@iiio2)
- Bobbie Goede (@BobbieGoede)
- Florian Heuberger (@Flo0806)
- Matej ฤernรฝ (@cernymatej)
- Peter Budai (@peterbud)
- Julien Huang (@huang-julien)
- Max (@onmax)
- ็บธ้นฟ/Zhilu (@L33Z22L11)
- Hinata Oishi (@te19oishi)
- Damian Gลowala (@DamianGlowala)
- Maxime Pauvert (@maximepvrt)
- Raed Abdennadher (@RaedAbr)
v3.20.0
3.20.0 is the next minor release.
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupe --channel=v3This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ Enhancements
- nuxt: Allow specifying component
declarationPath(#33419) - kit: Add
extensionsoption forresolveModule(#33328) - nuxt: Add abortController option to
useAsyncData(#32531) - nuxt: Display youch error page w/ user error page in dev (#33359)
- nuxt: Experimental typescript plugin support (#33314)
- nuxt,schema: Extract asyncData handlers to chunks (#33131)
- kit: Add
setGlobalHeadutility (#33512) - kit,vite: Allow enabling vite environment api (#33492)
๐ฅ Performance
- nuxt: Precompute renderer dependencies at build time (#33361)
- kit,schema: Remove some unnecessary dependencies (bdf34c263)
๐ฉน Fixes
- nuxt: Preserve hash with redirecting based on
routeRules(#33222) - kit: Safely cleanup
loadNuxtConfigin concurrent calls (#33420) - nuxt: Allow object-format
hrefin<NuxtLink>(b97ae2f70) - nuxt: Remove
mergeModelsfrom auto imports (#33344) - nuxt: Add back
shortPathproperty (#33384) - nuxt: Do not allow native attrs to shadow nuxt link props (0981990a7)
- nuxt: Remove
declarationPathfrom component dirs (e384ba3cb) - nuxt: Preserve root route in
isPrerenderedcheck (#33476) - nuxt: Exempt webpack vfs from pkg lookup (4df1e8275)
- nitro: Exempt nightly release from import protections (272d9abbe)
- webpack,rspack: Preserve prerender + nitro flags in server builds (#33503)
- nuxt: Support component auto-imports as arguments of
h()(#33509) - vite: Prevent assignment for rolldown's replacement plugin (#33526)
- nuxt: Use sha256 hash for prerender cache keys (#33505)
- nuxt: Add
NuxtTimerelative timenumericprop (#33552) - nuxt: Add
NuxtTimerelative timerelativeStyleprop (#33557) - nuxt: Handle arrays in app config correctly during HMR (#33555)
๐ Refactors
- Remove obsolete
shortPathproperty (#33384) - kit: Extract trace utilities (ddaedfa51)
- nuxt,vite,webpack: Allow builders to augment types (#33427)
- schema: Deprecate
extend,extendConfig, andconfigResolvedhooks (932a80dc6) - nitro,nuxt: Extract
@nuxt/nitro-serverpackage (#33462) - nuxt: Use
RouteLocationNormalizedLoadedGenericinternally (aa211fb4f) - vite: Make vite plugins environment-compatible (#33445)
๐ Documentation
- Add nuxt module
addServerPluginnote (#33409) - Remove deprecated node version (#33411)
- Update
declarationPathinaddComponent(#33380) - Add some notes/deprecations for vite hooks (2c6912d2f)
- Fix incorrect ESM module field info (#33451)
- Recommend
getLayerDirectories()instead ofnuxt.options._layers(#33484) - Add docs for
moduleDependencies(#33499) - Pin codemod to v0.18.7 for migration recipe (#33522)
๐ก Chore
- Migrate gitpod to ona (#33159)
- Use native node to run
test:prepare(cbad63c02) - Do not use native node to run
test:prepare(672c09423) - Update valid semantic scopes (4ca29168b)
- Ignore nitro templates (ec59aceeb)
- Remove
vue-demifromignoredBuiltDependencies(#33494) - Update vscode url (#33360)
- Correct jsdoc location for function used as parameters (#33507)
- Remove code comment (#33515)
- Patch changelogen for large numbers of commits (b6530b5b6)
- Filter out commits before last tag when constructing changelog (257049712)
- Ignore
@rollup/plugin-commonjs(c2bd323b8) - Pin
@rollup/plugin-commonjs(a524522ea)
โ Tests
- Update runtime test to use
asyncDataDefaults.errorValue(b6f1c9b0d) - Refactor suite to use common matrix utils (#33483)
- Update typed router test (c55db2854)
๐ค CI
- Publish
@nuxt/nitro-serveron pkg-pr-new (d37ef17b0) - Remove nitro-server publish until v4.2 is released (e34c2f52f)
- For now, use tag push to trigger release (0705b835f)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- ๅฑฑๅน่ฒๅพกๅฎ (@KazariEX)
- Matej ฤernรฝ (@cernymatej)
- Trung Dang (@NamesMT)
- ็บธ้นฟ/Zhilu (@L33Z22L11)
- Florian Heuberger (@Flo0806)
- Alexander Lichter (@TheAlexLichter)
- Julien Huang (@huang-julien)
- abeer0 (@iiio2)
- Max (@onmax)
- Octavio Araiza (@8ctavio)
- Bobbie Goede (@BobbieGoede)
- DipakHalkude (@DipakHalkude)
- Aleksander Bลaszkiewicz (@ablaszkiewicz)
v4.2.0
4.2.0 is the next minor release.
๐ Highlights
We're excited to announce Nuxt 4.2, bringing new capabilities for better TypeScript DX, enhanced error handling, and improved control over data fetching! ๐
๐ฏ Abort Control for Data Fetching
You can now use AbortController signals directly within useAsyncData, giving you fine-grained control over request cancellation (#32531).
This works by passing an internal signal to your useAsyncData handler to cancel any promise that can be canceled, such as $fetch.
<script setup lang="ts">
const controller = new AbortController()
const { data, error, clear, refresh } = await useAsyncData('users', (_nuxtApp, { signal }) => $fetch('/api/users', {
signal
}))
refresh() // will actually cancel the $fetch request (if dedupe: cancel)
refresh() // will actually cancel the $fetch request (if dedupe: cancel)
refresh()
clear() // will cancel the latest pending handler
</script>You also pass an AbortController signal directly to refresh/execute, giving you fine-grained control over request cancellation. This is particularly useful when you need to abort requests based on user actions or component lifecycle events.
const { data, refresh } = await useAsyncData('posts', fetchPosts)
// Abort an ongoing refresh
const abortController = new AbortController()
refresh({ signal: abortController.signal })
// Later...
abortController.abort()๐จ Better Error Pages in Development
When an error occurs during development, Nuxt will now display both your custom error page and a detailed technical error overlay (#33359). This gives you the best of both worlds โ you can see what your users will experience while also having immediate access to stack traces and debugging information.
The technical overlay appears as a toggleable panel that doesn't interfere with your custom error page, making it easier to debug issues while maintaining a realistic preview of your error handling.
๐ฎ Opt-in Vite Environment API
For those wanting to experiment with cutting-edge features, you can now opt into the Vite Environment API (#33492).
The Vite Environment API is a major architectural improvement in Vite 6. It closes the gap between development and production by allowing the Vite dev server to handle multiple environments concurrently (rather than requiring multiple Vite dev servers, as we have done previously in Nuxt).
This should improve performance when developing and eliminate some edge case bugs.
... and it is the foundation for implementing Nitro as a Vite environment, which should speed up the dev server still further, as well as allowing more greater alignment in development with your Nitro preset.
export default defineNuxtConfig({
experimental: {
viteEnvironmentApi: true
}
})This is also the first breaking change for Nuxt v5. You can opt in to these breaking changes by setting compatibilityVersion to 5:
export default defineNuxtConfig({
future: {
compatibilityVersion: 5
},
})Please only use this for testing, as this opts in to unlimited future breaking changes, including updating to Nitro v3 once we ship the Nuxt integration.
Warning
This is highly experimental and the API may change. Only enable if you're prepared for potential breaking changes and want to help shape the future of Nuxt!
๐ฆ New @nuxt/nitro-server Package
We've extracted Nitro server integration into its own package: @nuxt/nitro-server (#33462). This architectural change allows for different Nitro integration patterns and paves the way for future innovations in server-side rendering.
While this change is mostly internal, it's part of our ongoing effort to make Nuxt more modular and flexible. The new package provides standalone Nitro integration and sets the foundation for alternative integration approaches (such as using Nitro as a Vite plugin in Nuxt v5+).
Note
This is an internal refactor โ no changes should be required in your code.
โก Performance Improvements
We've also shipped several performance enhancements:
- Precomputed renderer dependencies โ We now compute renderer dependencies at build time rather than runtime, improving cold start and initial render performance (#33361)
- Reduced dependencies โ Removed unnecessary dependencies from kit and schema packages (7ae2cf563)
๐ Async Data Handler Extraction
One of the most exciting performance improvements is the new experimental async data handler extraction (#33131). When enabled, handler functions passed to useAsyncData and useLazyAsyncData are automatically extracted into separate chunks and dynamically imported.
This is particularly effective for prerendered static sites, as the data fetching logic is only needed at build time and can be completely excluded from the client bundle.
Note
In testing with a previous version of nuxt.com, this feature reduced JavaScript bundle size by 39%! Of course, your mileage may vary depending on how much data fetching logic you have.
<script setup lang="ts">
// This handler will be extracted into a separate chunk
// and only loaded when needed
const { data: post } = await useAsyncData('post', async () => {
const content = await queryContent(`/blog/${route.params.slug}`).findOne()
// Complex data processing that you don't want in the client bundle
const processed = await processMarkdown(content)
const related = await findRelatedPosts(content.tags)
return {
...processed,
related
}
})
</script>For static/prerendered sites, enable it in your config:
export default defineNuxtConfig({
experimental: {
extractAsyncDataHandlers: true
}
})The extracted handlers are then tree-shaken from your client bundle when prerendering, as the data is already available in the payload. This results in significantly smaller JavaScript files shipped to your users.
๐ง Experimental TypeScript Plugin Support
We're introducing experimental support for enhanced TypeScript developer experience through the @dxup/nuxt module.
This module adds a number of TypeScript plugins that aim to improve your experience when using Nuxt-specific features:
- Smart component renaming: Automatically updates all references when you rename auto-imported component files
- Go to definition for dynamic imports: Navigate directly to files when using glob patterns like
import(\~/assets/${name}.webp`)` - Nitro route navigation: Jump to server route handlers from data fetching functions (
$fetch,useFetch,useLazyFetch) - Runtime config navigation: Go to definition works seamlessly with runtime config properties
- Enhanced auto-import support: Includes the
@dxup/unimportplugin for better navigation with auto-imported composables and utilities
Note
Read more in the documentation.
To enable this feature, set experimental.typescriptPlugin to true in your Nuxt configuration:
export default defineNuxtConfig({
experimental: {
typescriptPlugin: true
}
})Once enabled, the module will be automatically installed and configured by Nuxt.
Important
This feature also requires selecting the workspace TypeScript version in VS Code. Run the "TypeScript: Select TypeScript Version" command and choose "Use Workspace Version".
๐ Other Improvements
- Component
declarationPathโ You can now specify a custom declaration path for components (#33419) - Module resolution extensions โ Kit's
resolveModulenow accepts anextensionsoption (#33328) - Global head utility โ New
setGlobalHeadutility in kit for easier head management (#33512)
๐ฉน Important Fixes
- Route hash is now preserved when redirecting based on
routeRules(#33222) - Fixed concurrent calls to
loadNuxtConfigwith proper cleanup (#33420) - Object-format
hrefnow works correctly in<NuxtLink>(c69e4c30d) - Component auto-imports now work as arguments to Vue's
h()function (#33509) - Fixed app config array handling during HMR (#33555)
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will refresh your lockfile and pull in all the latest dependencies that Nuxt relies on, especially from the unjs ecosystem.
๐ Changelog
๐ Enhancements
v4.1.3
4.1.3 is a regularly scheduled patch release.
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฅ Performance
- vite: Use rolldown's replace plugin when applicable (#33258)
๐ฉน Fixes
- kit: Add default values when adding type references in
prepare:typeshook (#33239) - nuxt: Augment app config in server context (#33287)
- nuxt: Make lazy component types compatible with
h(#33046) - vite: Deduplicate inlined server style chunks (#33308)
- nuxt: Support
headoption onuseHead(#33318) - nuxt: Do not relativise importmap if
cdnURLis set (#33333) - nuxt: Resolve aliases in
imports.dirs(#33334) - nuxt: Add missing element/vnode props for
<NuxtLink>(#33335) - nuxt: Do not generate server placeholder components (#33345)
- nuxt: Dedupe generated component names (#33346)
- webpack: Test watch instance before closing it (0e5a0a5a0)
- nuxt: Correctly handle island rendering error (#33302)
- nuxt: Support
v-slot:fallbacklongform syntax in<DevOnly>(#33368) - nuxt: Support
typeFromwhen generating auto-import type templates (#33373) - nuxt: Don't trigger scroll when changing trailing slash (#33358)
- nuxt: Add stubs for new scripts from
@nuxt/scripts(bed410d60) - nuxt: Prevent duplicate execution on key change in
useAsyncData(#33325) - nuxt: Make middleware
_pathproperty configurable for HMR (#33379) - nuxt: Handle non-immediate
useAsyncDatawith different key on ssr (#33341)
๐ Refactors
- nuxt: Improve implementation of error composables (#33234)
- nuxt: Resolve path of
typed-router.d.tsearly for consistency (#33285) - nuxt: Move server references to
nitro:prepare:typeshook (#33286) - nuxt: Place
filenameintocomponentsIslandsTemplatedefinition (#33394) - nuxt,vite: Use environment-api compatible plugins (#33403)
๐ Documentation
- Add
4.xprefix to all internal links (#33264) - Fix more links (#33265)
- Update usage instructions for Windows users (#33284)
- Update app config paths to use app/app.config.ts (#33297)
- Remove d suffix in example (#33298)
- Move directory structure to top-level (#33299)
- Add information about
useFetchreactivity (#33317) - Add more
4.xprefixes in urls (47ea684c7) - Lint code samples within docs (#33271)
- Remove duplicated documentation from
nuxt.configpage (b438d44e1) - Remove docs for outdated asyncData configuration (3e4a999e6)
- Note
preparecommandNODE_ENVbehavior (#33330) - Update
nuxtcommand pages (#33336)
๐ก Chore
- Temporarily disable link to github sponsors (7e5375390)
- Update markdownlint ignore (19fc9abbb)
- Migrate pnpm settings out of
.npmrc(14514329b) - Ignore errors from npmjs (50febbbba)
- Lint (09a16d9df)
- nuxt: Align global components indent (#33340)
- Remove tea.yaml (5f567c79b)
- Remove todo comment as resolved (#33389)
โ Tests
๐ค CI
- Add provenance action to check for downgrades in provenance (5ada6861e)
- Pass commit sha when triggering ecosystem ci (399df6bab)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- ๅฑฑๅน่ฒๅพกๅฎ (@KazariEX)
- Julien Huang (@huang-julien)
- Florian Heuberger (@Flo0806)
- Ondrej Brendy (@bandiasek)
- Octavio Araiza (@8ctavio)
- Alex Liu (@Mini-ghost)
- Bobbie Goede (@BobbieGoede)
- abeer0 (@iiio2)
- Harlan Wilton (@harlan-zw)
- Alexander Lichter (@TheAlexLichter)
- Sรฉbastien Chopin (@atinux)
- Ben Hong (@bencodezen)
- Daniel Slepov (@imslepov)
- Huseyn Guliyev (@husayt)
- Hillary (@hillaryke)
v3.19.3
3.19.3 is a regularly scheduled patch release.
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฅ Performance
- vite: Use rolldown's replace plugin when applicable (#33258)
๐ฉน Fixes
- nuxt: Make lazy component types compatible with
h(#33046) - vite: Deduplicate inlined server style chunks (#33308)
- nuxt: Support
headoption onuseHead(#33318) - nuxt: Do not relativise importmap if
cdnURLis set (#33333) - nuxt: Resolve aliases in
imports.dirs(#33334) - nuxt: Add missing element/vnode props for
<NuxtLink>(#33335) - nuxt: Do not generate server placeholder components (#33345)
- nuxt: Dedupe generated component names (#33346)
- webpack: Test watch instance before closing it (3314bc9a1)
- nuxt: Correctly handle island rendering error (#33302)
- nuxt: Support
v-slot:fallbacklongform syntax in<DevOnly>(#33368) - nuxt: Support
typeFromwhen generating auto-import type templates (#33373) - nuxt: Don't trigger scroll when changing trailing slash (#33358)
- nuxt: Add stubs for new scripts from
@nuxt/scripts(057ade490) - nuxt: Prevent duplicate execution on key change in
useAsyncData(#33325) - nuxt: Make middleware
_pathproperty configurable for HMR (#33379) - nuxt: Handle non-immediate
useAsyncDatawith different key on ssr (#33341)
๐ Refactors
- nuxt: Improve implementation of error composables (#33234)
- nuxt: Resolve path of
typed-router.d.tsearly for consistency (#33285) - nuxt: Place
filenameintocomponentsIslandsTemplatedefinition (#33394) - nuxt,vite: Use environment-api compatible plugins (#33403)
๐ Documentation
- Update usage instructions for Windows users (#33284)
- Remove d suffix in example (#33298)
- Move directory structure to top-level (#33299)
- Add
3.xprefix to all internal links (0fef864d6) - Add information about
useFetchreactivity (#33317) - Lint code samples within docs (#33271)
- Note
preparecommandNODE_ENVbehavior (#33330) - Update
nuxtcommand pages (#33336)
๐ก Chore
- Update bundle size test (15334d0c1)
- Temporarily disable link to github sponsors (53b02251f)
- Update markdownlint ignore (557656e54)
- Migrate pnpm settings out of
.npmrc(101682a6b) - Ignore errors from npmjs (d56790347)
- nuxt: Align global components indent (#33340)
- Remove tea.yaml (8b2188848)
- Remove todo comment as resolved (#33389)
- Downgrade nitropack in vite (3419f3414)
โ Tests
๐ค CI
- Add provenance action to check for downgrades in provenance (18ab6e5fa)
- Pass commit sha when triggering ecosystem ci (7b2949a3c)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- ๅฑฑๅน่ฒๅพกๅฎ (@KazariEX)
- Julien Huang (@huang-julien)
- Florian Heuberger (@Flo0806)
- Ondrej Brendy (@bandiasek)
- Octavio Araiza (@8ctavio)
- Alex Liu (@Mini-ghost)
- Bobbie Goede (@BobbieGoede)
- abeer0 (@iiio2)
- Harlan Wilton (@harlan-zw)
- Alexander Lichter (@TheAlexLichter)
- Sรฉbastien Chopin (@atinux)
- Ben Hong (@bencodezen)
- Huseyn Guliyev (@husayt)
v4.1.2
4.1.2 is a regularly scheduled patch release.
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฅ Performance
- kit: Do not normalise templates in loop if
dstis present (#33200) - nuxt: Remove watcher from
hydrate-whenlazy hydration strategy (#33199) - nuxt,schema: Normalise components + directories more efficiently (#33207)
- kit,nuxt: Reduce unnecessary iteration in nuxt code (#33212)
- nuxt: Skip running lazy hydration transform with filter (#33213)
๐ฉน Fixes
- schema: Add
pkg-typesto dependencies (9fe2541ca) - nuxt: Ignore errors when treeshaking composables within other composables (f99eac516)
- nuxt: Do not tree-shake composables within other composables (#33153)
- kit: Ensure module dependencies are typed correctly (4568e8451)
- nuxt: Prevent Infinity
backgroundSizein loading indicator (#33211) - nuxt: Remove unused
enabledfrom components dir options (#32844) - nuxt: Sync watch request in useAsyncData (#33192)
- nuxt: Move key imports logic after all modules run (#33214)
๐ Documentation
- Update reference to source dir (65712297a)
- Update language on bridge head migration (c9d986889)
- Update file path for pinia store (#33205)
- Add
app/suffix to a few links (#33217)
๐ก Chore
- Dedupe lockfile (d054c90d9)
- Suppress htmlnano type error (ff2e77809)
- nuxt: Unpin tinyglobby (b9ec6507b)
โ Tests
- Update bundle size test (4d9feb00d)
โค๏ธ Contributors
- Julien Huang (@huang-julien)
- Daniel Roe (@danielroe)
- Adrien Foulon (@Tofandel)
- Matej ฤernรฝ (@cernymatej)
- ะะฝัะพะฝ ะกัะฐััะบ (@11Alone11)
- wuiyang (@wuiyang)
- Revadike (@Revadike)
v3.19.2
3.19.2 is a regularly scheduled patch release.
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฅ Performance
- kit: Do not normalise templates in loop if
dstis present (#33200) - nuxt: Remove watcher from
hydrate-whenlazy hydration strategy (#33199) - nuxt,schema: Normalise components + directories more efficiently (#33207)
- kit,nuxt: Reduce unnecessary iteration in nuxt code (#33212)
- nuxt: Skip running lazy hydration transform with filter (#33213)
๐ฉน Fixes
- schema: Add
pkg-typesto dependencies (a6e5dd756) - nuxt: Ignore errors when treeshaking composables within other composables (e3e42ac77)
- nuxt: Do not tree-shake composables within other composables (#33153)
- kit: Ensure module dependencies are typed correctly (ea16d182a)
- nuxt: Prevent Infinity
backgroundSizein loading indicator (#33211) - nuxt: Remove unused
enabledfrom components dir options (#32844) - nuxt: Sync watch request in useAsyncData (#33192)
- nuxt: Move key imports logic after all modules run (#33214)
๐ Documentation
- Update language on bridge head migration (32e76f609)
๐ก Chore
- nuxt: Unpin tinyglobby (1811db080)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- Adrien Foulon (@Tofandel)
- Matej ฤernรฝ (@cernymatej)
- ะะฝัะพะฝ ะกัะฐััะบ (@11Alone11)
- wuiyang (@wuiyang)
v4.1.1
v4.1.1 is a regularly scheduled patch release
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฉน Fixes
- nuxt: Correct relative path of auto imported components (#33122)
- nuxt: Prefer accessing
globalThisoverwindow(#33125) - nuxt: Migrate to AST-aware tree-shaking + route injection (#33128)
- nuxt: Ignore #components import mapping inside packages that use it internally (#33049)
- vite: Remove explicit vite-node configuration of
deps.inline(#33133) - nuxt: Include trace in dev-time
useRouteusage warning (#33039) - kit: Improve DX by displaying module name when possible (#33137)
- nuxt: Print route middleware path in warning (#33136)
- nuxt: Include core auto-imports from
imports:sourcesin override warning (#33050) - nuxt: Render relative importmap entry path if required (#33146)
๐ Documentation
- Add
--to bun create command (5e661f0ca) - Add
app/prefix in lots of cases (#33117) - Add JSDoc for
navigateTo(#21442)
๐ก Chore
- Correct
rou3github url (#33130) - Include
.tsextension (db9d840e1) - Build before releasing (25f9282a4)
๐ค CI
- Remove default discord reactions from thread (more noise than it's worth) (183913fe2)
- Rewrite release workflow in ts + support multiple tags (4469ead82)
- Pass correct flag (711037cda)
- Pass tag via env variable (fb83cd5ba)
- Drop
4xtags from releases (1cd8a6857)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- Matej ฤernรฝ (@cernymatej)
- Bobbie Goede (@BobbieGoede)
- Sรฉbastien Chopin (@atinux)
- Octavio Araiza (@8ctavio)
- Michael Brevard (@GalacticHypernova)
- abeer0 (@iiio2)
- ๅฑฑๅน่ฒๅพกๅฎ (@KazariEX)
v3.19.1
v3.19.1 is a regularly scheduled patch release
โ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupeThis will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
๐ Changelog
๐ฉน Fixes
- nuxt: Correct relative path of auto imported components (#33122)
- nuxt: Prefer accessing
globalThisoverwindow(#33125) - nuxt: Migrate to AST-aware tree-shaking + route injection (#33128)
- nuxt: Ignore #components import mapping inside packages that use it internally (#33049)
- vite: Remove explicit vite-node configuration of
deps.inline(#33133) - nuxt: Include trace in dev-time
useRouteusage warning (#33039) - nuxt: Print route middleware path in warning (#33136)
- nuxt: Include core auto-imports from
imports:sourcesin override warning (#33050) - nuxt: Render relative importmap entry path if required (#33146)
๐ Documentation
- Add documentation for module lifecycle hooks (#33115)
- Add
--to bun create command (ab6aa8ee5) - Add JSDoc for
navigateTo(#21442)
๐ก Chore
โ Tests
๐ค CI
- Remove default discord reactions from thread (more noise than it's worth) (2e3c91e0c)
- Rewrite release workflow in ts + support multiple tags (478c64342)
- Pass correct flag (a954f383f)
- Pass tag via env variable (dcfc82688)
- Drop
4xtags from releases (e3aa50d11)
โค๏ธ Contributors
- Daniel Roe (@danielroe)
- Matej ฤernรฝ (@cernymatej)
- Bobbie Goede (@BobbieGoede)
- Octavio Araiza (@8ctavio)
- Michael Brevard (@GalacticHypernova)
- abeer0 (@iiio2)
- ๅฑฑๅน่ฒๅพกๅฎ (@KazariEX)
