Releases: usablica/intro.js
Releases · usablica/intro.js
v3.1.0
v3.1.0 (2020-11-29)
🚀 New Feature
🐛 Bug Fix
- #1092 fix(babel): updating the browser support (@afshinm)
- #1075 feat: box-shadow background (@afshinm)
- #1074 fix(intro): adding hasAttribute (@afshinm)
Committers: 5
- Afshin Mehrabani (@afshinm)
- Björn Rave (@BjoernRave)
- Veniamin Krol (@vkrol)
- @LeonBeilis
- @dependabot-preview[bot]
v3.0.1
v3.0.1 (2020-10-17)
🚀 New Feature
🐛 Bug Fix
- #1043 fix(buttons): checking buttons before applying the "role" attr (@afshinm)
- #1042 onexit callback should be called once when "Skip" button is clicked (@afshinm)
Committers: 3
- Afshin Mehrabani (@afshinm)
- @allcontributors[bot]
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview
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
buttonClassoption to overwrite 'introjs-button' - Added
onskipcallback
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