Skip to content

馃 Dibber '7'

Choose a tag to compare

@mychidarko mychidarko released this 17 Aug 12:47
· 2 commits to v5.x since this release

v5.0.7 - 17 Aug 2026

Fixed

  • Fixed leaf create skipping all setup questions right after a self-update. The updated CLI now keeps your terminal, so you choose your preset instead of getting the default app.
  • Fixed view:install in lite apps producing an app that could not render its first page: the vite config pointed at MVC paths, the demo routes were never loaded, and view paths were never configured. Lite react, vue, svelte, and tailwind setups now work out of the box, and the generated code follows Leaf conventions (kebab-case page files, returned response()->inertia() calls).
  • Fixed the lite vue installer copying the wrong theme entirely, so vue apps actually get vue files now.
  • Fixed running an unknown command outside a project exiting silently as if it had succeeded. You now get a proper "command not found" and a non-zero exit code.
  • Frontend packages in lite installs are now pinned to compatible versions, matching the MVC installer.