v3.13.2
NuxtJS#nuxt
3.13.2 is the next regularly scheduled patch release.
β Upgrading
As usual, our recommendation for upgrading is to run:
npx nuxi@latest upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
π Changelog
π₯ Performance- nuxt: Remove interop default for dynamic components (#28912)
π©Ή Fixes
- nuxt: Fix ssr log querySelector (#28864)
- schema: Enable
propsDestructureby default (#28830) - nuxt: Ensure injected
routehas enumerable keys (#28841) - nuxt: Don't override vue instance with legacy
asyncData(#28842) - nuxt: Render server errors with
ssr: false(#28834) - nuxt: Resolve full component paths (#28843)
- nuxt: Improve accuracy of module resolution conditions (#28846)
- nuxt: Log more context of prerendering errors (#28895)
- nuxt: Enable
injectAtEndto reduce circular auto-imports (#28822) - nuxt: Ensure we process files in
buildDirfor unimport (#28899) - nuxt: Do not accept attrs on
(#28901) - nuxt,schema: Accept any module in inline
modulesarray (#28922) - nuxt: Fall back to original component
filePath(#28925) - nuxt: Make
runWithContextgeneric (#28926) - nuxt: Set
inheritAttrs: falsefor fragment components (#28939) - nuxt: Use case-insensitive regexp for

Generated by RSStT. The copyright belongs to the original author.