Skip to content

Releases: ModularThink/modular

v0.4.8

27 Jan 17:04
Compare
Choose a tag to compare
  • Update Tailwind v4 content config

v0.4.7

27 Jan 15:55
Compare
Choose a tag to compare
  • Update to Tailwind CSS v4

v0.4.6

21 Dec 11:42
fcf7e7e
Compare
Choose a tag to compare

v0.4.5

19 Dec 22:37
Compare
Choose a tag to compare
  • Update to Inertia 2.0

v0.4.4

14 Dec 17:10
Compare
Choose a tag to compare
  • Use Str::plural for Dynamic Table Naming in Models and Migrations by @sarahelsagheir
  • Fix resource plural names in Controllers
  • Fix resource plural names in Vue Components
  • Refactor MakePageCommand
  • Refactor MakeControllerCommand

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