3.5.1 is a patch release, with bug fixes and performance improvements.

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 unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Use granular watcher to avoid crawling ignored dirs (#20836)

🩹 Fixes

  • webpack: Analyze report path (#20878)
  • nuxt: Allow island renders without / route (#20894)
  • nuxt: Infer useFetch method when generic is passed (#20797)
  • nuxt: Prioritise vue app context when available (#20910)
  • nuxt: Don't refresh when hydrating when data is present (#20916)
  • nuxt: Resolve layer assets in relation to layer directory (#20932)
  • nuxt: Don't match partial component names with prefix (#20939)
  • kit: Resolve relative module paths when installing (#20896)
  • nuxt: Exclude plugin declaration from non-existent files (#20974)
  • nuxt: Use default type for initial value for composables (#20968)
  • nuxt: Skip middleware for islands components (#20924)
  • nuxt: Use resolvePath to handle edge cases for modules (#20975)

📖 Documentation

  • Fix defaults in custom fetch example (#20898)
  • Fix typo (#20907)
  • Add pnpm test command to run whole test suite (4907660ff)
  • Remove warning around experimental.renderJsonPayloads (891ba880e)
  • Add example of 'alphabetical' plugin numbering (#20930)
  • rendering: Improve rendering modes section (244c68108)
  • rendering: Lint fix (ef8b5b593)
  • Sync useAsyncData and useFetch types (#20935)
  • Update static to isr (#20964)
  • Add advanced usage example of useState (#20249)
  • Add link to layers from pages/ docs (#20976)

🏡 Chore

  • Rename script test for fixtures:payload (#20908)
  • Pass ref to checkout (58ed8ec34)
  • Remove outdated todo comment (b2a769a86)

🤖 CI

️ Contributors

  • Paul Grau (@graup)
  • Luciano Tonet (@lucianotonet)
  • Daniel Roe (@danielroe)
  • Julien Huang (@huang-julien)
  • Haruaki OTAKE (@aaharu)
  • Nate Emerson (@nateemerson)
  • Jongmin Yoon (@jongmin4943)
  • Sébastien Chopin (@Atinux)
  • Aziz Ramdan Kurniawan (@azizramdan)
  • @Gypsophyllite
  • Wilson Pinto (@wilsonpinto)
  • Lemon (@ww-lemon)
  • Vasily Kuzin (@ExEr7um)
  • Anthony Fu (@antfu)

项目简介

Nuxt.js 是一个基于 Vue.js 的通用应用框架。

通过对客户端/服务端基础架构的抽象组织,Nuxt.js 主要关注的是应用的 UI 渲染。

发行版本 100

v3.7.0

全部发行版

贡献者 337

全部贡献者

开发语言

  • TypeScript 97.8 %
  • JavaScript 1.1 %
  • Vue 1.0 %
  • Shell 0.2 %