Releases: nuxt/cli
Releases Β· nuxt/cli
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)
v3.22.5
v3.22.4
3.22.4 is the next patch release.
Timetable: to be announced.
π Changelog
π©Ή Fixes
- dev: Allow all hosts on codesandbox (#763)
β€οΈ Contributors
- Daniel Roe (@danielroe)
v3.22.3
3.22.3 is the next patch release.
Timetable: to be announced.
π Changelog
π©Ή Fixes
- dev: Automatically add tunnel hostnames to vite allowedHosts (#759)
π‘ Chore
- Update to use
bundlermodule resolution (#760)
β€οΈ Contributors
- Daniel Roe (@danielroe)
v3.22.2
3.22.2 is the next patch release.
Timetable: to be announced.
π Changelog
π©Ή Fixes
- create-nuxt: Do not show usage if
diris not provided (884d70d) - init: Add additional line before displaying logo (6f93daf)
- init: Use exact
#00DC82theme color (#00) - Handle
Ctrl-Cmore consistently (fb98de6)
π‘ Chore
β€οΈ Contributors
- Daniel Roe (@danielroe)
v3.22.1
3.22.1 is the next patch release.
Timetable: to be announced.
π Changelog
π©Ή Fixes
- init: Prompt for directory if it is not provided (584b4b8)
π€ CI
- Skip updating changelog for release commits (e88d2d2)
β€οΈ Contributors
- Daniel Roe (@danielroe)
v3.22.0
3.22.0 is the next minor release.
π Changelog
π Enhancements
- preview: Add
--portoption for previewing (#724) - dev: Enable fork for bun >=1.2 (#723)
- init: Allow installing modules after clone (#742)
- init: Update nuxt icon with ascii art (1a77b8a)
π©Ή Fixes
π‘ Chore
- Lint (9099508)
- Clean up pkg bin fields (4b9141e)
- Add
create-nuxtdistribution (#744) - Publish
create-nuxt(2e56f89) - Update
create-nuxtversion (6ff7ef8) - Grant permission to write issues (6e93739)
π€ CI
- Force latest corepack (7c54299)
- Add back
pull_request_targetfor size test (6d76505) - Try
head.shafor size ci instead (bd9a086) - Try conditional instead (e331b8a)
β€οΈ Contributors
- Daniel Roe (@danielroe)
- kubicodes (@kubicodes)
- Saeid Zareie (@Saeid-Za)
- Bobbie Goede (@BobbieGoede)
v3.21.1
3.21.1 is the next patch release.
Timetable: to be announced.
π Changelog
π€ CI
- Consolidate into single release workflow (854abd1)
β€οΈ Contributors
- Daniel Roe (@danielroe)
v3.21.0
3.21.0 is the next minor release.
π Changelog
π Enhancements
- upgrade: Add
--dedupeoption (#691) - dev: Allow all hosts to connect to dev server for
--public(#707)
π₯ Performance
- dev: Avoid removing manifest immediately after creation (#686)
π©Ή Fixes
- Throw when errors are encountered running child processes (#666)
- init,module,upgrade: Validate response from
consola.prompt(#687) - add: Correct extension for module template (#693)
- dev: Automatically set
allowedHosts+originw/--host(#704) - module: Allow specifying version alongside module name (#702)
π Refactors
- Add
create-nuxt-appand split into distributions (#678)
π‘ Chore
- Stub nuxt-cli distribution in
dev:prepare(269dc9a) - Do not publish
create-nuxt-appfor now (9a8896f) - Update
knipconfig (7ca7bd4) - Switch to automated releases (07bdebd)
β Tests
- Update module add test to use latest content version (#708)
π€ CI
β€οΈ Contributors
- Daniel Roe (@danielroe)
- Alan Schio (@schirrel)
- Rasmus P (@djrasmusp)
- Robin (@OrbisK)
v3.20.0
π Enhancements
- init: Warn if dir already exists and no
--forceflag is provided (#652) - add: Skip installation of already installed modules (#654)
- cli: Add new
@nuxt/clidistribution without inlined deps (#659)
π₯ Performance
- Do not inline
package.jsonin build cli (d762ada)
π©Ή Fixes
- add: Correct template name validation (#651)
- module: Correct formatting in installation log (c17039a)
- info: Do not copy info in ci or without tty (cf33224)
π‘ Chore
- Skip e2e tests on windows for now (bc27761)
- nuxt-cli: Use
nuxias name for released cli (554fa1b) - Remove json assertion (for stub mode) (24a2df2)
- Ensure
packageManagerOptionsremains up-to-date (995fb20) - Remove export for now (989475f)
β Tests
- Add some basic e2e tests (a772c2a)
- Update status test on windows (7e860dc)
- Exec child process in tests with tinyexec (#661)
- Add
initandadde2e tests (#662) - Bump windows timeout (de3afe0)
- Don't install deps in test (3e321c2)
π€ CI
- Split out lint + release workflows (#657)
β€οΈ Contributors
- Daniel Roe (@danielroe)
- Damian GΕowala (@DamianGlowala)