Skip to content

🪾 Heartwood '2'

Choose a tag to compare

@mychidarko mychidarko released this 15 Aug 20:40
· 10 commits to v5.x since this release

v5.0.2 - 15 Aug 2026

Fixed

  • Fixed react, vue, and svelte apps rendering a blank page. Inertia v3 shipped upstream with a protocol Leaf's server bridge doesn't speak yet, so view:install now pins Inertia clients to v2. This also moves vue apps off the outdated Inertia v1 client.
  • Fixed leaf serve swallowing all output from the processes it runs alongside your app. Vite, queue worker, and Redis logs now stream into your terminal with a colored prefix, so you can see Vite's ready message, HMR updates, and build errors without running a second terminal.