You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.