Releases: nuxt/cli
Releases · nuxt/cli
v3.35.2
Immutable
release. Only release title and notes can be modified.
3.35.2 is the next patch release.
👉 Changelog
🩹 Fixes
- dev: Suppress spurious dist watcher restart on cold start (#1308)
- Handle missing nuxt version in
readPackageJSON(#1307)
🏡 Chore
- Split rolldown into its own group (5526992)
❤️ Contributors
- Florian Heuberger (@Flo0806)
- Daniel Roe (@danielroe)
v3.35.1
Immutable
release. Only release title and notes can be modified.
3.35.1 is the next patch release.
👉 Changelog
🩹 Fixes
- cli: Create build dir before writing lock file (#1295)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.35.0
Immutable
release. Only release title and notes can be modified.
3.35.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- cli: Locks for agents running dev and build commands (#1265)
- dev: Allow nuxt to provide dev handler directly (#1244)
🔥 Performance
- Lazily initialise completions only when requested (#1289)
- Move
templateNamesto separate chunk to decrease parse time (#1290) - dev,build: Use loaded nuxt version in banner (#1291)
🩹 Fixes
🏡 Chore
- Surface deno updates as their own PR pending approval (7035a49)
🤖 CI
❤️ Contributors
- Daniel Roe (@danielroe)
- JongYun Jeong (@BellYun)
- Harlan Wilton (@harlan-zw)
v3.34.0
Immutable
release. Only release title and notes can be modified.
3.34.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- build,dev: Add
--profilesupport (#1243)
🔥 Performance
- Use
tinyclipinstead ofcopy-paste(#1238)
📖 Documentation
- Revise README for Nuxt CLI usage and commands (827e016)
🏡 Chore
- Capitalise nuxt (f71bc1e)
🤖 CI
- Pin github actions to full-length commit shas (cc12548)
❤️ Contributors
- Daniel Roe (@danielroe)
- Florian Lefebvre (@florian-lefebvre)
- Sébastien Chopin (@atinux)
v3.33.1
Immutable
release. Only release title and notes can be modified.
3.33.1 is the next patch release.
👉 Changelog
🩹 Fixes
- Convert more errors to strings (3cef4f3)
🏡 Chore
❤️ Contributors
- Daniel Roe (@danielroe)
v3.33.0
Immutable
release. Only release title and notes can be modified.
3.33.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- init: Add fuzzy search for module selection (#1180)
🩹 Fixes
- nuxi: Pass --dotenv argument to showVersions in build command (#1189)
❤️ Contributors
- Daniel Roe (@danielroe)
- Max (@onmax)
- Florian Heuberger (@Flo0806)
v3.32.0
Immutable
release. Only release title and notes can be modified.
3.32.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- add: Move
module add->addand add newtemplate-addcommand (#1176)
🩹 Fixes
❤️ Contributors
- Sébastien Chopin (@atinux)
- Daniel Roe (@danielroe)
- Konv Suu (@kovsu)
v3.31.3
Immutable
release. Only release title and notes can be modified.
3.31.3 is the next patch release.
👉 Changelog
🩹 Fixes
- info: Provide copyable info if clipboard copy fails (#1164)
- init: Only show official modules compatible w/ current nuxt (#1165)
- dev: Only override
NODE_ENVoverride when initialising server (#1161)
🤖 CI
- Use setup-deno v2 (77340dc)
❤️ Contributors
- Daniel Roe (@danielroe)
- Ivan (@Mixerou)
- Robin (@OrbisK)
v3.31.2
Immutable
release. Only release title and notes can be modified.
3.31.2 is the next patch release.
👉 Changelog
📦 Build
- Enable shims in tsdown configuration (#1151)
❤️ Contributors
- yamachi4416 (@yamachi4416)
v3.31.1
Immutable
release. Only release title and notes can be modified.
3.31.1 is a patch release to address a regression when creating a new project.
👉 Changelog
🔥 Performance
- dev: Use
joinrather thanresolveif adding static string (b0b8fd5)
🩹 Fixes
- dev: Ensure
tsconfig.jsonexists before starting dev server (0aa3a0f) - dev: Handle completions when running
npm create nuxt(#1149)
✅ Tests
- Add e2e test for
create-nuxtcli (3650f92)
❤️ Contributors
- Daniel Roe (@danielroe)
- AmirHossein Sakhravi (@AmirSa12)