All Versions
14
Latest Version
Avg Release Cycle
119 days
Latest Release
1235 days ago

Changelog History
Page 1

  • v3.1.0 Changes

    November 29, 2020

    v3.1.0 (2020-11-29)

    🍱 πŸš€ New Feature

    🍱 πŸ› Bug Fix

    Committers: 5

  • v3.0.1 Changes

    October 17, 2020

    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 Changes

    October 13, 2020
    • πŸ”¨ 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

    August 28, 2018
  • v2.9.2

    April 25, 2018
  • v2.9.1

    April 24, 2018
  • v2.9.0 Changes

    April 23, 2018
    • βž• 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 Changes

    August 30, 2017
    • 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.8.0-alpha.1 Changes

    August 30, 2017
    • 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 Changes

    August 18, 2017
    • βž• Added onbeforeexit callback
    • βž• Added force parameter to exit()
    • βž• Added Code of Conduct and Contributing guide files