Skip to content

Release v5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Apr 10:42
· 32 commits to main since this release
v5.0.0
e42cbf7

Note: This release introduces non-backwards compatible changes.

Added

  • New Blade components for forms:
    • x-gamify::forms.input
    • x-gamify::forms.textarea
    • x-gamify::forms.select
    • x-gamify::forms.date
    • x-gamify::forms.time
    • x-gamify::forms.datetime
    • x-gamify::forms.checkbox
    • x-gamify::forms.radio
  • Cache table migration.
  • Migration for the database queue driver.
  • mailhog service added to Docker Sail.
  • Embedded laravel/breeze code 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/custom folder.
  • Breaking: Upgraded to Laravel 11. This update may require changes to the .env file.
  • Default queue driver set to sync.
  • Dependency updates:
  • Upgraded laravel-mix.
  • font-awesome icons, replaced with bootstrap-icons.

Removed

  • debugbar dependency.
  • laravelcollective/html dependency, replaced with custom Blade components.
  • bensampo/laravel-enums dependency, replaced with PHP native enums.
  • summernote npm dependency, replaced with the version included in AdminLTE v3.

Review CHANGELOG to see changes.