v3.0.0-rc.8
版本发布时间: 2023-01-20 05:16:56
nuxt/nuxt最新发布版本:v3.3.1(2023-03-14 21:31:23)
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
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: ⚠️ Allow
app: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