Releases: ModularThink/modular
Releases · ModularThink/modular
v0.5.2
v0.5.1
- Regenerated
package-lock.jsonfor ESLint 10, eslint-plugin-vue 10.8, vue-eslint-parser 10.4
v0.5.0
What's Changed
Updated
- PHP minimum version from
^8.2to^8.4 - Laravel compatibility from
^12.0to^13.0(illuminate/contracts) - Inertia.js server-side from
^2.0to^3.0(inertiajs/inertia-laravel) - Inertia.js client-side from
^2.0.0to^3.0.0(@inertiajs/vue3) - spatie/laravel-activitylog from
^4.10to^5.0 - spatie/laravel-permission from
^6.15to^7.0 - orchestra/testbench from
^10.0to^11.0 - pestphp/pest from
^4.1to^4.4 - pestphp/pest-plugin-laravel from
^4.0to^4.1 - laravel/pint from
^1.24to^1.27 - eslint from
^9.5.0to^10.0.0 - eslint-plugin-vue from
^10.6.2to^10.8.0 - vue-eslint-parser from
^10.2.0to^10.3.0 - prettier-plugin-blade from
^2.1.18to^3.0.0 - unplugin-vue-components from
^30.0.0to^32.0.0 - Blade template
<title>attribute frominertiatodata-inertia(Inertia 3) - Replaced
$inertia.visit()withrouter.visit()across all Vue components and stubs - Replaced
$page.propswithusePage()in DashboardIndex - GitHub Actions workflow to PHP 8.4, Laravel 13, Testbench 11, and
actions/checkout@v4
Fixed
- Module service providers registration in
bootstrap/providers.phpnow supports both Laravel 12 (FQCN) and Laravel 13 (short class name withuseimport) formats
Removed
laravel/promptsfrom direct dependencies (already provided bylaravel/framework)DispatchesJobstrait fromAppController(legacy, replaced bydispatch()helper)
v0.4.21
v0.4.20
Update Tiptap Editor
v0.4.19
Fix installer package version conflict
v0.4.18
- Update Pest version
v0.4.17
- Update Laravel Pint
v0.4.16
- Add password reset link and back to login text in English and Portuguese language files
- Remove unused authentication view files: forgot-password-form.blade.php, login-form.blade.php, reset-password-form.blade.php, and master.blade.php
- Refactor ResetPassword.vue layout by adjusting spacing and improving form structure for better user experience
- Update plugin-vue dependency
v0.4.15
- Fix installer
- Enhance AppCheckbox styling by adding hover cursor pointer to checkbox inputs