Releases: usablica/intro.js
Releases · usablica/intro.js
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.
v2.2.0
v2.1.0
- Removed javascript:void hrefs in order to support CSP
- Add hideHint function to public api
- Add re-align hints to refresh function + skip hidden elements for intro
- Added a check for ghost elements
- Remove
introjs-fixedTooltip
if not needed - Removed any leftover introjs-fixedTooltip class
- CSS - Make filter a string
- Add new template 'flattener'
- Updating documentation + adding Emberjs
- and some minor bug fixes.