Originally published at https://github.com/nuxt/framework/releases/tag/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
nuxtdependency to3.0.0-rc.8and then usenpx nuxi-edge@latest cleanupto cleanup any local caches
🩹 Fixes
- cli: Fix issues with
nuxi upgrade(#6514) - nuxt: ⚠️ Allow
app:renderedto modify ssr context and addrender:html(#6521) - vite: Remove
/@fsfrom external ids (#6529) - nuxt: Tree-shake devtools from production bundle (#6538)
- vite, nuxt: Resolve relative to
srcDirrather thanrootDir(#6546)
📦 Build
- nuxt: Publish missing types (#6516)
📖 Documentation
- Change
infotodangerfor 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