Releases: ModularThink/modular
Releases · ModularThink/modular
v0.3.3
- Fix "make:module" error message when the module already exists (by Mehedi Jaman)
- UI adjustments (by Mehedi Jaman)
- Add
modules/Support/Http/Requests/JsonRequest.php
for javascript fetch calls - Add default breadcrumb hover
v0.3.2
- Update the "createVueApp" components call, allowing common/shared components and per section components.
v0.3.1
- Update view config for Laravel 11.
v0.3.0
- Update to Laravel 11
- Update npm packages
- Update modular installer
v0.2.30
- Fix seeder for MySQL connections.
v0.2.29
- Fix UserSeeder.
v0.2.28
- Include default seeders in the installer.
- Update Index Module route syntax.
v0.2.27
- Fix AppCombobox click outside.
- Fix Searchable Trait considering multiple where conditions.
- Add css variables to site.css file.
- Add pagination view to resources-site.
- Update and normalize routes syntax.
- Update router generator stub.
- Update the modular:make-module command.
- Update the Controller stub.
v0.2.26
- Fix tag release.
v0.2.25
- Fix UserSeeder case issue.