All notable changes to filament-tour
will be documented in this file.
- add ar translations by @aymanalareqi in JibayMcs#4
- @aymanalareqi made their first contribution in #4
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.2...v3.1.0.3
- Fixed error on parsing URL parameters from the tour routing system
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.1...v3.1.0.2
If creating your guided tours in PHP bores you or takes up too much space, play with JSON!
You can now load your tours directly using a JSON file from a URL or your Storage!
- Finished setup for multiple tours registration, now "goto" a next tour on finished the first one
-
Added to make all child steps uncloseable
function uncloseable(bool|Closure $uncloseable = true)
-
Added to disable all steps events
function disableEvents(bool|Closure $disableEvents = true)
-
Added to ignore routes check to launch Tour
function ignoreRoutes(bool|Closure $ignoreRoutes = true)
- initial release