Releases: nuxt/cli
Releases · nuxt/cli
v3.36.0
Immutable
release. Only release title and notes can be modified.
v3.37.0 is the next minor release.
Timetable: to be announced.
👉 Changelog
🚀 Enhancements
- module: add module remove command (#1306)
- init: add non-interactive mode (#1341)
- init: allow installing deps with
aube(#1348) - typecheck: prompt to install
vue-tscandtypescript(#1316)
🩹 Fixes
- init: use template's package manager instead of prompting (#1330)
- dev: reload on changes to local layer
nuxt.configfiles (#1345) - convert errors to string before logging (
ee31f82)
✅ Tests
- bump runtime timeouts (
2b179ca)
🤖 CI
- pass package paths to release action (
f123be8) - use uppt for trusted + staged publishing workflow (#1338)
🎉 New Contributors
- Eduardo San Martin Morote (@posva)
❤️ Contributors
- Daniel Roe (@danielroe)
- Benjamin Canac (@benjamincanac)
- Florian Heuberger (@Flo0806)
- Eduardo San Martin Morote (@posva)
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)