Skip to content

v0.9.0

Compare
Choose a tag to compare
@sorich87 sorich87 released this 09 Feb 18:24
· 318 commits to master since this release

Features:

  • standalone build that doesn’t require Bootstrap
  • new popover class tour-{tourName}-{stepId} to make single popover styling easier
  • refined z-index of tour elements
  • marked getState, setState and removeState as private
  • match paths with RegEx
  • allow chaining for public methods
  • add steps inside tour options

Bug fixes:

  • step with backdrop and invalid selector should not attempt to create an overlay element
  • showStep should check if tour ended before it tries to display the step