Skip to content

Releases: usablica/intro.js

v2.9.3

28 Aug 16:49
Compare
Choose a tag to compare
fix to skip and done, exiting intro; resolves #832 and resolves #843 …

v2.9.0

23 Apr 14:39
Compare
Choose a tag to compare
  • 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

30 Aug 16:09
Compare
Choose a tag to compare
v2.8.0-alpha.1 Pre-release
Pre-release
  • 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

18 Aug 11:07
Compare
Choose a tag to compare
  • Added onbeforeexit callback
  • Added force parameter to exit()
  • Added Code of Conduct and Contributing guide files

v2.6.0

29 Jul 15:15
Compare
Choose a tag to compare
  • Per step disable interaction
  • Adding scrollTo option
  • Better scrolling method
  • Fixing pulse animation issue on IE
  • Adding a new method to show the popup of specific hint
  • Fixing build script
  • Some minor bug fixes

v2.5.0

25 Mar 09:36
Compare
Choose a tag to compare
  • SVG support
  • Adding new function: goToStepNumber, removeHint, removeHits
  • Adding new positions for hints
  • Adding library to Yarn
  • Fixing documentation
  • and many minor bug fixes + refactoring

v2.4.0

11 Dec 20:03
Compare
Choose a tag to compare
  • New documentation
  • New template: Modern
  • Added showHint and showHints
  • Added Dart and R wrappers
  • Minor bug fixes and coding style issues

v2.3.0

01 Sep 10:08
Compare
Choose a tag to compare
  • 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

04 Jul 22:14
Compare
Choose a tag to compare
  • Adding new examples
  • Adding a new option to remove hint animations
  • Fixing disableInteraction issue with IE
  • Adding API call to hide all hints

v2.1.0

28 Apr 09:32
Compare
Choose a tag to compare
  • 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.