Releases: nuxt/cli
Releases · nuxt/cli
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)
v3.11.1
🩹 Fixes
- dev: Prepend
baseURL
for vite hmr ws upgrade (#370)
❤️ Contributors
- Anthony Fu anthonyfu117@hotmail.com
v3.11.0
🚀 Enhancements
dev
: Support experimental runtime websocket (#348)module add
: Support module aliases and validatecwd
andpkg
(#362)module search
: Add stats to module search results (#221)
🩹 Fixes
typecheck
: Use resolvevue-tsc
andtypescript
path (#264)
💅 Refactors
- module: Improve messages (#355)
- pkg: Update node engine (#356)
- Migrate to
cwd
fromrootDir
(#350) add
: Strip.ts
and.vue
extension from name (#345)
📖 Documentation
- Update commands link (54726df)
❤️ Contributors
- Jonas Thelemann e-mail@jonas-thelemann.de
- Pooya Parsa (@pi0)
- Gangan (@shinGangan)
- Richard Rohrig (@rohrig)
- Ethan (@yuusheng)
- Sébastien Chopin (@Atinux)
- Damian Głowala (@DamianGlowala)
v3.10.1
📁 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
withshamefully-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
- Pooya Parsa (@pi0)
- Ettapp
- Gangan
- Daniel Roe (@danielroe)
- Celibioux
v3.10.0
🚀 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
torunTests
command (#284)
💅 Refactors
- Use magicast
.includes
helper (#268)
❤️ Contributors
- Pooya Parsa (@pi0)
- Katerina Skroumpelou
- Daniel Roe daniel@roe.dev
- Larry Williamson (@L422Y)
- Jiten (Jits) Bhagat
- Angel Hernandez angel.hernandez.12@live.com