Skip to content

v3.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@danielroe danielroe released this 30 Nov 10:43
· 233 commits to main since this release
14a9143

3.0.0-rc.4 is the next release candidate.

👀 Highlights

RC4 comes with some breaking changes to align with upstream Nuxt 3, particularly to useLazyAsyncData and useCookie.

We have also now updated to Vite 5, which might be a significant change for some Nuxt modules.

👉 Changelog

compare changes

🚀 Enhancements

  • imports:context hook for unimport context (#983)
  • ⚠️ Port upstream useLazyAsyncData (#975)
  • ⚠️ Port upstream useCookie (#988)

🔥 Performance

  • Use granular imports for auto-importing composables (#964)

🩹 Fixes

  • Handle null init in page meta plugin (#963)
  • Do not inject #head auto imports when meta: false (#976)

💅 Refactors

  • Relocate group of functions for clarity (#965)

📦 Build

  • Import version from @nuxt/bridge not workspace root (2e0b043)

🤖 CI

⚠️ Breaking Changes

  • ⚠️ Port upstream useLazyAsyncData (#975)
  • ⚠️ Port upstream useCookie (#988)

❤️ Contributors