Fixes
- Fixed THE major issue regarding to the route system, basically caused by unauthentified user
- Fixed opening highlights on click the highlight button
- Fixed event to open a tour, ex: used in a custom Action:
protected function getHeaderActions(): array
{
return [
Action::make('Tour')->dispatch('filament-tour::open-tour', ['tour_dashboard']),
];
}Full Changelog: v3.1.0.5...3.x