github JibayMcs/filament-tour v3.1.0.6

latest releases: v4.0.1, v3.1.2, v3.1.1...
15 months ago

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

Don't miss a new filament-tour release

NewReleases is sending notifications on new releases.