Skip to content

v4.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 22:15
· 43 commits to main since this release
Immutable release. Only release title and notes can be modified.
97d8eee

v4.0.0-alpha.1 is the next alpha.

πŸ‘‰ Changelog

compare changes

πŸš€ 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