Releases: nuxt/cli
Releases Β· nuxt/cli
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)
v3.31.0
Immutable
release. Only release title and notes can be modified.
3.31.0 is the next minor release.
π Changelog
π Enhancements
- Add shell completions using
@bomb.sh/tab(#1082) - Use clack to add more β¨ (#1121)
- init: Prompt user to select a template (#1147)
π©Ή Fixes
- module,init,upgrade: Use updated
@clack/prompts(#1117) - dev: Handle
--hostwithout explicit host (5278c9e) - upgrade: Clean lockfile in workspace dir (01ca983)
- info: Support
nitroversion + remove buildModules for v3+ (3eaca44) - info: Check if
BuildModulesis defined (ce9694f) - build,dev: Respect NODE_PATH when loading kit/nuxt (d5f9331)
- dev: Respect https.xxx commandline arguments (#1129)
- preview: Respect dotenv command-line arg (#1144)
- dev: Prime mtimes cache when starting dev server (#1137)
π Refactors
- init: Use clack for prettier box styling (#1077)
π‘ Chore
- Lint (068c85f)
- Update pnpm to 10.21 and enable trust policy (7edcce5)
- Revert pnpm trust policy and restore provenance action (694e92b)
- Lint (1b26dec)
- Use github token from environment when fetching templates (7812d77)
- Lint (40c967f)
π€ CI
β€οΈ Contributors
- Daniel Roe (@danielroe)
- Aron Nopanen (@aroneous)
- yamachi4416 (@yamachi4416)
- AmirHossein Sakhravi (@AmirSa12)
- paul valladares (@dreyfus92)