Skip to content

Releases: nuxt/cli

v3.17.2

23 Dec 21:48
1831710
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Chain catch correctly on promise (4504a4c)

🏡 Chore

❤️ Contributors

v3.17.1

19 Dec 20:25
394c303
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • module: Pass resolved cwd to addDependency (#606)

❤️ Contributors

v3.17.0

18 Dec 21:19
2d61aa1
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • module: Add multiple modules at once (#584)

🩹 Fixes

  • analyze: Show readable chunk names (#587)
  • add: Respect custom dirs from nuxt project (#586)
  • cleanup: Remove dev buildDir when cleaning up (#590)
  • analyze: Support --dotenv argument (#589)
  • dev: Use SIGTERM instead of SIGHUP on windows (#603)
  • dev: Restart nuxt if unhandled rejection occurs (#602)

💅 Refactors

  • Share command descriptions and --cwd default (#592)

❤️ Contributors

v3.16.0

28 Nov 13:08
1de5e21
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • init: Add support for deno (#526)

🩹 Fixes

  • dev: Handle non-existent dev server on restart (#560)
  • module: Pass registry auth token when fetching metadata (#537)
  • Improved internal type safety (9ad7d6f)

🏡 Chore

  • Revert change to playground package.json (45801c0)

❤️ Contributors

v3.15.0

22 Oct 13:50
1ce611a
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add --env-name flag for configuration overrides (#357, #424)
  • upgrade: Allow upgrading to nightly release channel (#465)
  • module: Rerun prepare command after installing module (61f0172)

🩹 Fixes

  • add: Don't add extra / if joining registry + package (b462713)
  • dev: Respect explicit address and port in --inspect (#508)
  • info: Await loading of nuxt config file (#528)
  • build: Respect environment variable preset overrides (#514)
  • module: Respect per-scope registry when installing packages (#510, #519)
  • typecheck: Use bunx if running on bun (#494)
  • add: Handle kebab-case composable names (#522)
  • upgrade: Include other core nuxt packages in upgrade (40877ae)
  • upgrade: Avoid printing info when versions are unknown (019a6f8)
  • upgrade: Handle aborted nightly channel selection (c263859)
  • preview: Show more accurate message with custom --dotenv (3fe1ff9)

💅 Refactors

  • upgrade: Move channel prompt before lockfile prompt (b3f31de)

🏡 Chore

🤖 CI

  • Run test suite on windows (#512)

❤️ Contributors

v3.14.0

25 Sep 20:47
9357257
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • info: Use jiti v2 (#477)
  • module: Respect package registry set in .npmrc (#470)

🔥 Performance

  • Remove fsevents as optional dependency (f9714f2)

🩹 Fixes

  • Resolve nuxt directory from rootDir (1518e46)

❤️ Contributors

v3.13.2

15 Sep 20:56
d5445ce
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Handle relative baseURL (#468)

🏡 Chore

❤️ Contributors

v3.13.1

28 Aug 10:27
06d530f
Compare
Choose a tag to compare

v3.13.0

23 Aug 14:00
600bb5d
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • build: Warn if --prerender overrides --preset (#392)
  • module: Support other nuxt config extensions when adding (#401)
  • module: Install module peer dependencies (#442)
  • info: Link to issue templates (#406)

🩹 Fixes

  • Allow configuring vite hmr protocol (#436)
  • Add -w arg when updating pnpm root workspace (#449)
  • Keep nuxt current dependency type (#430)

💅 Refactors

  • module: Use c12 util to update config (#441)

🏡 Chore

  • Remove is-number from bundled cli (#439)
  • Remove unnecessary spread operator and fix typos (#459)

❤️ Contributors

v3.12.0

11 Jun 10:37
432f689
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • prepare: Respect --dotenv (#377)
  • Add '@nuxt/kit' to nuxt module verification (#386, #387)
  • Checknitropack-nightly when resolving nitro version (bfaf128)
  • dev: Set hmr.server earlier in lifecycle (#420)
  • preview: Correct path with custom nitro.output.dir (#376)

🏡 Chore

  • Migrate to eslint v9 (#412)
  • add: Change order of setup attr in templates (#378)

❤️ Contributors