Skip to content

v2.5.0

Compare
Choose a tag to compare
@danharrin danharrin released this 07 Dec 13:46
· 9044 commits to 2.x since this release

Admin Panel (v2!)

If you're upgrading from admin panel v1, please see our upgrade guide. If you spot anything missing, please open an issue or pull request. For support upgrading your app, please join our Discord server, where someone will help you.

Added

  • Sidebar navigation groups. #384
  • New pages templates for viewing resource records. #146
  • Global search. #408 (comment)
  • Override global scopes for resources. #442
  • spatie/laravel-package-tools support for plugin service providers. #249
  • Manage translatable content using spatie/laravel-translatable. #373
  • Dashboard widget templates.
  • Dashboard layout configuration. #408 (comment)
  • Manage settings using spatie/laravel-settings.
  • Easier relation manager customization. #380
  • Ability to manage BelongsToMany pivot data with relation managers. #103, #287

Changed

  • Properties and methods on resource, relation manager and page classes.
  • Published configuration.
  • Users table and model no longer included.
  • Filament facade renamed to Filament\Facades\Filament.
  • Role functionality removed, in place for better policy support.
  • Theme configuration has been moved from CSS variables to Tailwind configuration.