Getting started
Usage
Upgrade guide
If you are upgrading from version 1.x to 2.x, then you should perform a global search-and-replace for the following components:
RalphJSmit\Filament\Activitylog\Infolists\Components\TimelinetoRalphJSmit\Filament\Activitylog\Filament\Infolists\Components\Timeline.RalphJSmit\Filament\Activitylog\Forms\Components\TimelinetoRalphJSmit\Filament\Activitylog\Filament\Infolists\Components\Timeline(in Filament V4 you are able to mix form and infolist components together, you can use this infolist component also inside your forms).RalphJSmit\Filament\Activitylog\Actions\TimelineActiontoRalphJSmit\Filament\Activitylog\Filament\Actions\TimelineAction.RalphJSmit\Filament\Activitylog\Tables\TimelineActiontoRalphJSmit\Filament\Activitylog\Filament\Actions\TimelineAction(in Filament V4 regular actions can be used inside tables as well).
Then you should remove the following line from your custom theme tailwind.config.js:
tailwind.config.js
content: [
// Your other files
'./vendor/ralphjsmit/laravel-filament-activitylog/resources/**/*.blade.php',
],
Instead, add the following line to your theme.css file:
resources/css/filament/{your-panel}/theme.css
@source '../../../../vendor/ralphjsmit/laravel-filament-activitylog/resources/**/*.blade.php';
The V2 is available to all customers who previously purchased a license for V1.