Releases: stechstudio/filament-impersonate
Releases · stechstudio/filament-impersonate
3.6
3.5
3.4: wip (#49)
Co-authored-by: Ruddy <ruddy@Ruddys-MacBook-Pro.local>
3.3
Filament v3 stable
3.2 Filament v3 stable
Filament v3 (beta) support
3.1 Require Filament v3 beta
2.19: Allow to customise impersonation back_to URL (#38)
Co-authored-by: rapolas <rapolas@orbio.world>
2.15
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.