Releases: nuxt/cli
Releases · nuxt/cli
v3.29.3
👉 Changelog
🩹 Fixes
- dev: Skip sending headers if they are already sent (4509643)
- dev: Handle multiple set-cookie headers correctly (#1079)
- dev: Handle more kinds of fetch errors (#1076)
❤️ Contributors
- Daniel Roe (@danielroe)
- Florian Heuberger (@Flo0806)
v3.29.2
v3.29.1
👉 Changelog
🩹 Fixes
- dev: Use existing nuxt options to resolve versions (646b777)
🏡 Chore
🤖 CI
- Split out comment into workflow_run (ad1e0d8)
- Extract script from workflow (f2dbebd)
- Setup latest node for size comment (0755948)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.29.0
👉 Changelog
🚀 Enhancements
- upgrade: Add
v3
,v4
,v3-nightly
andv4-nightly
channels (#1019) - init: Prefill package.json name field with directory (#422)
- build,dev: Add vite and vue version to banner (#1021)
- dev: Use web fetch handler rather than proxy (#1051)
🔥 Performance
- Refactor for improved tree-shaking in
create-nuxt
(#1044)
🩹 Fixes
- init: Properly check installed modules (#1043)
- init: Default to
false
for installing official modules (0399e22) - dev: Close watchers before reloading nuxt (#1050)
- build: Avoid unnecessary error (b4f9b1a)
- dev: Move
clear
argument default to command definition (#1054) - preview: Move
port
argument alias to command definition (#1055) - dev: Check mtime before restarting (#1060)
🏡 Chore
✅ Tests
- Add dev server tests for multi-runtime (#1049)
- Add headers assertion (8ee8a48)
- Oops (f4749f8)
- Simplify support matrix (#1052)
- Install playground deps at top level (#1061)
- Test dev server with/without sockets (#1053)
🤖 CI
- Run tests on last node LTS (eff5062)
- Always publish nightly releases via pkg-pr-new (cdff4b6)
- Use npm trusted publishing (b4d7e69)
- Add codspeed mode (f5a8806)
- Add provenance action to check for downgrades in provenance (9d390df)
- Do not run autofix on main branch (4d30d3e)
- Remove caches from pull_request_target workflows (9c6e9c6)
- Split size compare workflow into two (f5b207e)
- Re-combine size compare workflow (3ef0dfe)
❤️ Contributors
- Daniel Roe (@danielroe)
- Bobbie Goede (@BobbieGoede)
- Oskar Lebuda (@OskarLebuda)
- Eckhardt (Kaizen) Dreyer (@Eckhardt-D)
- Jianxing Xu (@jianxing-xu)
- Ezra Ashenafi (@Eazash)
- Sébastien Chopin (@atinux)
- Robin (@OrbisK)
v3.28.0
3.28.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- init: Add
--nightly
flag (#650)
🩹 Fixes
- dev: Handle array of dotenv file names (73888d3)
- init: Use amended directory when adding modules (#998)
- init: Skip modules that are dependencies of the selected template (#910)
- init: Default nightly install to
latest
(6b80c59) - dev: End websocket connections gracefully (#1001)
- upgrade: Do not use cache when getting nuxt version (#1002)
🏡 Chore
- Import
join
(e61d334)
🤖 CI
- Run size compare workflow on
pull_request_target
(#999)
❤️ Contributors
- Daniel Roe (@danielroe)
- Damian Głowala (@DamianGlowala)
- Hugo Richard (@HugoRCD)
- Aaron Dewes (@AaronDewes)
v3.27.0
3.27.0 is the next minor release.
Timetable: to be announced.
👉 Changelog
🚀 Enhancements
- Add
-e
alias for--extends
(#986)
🩹 Fixes
❤️ Contributors
- Daniel Roe (@danielroe)
- Sébastien Chopin (@atinux)
- Agénor Debriat (@agenordebriat)
v3.26.4
3.26.4 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
❤️ Contributors
- Daniel Roe (@danielroe)
v3.26.3
3.26.3 is the next patch release.
👉 Changelog
🩹 Fixes
- dev: Only close config watchers when process exits (#971)
- dev: Call close watchers when cleaning up init (#972)
- dev: Work around rollup build bug (ef541a6)
- dev: Expose port/host to
options.devServer
(#970) - dev: Use
get-port-please
to handle socket paths (#973) - dev: Use 'SIGTERM' to kill process on deno (#974)
🤖 CI
- Do not fail fast in matrix (fc146d1)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.26.2
3.26.2 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
- Update default template name to
v4
(beb7fb4)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.26.1
3.26.1 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
- dev: Temporarily refactor to use previous socket url handling (#957)
💅 Refactors
- Simplify
formatSocketURL
logic (11330aa)
❤️ Contributors
- Daniel Roe (@danielroe)