Note: This release introduces non-backwards compatible changes.
Added
- New Blade components for forms:
x-gamify::forms.inputx-gamify::forms.textareax-gamify::forms.selectx-gamify::forms.datex-gamify::forms.timex-gamify::forms.datetimex-gamify::forms.checkboxx-gamify::forms.radio
- Cache table migration.
- Migration for the database queue driver.
mailhogservice added to Docker Sail.- Embedded
laravel/breezecode instead of using it as a dependency.
Changed
- Breaking: Migrated to AdminLTE v3 and Bootstrap 4. This update significantly changes the UI and may require updates to customizations in the
resources/views/customfolder. - Breaking: Upgraded to Laravel 11. This update may require changes to the
.envfile. - Default queue driver set to
sync. - Dependency updates:
- Bumped aglipanci/laravel-pint-action from 2.4 to 2.5.
- Bumped codecov/codecov-action from 4 to 5.
- Bumped spatie/laravel-medialibrary from 11.12.8 to 11.12.9.
- Upgraded
laravel-mix. font-awesomeicons, replaced withbootstrap-icons.
Removed
debugbardependency.laravelcollective/htmldependency, replaced with custom Blade components.bensampo/laravel-enumsdependency, replaced with PHP native enums.summernotenpm dependency, replaced with the version included in AdminLTE v3.
Review CHANGELOG to see changes.