3.17.1 is the next patch release.
✅ Upgrading
Our recommendation for upgrading is to run:
npx nuxi@latest upgrade --dedupe
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
🩹 Fixes
- nuxt: Check if match exists with new unplugin filter (#31929)
- nuxt: Reinitialise stale async data (#31940)
- nuxt: Skip view transition if user agent is providing one (#31938)
- nuxt: Trigger
execute
when non-immediate fetch key changes (#31941) - nuxt: Don't redirect when route has trailing slash (#31902)
- ui-templates: Use
escapeHTML
from vue (8e4b8d62f) - schema: Add
@vue/shared
dependency (7d445c963)
📦 Build
- Copy README/LICENSE from repo root (8e287d556)
🏡 Chore
✅ Tests
- Update snapshots (a197d1087)
❤️ Contributors
- Daniel Roe (@danielroe)
- Pooya Parsa (@pi0)
- Kyohei Sonokawa (@kyohei-23)
- Lorenzo Fiamingo (@lorenzofiamingo)