Releases: nuxt/cli
Releases · nuxt/cli
v3.17.2
🩹 Fixes
- dev: Chain
catch
correctly on promise (4504a4c)
🏡 Chore
- Lint (1831710)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.17.1
v3.17.0
🚀 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 ofSIGHUP
on windows (#603) - dev: Restart nuxt if unhandled rejection occurs (#602)
💅 Refactors
- Share command descriptions and
--cwd
default (#592)
❤️ Contributors
- Bobbie Goede (@BobbieGoede)
- Richard Rohrig (@rohrig)
- Daniel Roe (@danielroe)
v3.16.0
🚀 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
- Daniel Roe (@danielroe)
- Thomas Kjærgaard (@tkjaergaard)
- Adrien Foulon (@Tofandel)
- Yasser Lahbibi (@yassilah)
v3.15.0
🚀 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
- Add CODEOWNERS file (95ec3c8)
🤖 CI
- Run test suite on windows (#512)
❤️ Contributors
- Daniel Roe (@danielroe)
- Martin (@martin-mastermind)
- Teena (@franklin-tina)
- Horu (@HigherOrderLogic)
- Thomas Kjærgaard (@tkjaergaard)
- Ezra Ashenafi (@Eazash)
- Selemon Brahanu (@selemondev)
- Till Sanders (@tillsanders)
- Giacomo Trezzi (@G3z)
v3.14.0
🚀 Enhancements
🔥 Performance
- Remove
fsevents
as optional dependency (f9714f2)
🩹 Fixes
- Resolve
nuxt
directory fromrootDir
(1518e46)
❤️ Contributors
- Daniel Roe (@danielroe)
- Kiameow (@Kiameow)
v3.13.2
🩹 Fixes
- dev: Handle relative baseURL (#468)
🏡 Chore
- Add
compatibilityDate
(dd0bf06)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.13.1
v3.13.0
🚀 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
❤️ Contributors
- OrbisK (@OrbisK)
- Deth (@dethdkn)
- Julien Huang (@huang-julien)
- Xjccc (@xjccc)
- @shinGangan
- Daniel Roe (@danielroe)
- Meir Roth (@meirroth)
- Cmd430 (@cmd430)
v3.12.0
🩹 Fixes
- prepare: Respect
--dotenv
(#377) - Add '@nuxt/kit' to nuxt module verification (#386, #387)
- Check
nitropack-nightly
when resolving nitro version (bfaf128) - dev: Set
hmr.server
earlier in lifecycle (#420) - preview: Correct path with custom
nitro.output.dir
(#376)
🏡 Chore
❤️ Contributors
- Xjccc (@xjccc)
- Daniel Roe (@danielroe)
- Dale Weaver (@daleweaver777)
- 你好怪凡 (@higuaifan)
- Damian Głowala (@DamianGlowala)
- Pooya Parsa (@pi0)