Changes
- There are separate Table and Page actions now. The previous action has been moved to
STS\FilamentImpersonate\Tables\Actions\Impersonate
and a newSTS\FilamentImpersonate\Pages\Actions\Impersonate
was introduced. - A class alias was added to keep the previous impersonate location available, and avoid forcing a major / breaking release.
- You can specify
auto
for your banner style and it will switch between light/dark along with Filament's dark mode. - There are fixes (workarounds) in place for the authenticated session issue with Jetstream/Sanctum, you should no longer get logged out when leaving impersonation. Please open a ticket if you are still having problems with this.