Skip to content

11.0.2

Compare
Choose a tag to compare
@hakimio hakimio released this 23 Jun 08:05
· 44 commits to master since this release

Fixes

  • Re-initializing the tour is no longer allowed while it's active. Use tourService.getStatus() to check the tour status if your tour spans multiple routes and there is a possibility of triggering initialize() while the tour is still running.
  • Default value for delayAfterNavigation was increased to 100ms to make sure tour anchor is registered before showing the tour step.