v4.0.0-alpha.1
Pre-release
Pre-release
·
43 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
v4.0.0-alpha.1 is the next alpha.
π Changelog
π Enhancements
- analyze,build,dev,preview: support builds without a server runtime (#1505)
- dev: narrate the wait between ready and the first page (#1496)
- build: report build phases and where the time went (#1490)
π₯ Performance
- drop unneeded node imports on fast path (
a642f91)
π©Ή Fixes
- report actual server health and error remedies (#1515)
- analyze,build,dev,preview: server build descriptor with nitro fallback (#1509)
- build,dev: return the path the cpu profile was written to (
b5de69a) - add: stop an entry's trailing comment swallowing a new separator (
056579e) - dev: time startup phases + stop hook names leaking into labels (#1495)
- curl: suggest a path every project serves when the URL is missing (
14c16bf) - dev: suggest a route that exists, only where it can be read (
354d42b) - cli: drop clack gutter framing from redirected output (
39420c9) - dev: only draw the startup QR code in a terminal (
3904632)
π‘ Chore
- make nuxt-init spinner frames deterministic (#1497)
β Tests
- add additional tests + harden cli (#1500)
β€οΈ Contributors
- Daniel Roe (@danielroe)