bootstrap-tour v0.12.0 Release Notes

Release Date: 2017-09-30 // over 6 years ago
    • 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

Previous changes from v0.11.0

    • ๐Ÿ‘ 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