bootstrap-tour v0.12.0 Release Notes
Release Date: 2017-09-30 // over 7 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