Releases: usablica/intro.js
Releases · usablica/intro.js
v3.0.0-beta.1
- Refactored the codebase to use ES6 and SCSS
- Moving to a new build system (rollup, scss, es6)
- Adding more checks and tests to the build pipeline
v2.9.3
v2.9.0
- Added @bozdoz as Author
- Fixed scroll positions when parent element is scrollable
- Added DOM Event helper function and _stamp to uniquely identify objects and intro instances; fixes issues with removing event listeners
- Added new syntax for radial gradients
- Fixes to CSP violations to avoid using
setAttribute
- Fix to intro groups from PR #80 (also PR #763)
- optional
buttonClass
option to overwrite 'introjs-button' - Added
onskip
callback
v2.8.0-alpha.1
- Enabling onbeforechange to return bool and prevent the next step to display
- Updating disable interaction layer after window resize
- Fixing disable interaction layer z-index issue
v2.7.0
v2.6.0
v2.5.0
v2.4.0
v2.3.0
- Fixing the conflict with Bootstrap 3
- Adding two new options to hide next and previous button in first and last steps
- Add web components compatibility (polymer)
- Removing
position: absolute
from parent fix class - Fixing typo in hint pulse class
- Adding a Bootstrap 3 example + different positions example
- and some minor bug fixes.