v3.10.2
NuxtJS#nuxt
3.10.2 is a regularly-scheduled patch release.
β Upgrading
As usual, our recommendation for upgrading is to run:
nuxi 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 vue and unjs ecosystems.
π Changelog
π©Ή Fixes- nuxt: Export
refreshCookie(#25635) - nuxt: Allow prefetching urls with query string (#25658)
- nuxt: Remove undefined keys in route object (#25667)
- vite: Treat
.pcssextension as a CSS extension (#25673) - nuxt: Don't check for layout/page with
(#25714) - vite: Strip query strings for style chunk filenames (#25764)
- nuxt: Inline entry styles before component styles (#25749)
- vite: Optimise layer dependencies with vite (#25752)
- nuxt: Don't add extra
baseURLon serveruseRequestURL(#25765) - schema: Use
rootDir, notprocess.cwd, formodulesDir(#25766) - nuxt: Only warn for
useIdif attrs were not rendered (#25770) - kit: Don't mutate existing component entry when overriding (#25786)
π Documentation
- Fix typo in
useAsyncDatadocs (#25644) - Add quotes to clarify what site title is in example (#25669)
- Enable twoslash for some code snippets (#25679)
- Add prepend option docs for
addComponentsDir(#25683) - Extend auto-scanned layer directories (#25720)
- Improve wording in seo docs (#25692)
- Add how to debug nuxt with node inspector (#25731)

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