Skip to content

Releases: tnicola/ngx-joyride

v2.1.0

18 Aug 15:04
Compare
Choose a tag to compare

Features:

  • Added support for Angular 6

v.2.0.3

13 Aug 21:53
Compare
Choose a tag to compare

BugFixes:

  • fixed "Failed to execute 'getComputedStyle' " error

v.2.0.2

21 Jul 16:12
Compare
Choose a tag to compare

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 the JoyrideService to check if the tour is already started.