v4.0.0-alpha.4
#nuxt
🗺️ Roadmap
👉 Read more at https://nuxt.com/blog/roadmap-v4
👉 Changelog
compare changes
🚀 Enhancements
● nuxt: Support lazy hydration macros (#31192)
🩹 Fixes
● nuxt: Ensure
● kit: Do not skip layer with defined
● deps: Upgrade to rc version of
📖 Documentation
● Update
❤️ Contributors
● Daniel Roe (@danielroe)
● Alex Liu (@Mini-ghost)
● Robin (@OrbisK)
source
#nuxt
4.0.0-alpha.4 is the fourth alpha release of Nuxt 4 for early testing
🗺️ Roadmap
👉 Read more at https://nuxt.com/blog/roadmap-v4
👉 Changelog
compare changes
🚀 Enhancements
● nuxt: Support lazy hydration macros (#31192)
🩹 Fixes
● nuxt: Ensure
asyncData runs if changing key while fetcher is running (#32466)● kit: Do not skip layer with defined
srcDir (#32487)● deps: Upgrade to rc version of
@nuxt/cli (#32488)📖 Documentation
● Update
.nuxtignore examples for v4 structure (#32489)❤️ Contributors
● Daniel Roe (@danielroe)
● Alex Liu (@Mini-ghost)
● Robin (@OrbisK)
source
🎉1
v3.18.0
#nuxt #nuxtjs #frontend
👀 Highlights
A huge thank you to everyone who's been a part of this release, which is mostly about backporting features + bugfixes from Nuxt v4.
Over the next six months, we'll continue backporting compatible v4 features and bug fixes, so please keep the feedback coming! ❤️
🧪 Lazy Hydration Macros
Building on the delayed hydration support from v3.16, we now support lazy hydration macros (#31192)! These provide a more ergonomic way to control component hydration:
#nuxt #nuxtjs #frontend
3.18.0 is the next minor release.
👀 Highlights
A huge thank you to everyone who's been a part of this release, which is mostly about backporting features + bugfixes from Nuxt v4.
Over the next six months, we'll continue backporting compatible v4 features and bug fixes, so please keep the feedback coming! ❤️
🧪 Lazy Hydration Macros
Building on the delayed hydration support from v3.16, we now support lazy hydration macros (#31192)! These provide a more ergonomic way to control component hydration:
❤2