Skip to content

Releases: nuxt/cli

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

v3.11.1

20 Mar 10:20
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • dev: Prepend baseURL for vite hmr ws upgrade (#370)

❤️ Contributors

v3.11.0

18 Mar 16:29
@pi0 pi0
da16a3a
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • dev: Support experimental runtime websocket (#348)
  • module add: Support module aliases and validate cwd and pkg (#362)
  • module search: Add stats to module search results (#221)

🩹 Fixes

  • typecheck: Use resolve vue-tsc and typescript path (#264)

💅 Refactors

  • module: Improve messages (#355)
  • pkg: Update node engine (#356)
  • Migrate to cwd from rootDir (#350)
  • add: Strip .ts and .vue extension from name (#345)

📖 Documentation

❤️ Contributors

v3.10.1

14 Feb 15:04
@pi0 pi0
19c3aa0
Compare
Choose a tag to compare

compare changes

📁 Support .config/ dir

With this release, nuxi upgrades to the latest c12 version with support of .config/ dir for loading nuxt config (see config dir proposal for more info).

You can now alternatively use .config/nuxt.config.ts or .config/nuxt.ts to define your Nuxt configuration.

Make sure to renew the lock file or use npx nuxi upgrade --force to install the latest c12 version.

📦 Dependency upgrades

Bundled dependencies upgraded backporting various ecosystem fixes.

🩹 Fixes

  • Don't write .npmrc with shamefully-hoist=true anymore (#319)
  • Handle spaces in path at repo initialization (#300)
  • dev: Support .config/ dir and custom config extensions (#341)
  • add: Show description for template positional arg (#325)

❤️ Contributors

v3.10.0

20 Nov 15:38
@pi0 pi0
80566b2
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • build: Support --preset arg (#290)
  • dev: Return listener instance for programmatic usage (#278)
  • upgrade: Improve error message when package manager cannot be detected (#270)

🩹 Fixes

  • analyze: Don't override analyze options (#259)
  • init: Use absolute path for installing dependencies (#272)
  • dev: Pass programmatic args to sub process (#275)
  • analyze, cleanup, upgrade: Respect custom buildDir (#276)
  • analyze: Set path for client analyze results (#277)
  • test: Pass rootDir to runTests command (#284)

💅 Refactors

  • Use magicast .includes helper (#268)

❤️ Contributors

v3.9.1

19 Oct 12:49
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Pass baseUrl to listen options (#236)
  • dev: Prefer localhost over [::] for internal networking (#242)
  • Support -nightly nuxt releases and publish nuxi-nightly (#248)

🏡 Chore

❤️ Contributors