Skip to content

Releases: ModularThink/modular

v0.4.3

22 Nov 13:31
Compare
Choose a tag to compare
  • Automatically register the module's service provider when running php artisan make:module MyModule. Pull Request by @sarahelsagheir

v0.4.2

06 Nov 14:53
Compare
Choose a tag to compare
  • Update installer info about the create user command
  • Add Pint as the default formatter for PHP files in VS Code config
  • Copy config/modular.php during install
  • Fix logo URL link for Auth Pages

v0.4.1

06 Nov 11:48
Compare
Choose a tag to compare
  • Normalize installer info messages
  • Removes the default bootstrap.js file during install
  • Removes default created user from installer
  • Removes filled user credentials from auth form
  • Adds create user command
  • Revert package vendor name

v0.4.0

05 Nov 15:37
Compare
Choose a tag to compare
  • Updates modular package vendor name
  • Adds menu item quick search by Mehedi Jaman

v0.3.14

01 Nov 13:45
Compare
Choose a tag to compare
  • Improves meta tags for the site layout
  • Adds dynamic meta tags for the site index page

v0.3.13

30 Oct 21:22
Compare
Choose a tag to compare
  • Update ACL Tests
  • Fix ForgotPage Component padding

v0.3.12

22 Oct 16:44
Compare
Choose a tag to compare
  • Fix: Updates eslint config file

v0.3.11

22 Oct 16:42
Compare
Choose a tag to compare
  • Updates eslint config file

v0.3.10

22 Oct 16:27
Compare
Choose a tag to compare
  • Fixes EditorImage trait
  • Updates eslint config
  • Fixes all eslint warnings and errors
  • Minor Interface adjustments

v0.3.9

19 Oct 01:00
Compare
Choose a tag to compare
  • Added missing ACL permissions (by Estiven Muñoz)
  • Interface enhancements (by Mehedi Jaman)
  • Removed conflicting default Tailwind config during install, fixing the Vite build