v3.0.0-rc.4
Pre-release
Pre-release
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
🚀 Enhancements
imports:context
hook for unimport context (#983)⚠️ Port upstreamuseLazyAsyncData
(#975)⚠️ Port upstreamuseCookie
(#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 whenmeta: false
(#976)
💅 Refactors
- Relocate group of functions for clarity (#965)
📦 Build
- Import version from
@nuxt/bridge
not workspace root (2e0b043)
🤖 CI
- Bump to node 18 in ci (086bff3)
⚠️ Breaking Changes
❤️ Contributors
- Ryota Watanabe (@wattanx)
- Daniel Roe (@danielroe)