v3.0.0
What's Changed
This finishes the Filament v4 migration that a prior refactor (428eb31) left incomplete.
⚠️ Breaking Changes
- Complete Filament v3→v4 API migration:
Filament\Forms\Form/Filament\Infolists\Infolist→Filament\Schemas\Schema,Filament\Tables\Actions\*→Filament\Actions\*(StaticActionremoved, merged intoAction), table->actions()→->recordActions(),Filament\Forms\Components\Split→Filament\Schemas\Components\Flex - Renamed
Resources/ActivitylogResource/toResources/Activitylog/to match the Filament v4 convention (folder named after the subject, not suffixedResource) - Restored the "changes" section (property diff
KeyValueview + restore/edit actions) on the Activitylog view, which had been silently dropped during the incomplete migration - Fixed several broken bare
useimports left over from the incomplete migration (ActivitylogResource,ActivitylogForm, the relation manager) that only resolved by accident via Composer's classmap - Replaced removed Filament v3 Blade components (
x-filament::grid,x-filament-infolists::entries.placeholder) with their v4-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 (needed for the Timeline Action modal's icon badges, timeline line, and spacing) - Add branch/Filament version support table to README
Full Changelog: v2.0.0...v3.0.0