Skip to content

Releases: leafsphp/leafMVC

✈️ Model CH

28 Feb 19:16
Compare
Choose a tag to compare
✈️ Model CH Pre-release
Pre-release

v4.0-beta - 28 Feb 2025

Added

  • Automatically load commands from Leaf modules
  • Automatically handle redis, vite, queues when detected
  • Add first-class support for React, Vue, Svelte, Alpine and Tailwind

Fixed

  • HIde all Leaf config from user

Changed

  • Updated base routes to use new view and inertia routes
  • Update all boilerplate code

✈️ Wright Flyer

20 Jan 16:39
Compare
Choose a tag to compare
✈️ Wright Flyer Pre-release
Pre-release

v4.0-alpha - 20 Jan 2025

image

Added

  • New lean folder structure
  • Added support for Schema files
  • Added more automatic setup for modules
  • Added new db, scaffold and generator commands

Fixed

  • Replaced view engine layer with more dynamic rewrite
  • Added better frontend integration support

Changed

  • Replaced migrations, seeders, and factories with Schema files
  • Updated welcome and auth screens
  • Updated scaffolded dashboard screens
  • Switched to new blade API
  • Updated helper comments to get you started faster
  • Switched Leaf modules to an opt-in structure

Removed

  • Vite setup removed from default setup
  • Removed config directory from default setup
  • Moved all module init and setup to MVC core

🎹 Schumann '1'

11 Jan 12:31
Compare
Choose a tag to compare

v3.9.1 - 11 Jan 2025

Fixed

  • Force correct MVC Core version

🎹 Schumann

08 Jan 00:55
Compare
Choose a tag to compare

v3.9 - 8 Jan 2025

Added

  • Added new console commands
  • Added better frontend tooling integration
  • Added automatic loading for libraries

Changed

  • Removed dependency on public/index.php (You most likely would not need to interact with this file anymore)

🎻 Vivaldi '1'

19 Dec 22:29
Compare
Choose a tag to compare

v3.8.1 - 19 Dec 2024

Fixed

  • Update frontend deps

🎻 Vivaldi

12 Dec 16:05
Compare
Choose a tag to compare

v3.8 - 12 Dec 2024

Added

  • Added option to safely delete all unused directories
  • Added option to safely delete all default config files

Fixed

  • Patched up CSRF init
  • Added checks before CSRF init on forms
  • Patched up app/mail directory to app/mailers
  • Patched up user model fillables by @screenfluent

Changed

  • Moved router controller init away from app
  • Console commands are now autoloaded from the app/console directory
  • Removed lib folder but can be restored with php leaf config:lib
  • Commands from external libraries should be registered through loadConsole() instead of $command->register()
  • Removed helpers folder from default installation and can be safely recreated.
  • Added fixed version constraints
  • Updated helper comments to get you started faster

🎻 Bell

12 Nov 20:54
Compare
Choose a tag to compare

v3.7 - 12 Nov 2024

Added

  • Added hard CSRF toggle for manual switching
  • Added new lander for Leaf MVC
  • Added support for new module versions

Fixed

  • Updated auth config to match auth v3 internal config

Changed

  • Updated default db stubs to be easier to extend
  • Removed storage link on init (temporary fix for vite conflict on mac)

🎹 Chopin '1'

02 Oct 13:06
Compare
Choose a tag to compare

v3.6.1 - 2 Oct 2024

Changed

  • Updated CSRF config

🎹 Chopin

02 Oct 02:38
Compare
Choose a tag to compare

v3.6.0 - 2 October 2024

Added

  • Added CSRF module to dependencies

🎻 Dvořák

17 Sep 23:33
e34398c
Compare
Choose a tag to compare

v3.5.0 - 17 Sep 2024

Fixed

  • Fixed persistent migrations warning
  • Ensured all new MVC updates work correctly

Changed

  • Updated boilerplate and comments