Skip to content

v3.6.4

Compare
Choose a tag to compare
@danielroe danielroe released this 19 Jul 15:25
· 1589 commits to main since this release
380a919

3.6.4 is a patch release, brought forward to allow releasing some important bug fixes before work begins on 3.7.

Warning
We're currently investigating a regression with nuxt/content and will be releasing 3.6.5 later today.

✅ 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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt,schema: Do not watch buildDir and node_modules (#22214)

🩹 Fixes

  • nuxt: Correctly use toLowerCase for possible moduleResolution (#22160)
  • nuxt: Don't redirect if initial path has trailing slash (#22192)
  • nuxt: Work around payload extraction issue (#22162)
  • nuxt: Add baseURL to island fetch requests (#22009)
  • nuxt: Resolve race condition regenerating auto imports (#22201)
  • nuxt: Ensure we only increment hydrating count once (#22200)
  • nuxt: Avoid premature hydration when using async layouts (#22198)
  • cli: Support --inspect in dev mode (#22205)
  • test-utils: Pass along error if server can't start (#22216)

📖 Documentation

  • Add runtime storage configuration examples (#22189)
  • Add instruction on how to use other modules in a module (#22081)
  • Standardize indentation and tag positioning (#22157)

❤️ Contributors