Skip to content

v2.0.0

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 18 Feb 03:13

Release for Filament v4

Features

  • All features from v1.0.0
  • Migrated to Filament v4 Schema-based architecture
  • Heroicon enum constants for type-safe icon usage
  • Centralized Actions namespace (Filament\Actions)
  • Modular resource structure (Schemas/, Tables/ subdirectories)
  • recordActions() and toolbarActions() API

Breaking Changes from v1.x

  • Requires Filament ^4.0
  • Requires PHP ^8.2
  • Resource structure changed to hierarchical pattern

Requirements

  • PHP ^8.2
  • Laravel ^11.0
  • Filament ^4.0