Skip to content

Releases: nuxt/cli

v3.22.2

20 Feb 10:56
ed3ec15
Compare
Choose a tag to compare

3.22.2 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🩹 Fixes

  • create-nuxt: Do not show usage if dir is not provided (884d70d)
  • init: Add additional line before displaying logo (6f93daf)
  • init: Use exact #00DC82 theme color (#00)
  • Handle Ctrl-C more consistently (fb98de6)

🏡 Chore

❤️ Contributors

v3.22.1

19 Feb 22:32
0eb61a5
Compare
Choose a tag to compare

3.22.1 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🩹 Fixes

  • init: Prompt for directory if it is not provided (584b4b8)

🤖 CI

  • Skip updating changelog for release commits (e88d2d2)

❤️ Contributors

v3.22.0

19 Feb 22:12
4eed2cd
Compare
Choose a tag to compare

3.22.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • preview: Add --port option for previewing (#724)
  • dev: Enable fork for bun >=1.2 (#723)
  • init: Allow installing modules after clone (#742)
  • init: Update nuxt icon with ascii art (1a77b8a)

🩹 Fixes

  • module: Ensure we update nuxt.config (#717)
  • add,init: Improve default ux (#737)

🏡 Chore

  • Lint (9099508)
  • Clean up pkg bin fields (4b9141e)
  • Add create-nuxt distribution (#744)
  • Publish create-nuxt (2e56f89)
  • Update create-nuxt version (6ff7ef8)
  • Grant permission to write issues (6e93739)

🤖 CI

  • Force latest corepack (7c54299)
  • Add back pull_request_target for size test (6d76505)
  • Try head.sha for size ci instead (bd9a086)
  • Try conditional instead (e331b8a)

❤️ Contributors

v3.21.1

29 Jan 06:45
a59d379
Compare
Choose a tag to compare

3.21.1 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🤖 CI

  • Consolidate into single release workflow (854abd1)

❤️ Contributors

v3.21.0

29 Jan 06:32
d09ea27
Compare
Choose a tag to compare

3.21.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • upgrade: Add --dedupe option (#691)
  • dev: Allow all hosts to connect to dev server for --public (#707)

🔥 Performance

  • dev: Avoid removing manifest immediately after creation (#686)

🩹 Fixes

  • Throw when errors are encountered running child processes (#666)
  • init,module,upgrade: Validate response from consola.prompt (#687)
  • add: Correct extension for module template (#693)
  • dev: Automatically set allowedHosts + origin w/ --host (#704)
  • module: Allow specifying version alongside module name (#702)

💅 Refactors

  • Add create-nuxt-app and split into distributions (#678)

🏡 Chore

  • Stub nuxt-cli distribution in dev:prepare (269dc9a)
  • Do not publish create-nuxt-app for now (9a8896f)
  • Update knip config (7ca7bd4)
  • Switch to automated releases (07bdebd)

✅ Tests

  • Update module add test to use latest content version (#708)

🤖 CI

  • Use lts/* constraint for latest node version (643adb6)
  • Add job to update changelog (0cdf6a8)

❤️ Contributors

v3.20.0

10 Jan 13:24
6a9b9c8
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • init: Warn if dir already exists and no --force flag is provided (#652)
  • add: Skip installation of already installed modules (#654)
  • cli: Add new @nuxt/cli distribution without inlined deps (#659)

🔥 Performance

  • Do not inline package.json in build cli (d762ada)

🩹 Fixes

  • add: Correct template name validation (#651)
  • module: Correct formatting in installation log (c17039a)
  • info: Do not copy info in ci or without tty (cf33224)

🏡 Chore

  • Skip e2e tests on windows for now (bc27761)
  • nuxt-cli: Use nuxi as name for released cli (554fa1b)
  • Remove json assertion (for stub mode) (24a2df2)
  • Ensure packageManagerOptions remains up-to-date (995fb20)
  • Remove export for now (989475f)

✅ Tests

  • Add some basic e2e tests (a772c2a)
  • Update status test on windows (7e860dc)
  • Exec child process in tests with tinyexec (#661)
  • Add init and add e2e tests (#662)
  • Bump windows timeout (de3afe0)
  • Don't install deps in test (3e321c2)

🤖 CI

  • Split out lint + release workflows (#657)

❤️ Contributors

v3.19.1

08 Jan 11:43
f116a97
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • subcommand: Pass all rawArgs (35f7b87)

❤️ Contributors

v3.19.0

08 Jan 10:47
1b35aa7
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • subcommand: Add subcommand support (#644)
  • add: Move templates to separate files and add new ones (#379)

🏡 Chore

❤️ Contributors

v3.18.2

06 Jan 13:42
65a553a
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Handle failures to resolve deps (#643)

❤️ Contributors

v3.18.1

06 Jan 13:35
443ecaa
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • build,dev: Load packages from nuxt dir (ac21814)

❤️ Contributors