Skip to content

Releases: sorich87/bootstrap-tour

v0.12.0

30 Sep 10:41
Compare
Choose a tag to compare
  • Reposition popover on window scroll
  • Disable auto focus to next button on popover load
  • Fix tip position when tour targeted element has fixed css position
  • Check if backdrop exists before trying to remove it
  • Properly require jQuery in CommonJS environment
  • Split backdrop into four DIVs to avoid z-index and stack context issues

v0.11.0

06 Aug 06:12
Compare
Choose a tag to compare
  • AMD and CommonJS support
  • Keyboard navigation with enter
  • backdropElement option
  • delay option can be an object with show and hide attributes
  • host option can be a regex
  • other improvements and bug fixes

v0.10.3

26 Apr 05:35
Compare
Choose a tag to compare

Bugs fixing and code improvement.

v0.10.2

16 May 08:06
Compare
Choose a tag to compare

Code and documentation improvements

v0.10.1

23 Oct 16:16
Compare
Choose a tag to compare

Fix orphan steps not displayed

v0.10.0

18 Oct 18:36
Compare
Choose a tag to compare
  • Added delay option #241
  • Prevented popovers to become unlinked to steps on fast navigation #188
  • Allowed regex for path option #141
  • Redesigned documentation page #200
  • Add autoscroll option

v0.9.3

18 May 09:25
Compare
Choose a tag to compare
Version 0.9.3

v0.9.2

18 May 09:24
Compare
Choose a tag to compare
Version 0.9.2

v0.9.1

26 Feb 09:44
Compare
Choose a tag to compare
Version 0.9.1

v0.9.0

09 Feb 18:24
Compare
Choose a tag to compare

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