Skip to content

Releases: usablica/intro.js

v4.2.0

27 Aug 05:42
b508929
Compare
Choose a tag to compare

v4.2.0 (2021-08-27)

🐛 Bug Fix

Committers: 1

v4.1.0

18 Jun 10:51
a2fde0e
Compare
Choose a tag to compare

v4.1.0 (2021-06-18)

🚀 New Feature

  • #1307 feat: updating the bullets layer after refresh(true) (@afshinm)

🐛 Bug Fix

  • #1297 fix: exit() should not throw an exception if the parent elements are removed (@afshinm)

🏠 Internal

  • #1297 fix: exit() should not throw an exception if the parent elements are removed (@afshinm)

Committers: 1

v4.0.0

13 Jun 08:19
89a9bbf
Compare
Choose a tag to compare

v4.0.0 (2021-06-13)

🚀 New Feature

  • #1295 fix: refactoring the introForElements function + adding tests (@afshinm)

💥 Breaking Change

  • #1295 fix: refactoring the introForElements function + adding tests (@afshinm)

🏠 Internal

Committers: 3

v3.4.0

25 Mar 10:25
0da4b8a
Compare
Choose a tag to compare

v3.4.0 (2021-03-25)

🐛 Bug Fix

Committers: 4

v3.3.1

07 Feb 12:42
Compare
Choose a tag to compare

v3.3.1 (2021-02-07)

🚀 New Feature

Committers: 3

v3.2.1

20 Dec 11:20
Compare
Choose a tag to compare

v3.2.1 (2020-12-20)

🐛 Bug Fix

  • #1124 fix(scrollParentToElement): should not run if scrollToElement is set to false (@afshinm)

Committers: 1

v3.2.0

17 Dec 10:45
Compare
Choose a tag to compare

v3.2.0 (2020-12-17)

🐛 Bug Fix

  • #1118 fix(showElement): next/done button needs to be displayed when tour has one step (@afshinm)
  • #1117 fix(onKeyDown): adding NumpadEnter (@afshinm)

Committers: 2

v3.1.0

29 Nov 20:42
Compare
Choose a tag to compare

v3.1.0 (2020-11-29)

🚀 New Feature

🐛 Bug Fix

Committers: 5

v3.0.1

17 Oct 10:38
Compare
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
Compare
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