This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
v3.0.0-rc.8
Note
This version includes hotfixes from rc.7. Check v3.0.0-rc.7 release notes for all changes between rc.6...rc.8
Warning
There are slight API changes with this release candidate.
π¬ Join the release discussion
π How to upgrade
- Automated:
npx nuxi-edge@latest upgrade --force
- Manual: Bump
nuxt
dependency to3.0.0-rc.8
and then usenpx nuxi-edge@latest cleanup
to cleanup any local caches
π©Ή Fixes
- cli: Fix issues with
nuxi upgrade
(#6514) - nuxt:
β οΈ Allowapp:rendered
to modify ssr context and addrender:html
(#6521) - vite: Remove
/@fs
from external ids (#6529) - nuxt: Tree-shake devtools from production bundle (#6538)
- vite, nuxt: Resolve relative to
srcDir
rather thanrootDir
(#6546)
π¦ Build
- nuxt: Publish missing types (#6516)
π Documentation
- Change
info
todanger
for the pages root element (#6528) - quick-start: Add the file path for disabling generating shim (#6519)
- schema: Grammar, punctuation and typo fixes (#6469)
β€οΈ Contributors
- Damian GΕowala
- Daniel Roe
- Eugen Istoc
- Jiang Menghao
- Pooya Parsa
- Timur Bolotov