Releases: sorich87/bootstrap-tour
Releases · sorich87/bootstrap-tour
v0.12.0
- 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
v0.10.3
Bugs fixing and code improvement.
v0.10.2
v0.10.1
v0.10.0
v0.9.3
v0.9.2
v0.9.1
v0.9.0
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