Skip to content

v0.7.0

Compare
Choose a tag to compare
@LostCrew LostCrew released this 20 Nov 12:20
· 383 commits to master since this release

This release contains breaking changes and lot of improvements. Be sure to check them out before updating your codebase.

Added:

  • added init method to initialize the tour before actually start it (#51)

Fixed:

  • renamed goto() to goTo() since some JS compilers are confused by the property name goto, which is a reserved word (aff0d25)
  • prev(), next() and goTo() not working when the tour is started with force as true
  • handler previously attached to navigation buttons with disabled class not removed (#146)
  • incorrect z-index values with Bootstrap 3 (#147)
  • nav tag unsupported by IE < 9. restored div and removed html5shiv as dependency for backward compatibility

Removed:

  • removed bootstrap-tour.min.css, just use bootstrap-tour.css