v3.10.3

v3.10.3

NuxtJS

#nuxt

3.10.3 is a regularly-scheduled patch release.

โœ… Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

๐Ÿ‘‰ Changelog

compare changes

๐Ÿฉน Fixes
  • nuxt: Respect dedupe option in useFetch (#25815)
  • nuxt: Bypass browser cache when fetching app build id (#25813)
  • nuxt: In dev, don't link css files with ?inline query (#25822)
  • nuxt: Pass external to navigate in custom (#25887)
  • nuxt: Mark internal island components with @__PURE__ (#25842)
  • nuxt: Use setTimeout before scrolling when navigating (#25817)
  • nuxt: Add missing type for head in defineNuxtComponent (#25410)
  • nuxt: Handle undefined paths in resolveTrailingSlashBehavior (ba6a4132b)
  • nuxt: Set to.name to be undefined rather than deleting entirely (4ca1ab7cf)

๐Ÿ“– Documentation
  • Enable more blocks for twoslash (#25830)
  • Remove .ts extension when adding compiled files (#25855)
  • Replace callout to new components (#25897)
  • Fix incorrect wording (#25902)

๐Ÿก Chore
  • Use nuxt.config to enable pages for docs typecheck (72a2e23cc)
  • Restore environment back to development (3f92cf04d)
  • Unpin vite version ๐Ÿ™ˆ (d326e054d)
  • nuxt: Use Exclude rather than Omit (3fc4231d3)

๐Ÿค– CI
  • Typecheck code samples in docs (#25777)
  • Update link to stackblitz mcve page (59dd5fd93)

โค๏ธ Contributors

Generated by RSStT. The copyright belongs to the original author.

Source

Report Page