3.4.1 is a patch release. We've pulled it forward slightly to fix a couple of breaking bugs in 3.4.0.
👉 Changelog
🩹 Fixes
- nuxt: Set config on
ssrContext
in spa renderer (#20216) - nuxt: Mark entire payload as reactive (#20218)
- nuxt: Add missing imports to
<NuxtClientFallback>
(#20237) - nuxt: Improve handling of redirects within middleware (#20244)
- nuxt: Do not redirect when
vue-router
normalises url (#20247)
📖 Documentation
- Add a brief description of
transform
/pick
(#20186)
✅ Tests
- Add js payload test suite (#20217)
❤️ Contributors
- Daniel Roe (@danielroe)
- David Kurek (@daviddomain)