- Added performance enhancements such as direct Nuxt package import, VFS‑based manifest handling, parallel module loading with cached JITI instances, and hash‑based dev payload caching.
- Fixed a broad set of bugs across Nuxt core (e.g., negative zero handling, loading indicator cleanup, route announcer hook, useFetch cache and FormData hashing, async data handling, and more) and refined Vite/Rspack/Webpack behavior.
- Updated documentation (layout props badge, component‑prop query string, custom $fetch signature, typedPages, deployment examples) and performed various chores like removing devDependencies from the published package and improving CI work...