Skip to content

v3.0.0

@alecgarcia alecgarcia tagged this 19 Feb 19:09
Migrate Filament resource files to Filament 4/5 namespace conventions:
- Forms\Form → Schemas\Schema, Infolists\Infolist → Schemas\Schema
- Forms\Components\Section → Schemas\Components\Section
- Tables\Actions\* → Filament\Actions\* with direct imports
- ->actions() → ->recordActions(), ->bulkActions() → ->toolbarActions()
- Action ->form() → ->schema() for modal forms
- MaxWidth → Width enum
- $navigationIcon type updated to string|BackedEnum|null

Updates composer.json require-dev to filament/filament: ^4.0 || ^5.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Assets 2
Loading