What's Changed
Filament v5 compatibility, verified against the real installed filament/filament v5.7.5.
⚠️ Breaking Changes
- Same v3→v4 API migration completed as in
v3.0.0(Schemas unification, Actions unification,StaticActionremoved,->recordActions(),Split→Flex) — nothing further changed between Filament v4 and v5 for this package's code - Renamed
Resources/ActivitylogResource/toResources/Activitylog/to match the Filament v4/v5 convention - Restored the "changes" section (property diff
KeyValueview + restore/edit actions), which had been silently dropped during the incomplete migration - Fixed several broken bare
useimports left over from the incomplete migration - Replaced removed Filament v3 Blade components (
x-filament::grid,x-filament-infolists::entries.placeholder) with their v4/v5-native equivalents Filament\Infolists\Components\IconEntry\IconEntrySizemoved toFilament\Support\Enums\IconSizefilament/filamentmoved torequire(wasrequire-dev) andilluminate/contractsrequirement removed (implicit viafilament/filament)
Docs
- Document the
@sourcedirective required in your panel'stheme.cssfor Tailwind v4 to pick up this package's Blade views - Add branch/Filament version support table to README
Full Changelog: v2.0.0...v4.0.0