Skip to content

Releases: usablica/intro.js

v3.1.0

29 Nov 20:42

Choose a tag to compare

v3.1.0 (2020-11-29)

🚀 New Feature

🐛 Bug Fix

Committers: 5

v3.0.1

17 Oct 10:38

Choose a tag to compare

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

v3.0.0-beta.1

13 Oct 15:00

Choose a tag to compare

  • 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

28 Aug 16:49

Choose a tag to compare

fix to skip and done, exiting intro; resolves #832 and resolves #843 …

v2.9.0

23 Apr 14:39

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

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

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

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

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

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