github rmsramos/activitylog v4.0.0

latest releases: v4.0.4, v3.0.4, v2.0.5...
5 hours ago

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, StaticAction removed, ->recordActions(), SplitFlex) — nothing further changed between Filament v4 and v5 for this package's code
  • Renamed Resources/ActivitylogResource/ to Resources/Activitylog/ to match the Filament v4/v5 convention
  • Restored the "changes" section (property diff KeyValue view + restore/edit actions), which had been silently dropped during the incomplete migration
  • Fixed several broken bare use imports 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\IconEntrySize moved to Filament\Support\Enums\IconSize
  • filament/filament moved to require (was require-dev) and illuminate/contracts requirement removed (implicit via filament/filament)

Docs

  • Document the @source directive required in your panel's theme.css for 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

Don't miss a new activitylog release

NewReleases is sending notifications on new releases.