Skip to content

Releases: nuxt/cli

v3.35.2

11 May 11:21
Immutable release. Only release title and notes can be modified.
59318ac

Choose a tag to compare

3.35.2 is the next patch release.

👉 Changelog

compare changes

🩹 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

v3.35.1

27 Apr 18:50
Immutable release. Only release title and notes can be modified.
56144b6

Choose a tag to compare

3.35.1 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • cli: Create build dir before writing lock file (#1295)

❤️ Contributors

v3.35.0

27 Apr 11:46
Immutable release. Only release title and notes can be modified.
2fd7bcf

Choose a tag to compare

3.35.0 is the next minor release.

👉 Changelog

compare changes

🚀 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 templateNames to separate chunk to decrease parse time (#1290)
  • dev,build: Use loaded nuxt version in banner (#1291)

🩹 Fixes

  • Split NODE_PATH by : (e14ce27)
  • dev: Resolve package versions via their parents (#1283)

🏡 Chore

  • Surface deno updates as their own PR pending approval (7035a49)

🤖 CI

  • Disable size-comment for now (d63d9b2)
  • Disable renovate updates for deno (cfb3677)

❤️ Contributors

v3.34.0

10 Mar 23:38
Immutable release. Only release title and notes can be modified.
19698ce

Choose a tag to compare

3.34.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • build,dev: Add --profile support (#1243)

🔥 Performance

  • Use tinyclip instead of copy-paste (#1238)

📖 Documentation

  • Revise README for Nuxt CLI usage and commands (827e016)

🏡 Chore

🤖 CI

  • Pin github actions to full-length commit shas (cc12548)

❤️ Contributors

v3.33.1

08 Feb 01:17
Immutable release. Only release title and notes can be modified.
28bdf9d

Choose a tag to compare

3.33.1 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • Convert more errors to strings (3cef4f3)

🏡 Chore

  • Migrate Renovate config (#1215)
  • Unpin @clack/prompts now that it's stable (d3cf87c)

❤️ Contributors

v3.33.0

07 Feb 10:23
Immutable release. Only release title and notes can be modified.
69e5db8

Choose a tag to compare

3.33.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • init: Add fuzzy search for module selection (#1180)

🩹 Fixes

  • nuxi: Pass --dotenv argument to showVersions in build command (#1189)

❤️ Contributors

v3.32.0

06 Jan 16:19
Immutable release. Only release title and notes can be modified.
8bcd09b

Choose a tag to compare

3.32.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements

  • add: Move module add -> add and add new template-add command (#1176)

🩹 Fixes

  • init: Silence dependency install logs (#1172)
  • add: Add better error fallbacks (#1177)

❤️ Contributors

v3.31.3

17 Dec 22:46
Immutable release. Only release title and notes can be modified.
b317d77

Choose a tag to compare

3.31.3 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • info: Provide copyable info if clipboard copy fails (#1164)
  • init: Only show official modules compatible w/ current nuxt (#1165)
  • dev: Only override NODE_ENV override when initialising server (#1161)

🤖 CI

❤️ Contributors

v3.31.2

09 Dec 16:45
Immutable release. Only release title and notes can be modified.
d02b6b4

Choose a tag to compare

3.31.2 is the next patch release.

👉 Changelog

compare changes

📦 Build

  • Enable shims in tsdown configuration (#1151)

❤️ Contributors

v3.31.1

05 Dec 11:14
Immutable release. Only release title and notes can be modified.
91b2d23

Choose a tag to compare

3.31.1 is a patch release to address a regression when creating a new project.

👉 Changelog

compare changes

🔥 Performance

  • dev: Use join rather than resolve if adding static string (b0b8fd5)

🩹 Fixes

  • dev: Ensure tsconfig.json exists before starting dev server (0aa3a0f)
  • dev: Handle completions when running npm create nuxt (#1149)

✅ Tests

  • Add e2e test for create-nuxt cli (3650f92)

❤️ Contributors