Releases: tnicola/ngx-joyride
Releases · tnicola/ngx-joyride
v2.1.0
v.2.0.3
v.2.0.2
BugFixes:
- Removed the stepID as unique identifier. Now the stepName is the unique identifier.
- Fixed a bug on startTour(). Now it's not possible to restart a tour when it's in progress.
Features:
- Added
isTourInProgress()
method in theJoyrideService
to check if the tour is already started.