Releases: nuxt/cli
Releases · nuxt/cli
v3.26.0-rc.3
🩹 Fixes
- dev: Ensure we listen on port if _PORT is set (#940)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.26.0-rc.2
🔥 Performance
- typecheck: Resolve typescript alongside preparing nuxt types (b3229ed)
- dev: Use socket to proxy connections to dev server (#921)
- dev: Use exsolve to resolve + import legacy loading template (#936)
🩹 Fixes
- dev: Avoid recursive fs watching (2fc475b)
- dev: Set xfwd headers (#931)
- Only set NODE_COMPILE_CACHE if cache can be enabled (a4827d2)
🏡 Chore
✅ Tests
- Add additional e2e command tests (#935)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.26.0-rc.1
🚀 Enhancements
🔥 Performance
- dev: Improve cold start of dev server (#902)
- Enable node compile cache (#911)
- dev: Use native fs.watch to watch dist, config and .env (#913)
🩹 Fixes
- init: Allow skipping modules prompt with --no-modules (#888)
- init: Ask before showing modules selector (#895)
- init: Skip modules that are dependencies of other modules (#879)
- module: Fix parsing bug for .npmrc files with comments (#881)
- Correctly polyfill globalThis.crypto (29ddb60)
- dev: Always create dist dir before watching it (cafc1ad)
- Prioritise @nuxt/kit from nuxt dependencies (#929)
💅 Refactors
- dev: Directly emit address (+ type server) (f2e098a)
🏡 Chore
- Fix broken lockfile (cbd3cdb)
- Add script to test nuxt-cli (c307faa)
- Remove stray symbolic links (78331cb)
- De-dupe nuxt dependency (#905)
- Move playground/ to root (#917)
✅ Tests
- Switch from deprecated vitest syntax (b6553eb)
- Add dev server benchmarks (#901)
- Accurately benchmark forked mode (#903)
- Close servers (#904)
🤖 CI
- Run tests on macos as well (3ff4670)
- Run tests against node 20 (b77626a)
- Remove forced corepack installation (7fa1adc)
❤️ Contributors
- Daniel Roe (@danielroe)
- Odan (@odanado)
- Hugo Richard (@HugoRCD)
- Matej Černý (@cernymatej)
- James Garbutt (@43081j)
- Connor Pearson (@cjpearson)
v3.25.1
👉 Changelog
🩹 Fixes
- upgrade: Dedupe packages after update (#872)
❤️ Contributors
- Robin (@OrbisK)
- autofix-ci[bot] (@autofix-ci[bot])
v3.25.0
3.25.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- init: Default to install with current package manager (#838)
🩹 Fixes
- preview: Don't warn if user hasn't provided dotenv (1d1741c)
- Remove color/spacing from
nuxitag in logger (#847) - dev: Respect
devServer.hostif set in layer (#855)
❤️ Contributors
- Daniel Roe (@danielroe)
- Nestor Vera (@hacknug)
- Robin (@OrbisK)
v3.24.1
👉 Changelog
🩹 Fixes
- Update command descriptions and defaults (#601)
- dev,preview,typecheck: Use explicit
--dotenvfilename (#381) - preview: Load nuxt instance to get final nitro output path (#823)
❤️ Contributors
- Raphael DDL Oliveira (@RaphaelDDL)
- Damian Głowala (@DamianGlowala)
- Bobbie Goede (@BobbieGoede)
v3.24.0
3.24.0 is the next minor release.
Timetable: to be announced.
👉 Changelog
🚀 Enhancements
- dev: Use
youchto render loading errors (#818)
🩹 Fixes
- module: Resolve semver module versions (#803)
❤️ Contributors
- Julien Huang (@huang-julien)
- Alan Schio (@schirrel)
v3.23.1
3.23.1 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
- dev: Use
nitroto render errors thrown while loading (#794) - dev: Allow overriding inferred cors/allowedHosts config (#795)
🏡 Chore
- Remove nitropack-nightly resolution (00aa479)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.23.0
3.23.0 is the next minor release.
Timetable: to be announced.
👉 Changelog
🚀 Enhancements
- init: Add interactive modules selector (#781)
🩹 Fixes
- init: Improve interactive modules selector (#785)
🏡 Chore
- Update README (#778)
❤️ Contributors
- Damian Głowala (@DamianGlowala)