Michu2k Accordion Versions Save

Accordion module created in pure javascript & CSS. Very useful to create FAQ lists on your website.

v2.7.3

4 years ago
  • Fixed module export
  • Changed indent from 4 to 2 spaces
  • Updated list of supported browsers
  • Updated README.md
  • Updated .gitignore

v2.7.2

5 years ago
  • Changed option name from callFunction to onToggle
  • Changed active accordion element class to 'is-active'
  • Updated package.json
  • Various fixes

v2.7.1

5 years ago

Small fix for yesterday's update

  • Added comments to the .scss file
  • Fixed a bug, where the accordion was hidden when Javascript was turned off

v2.7.0

5 years ago
  • Added possibility to create several accordions with the same options by passing an array with selectors #7
  • Updated packages
  • Updated gulpfile.js
  • Deleted .babelrc file

v2.6.4

5 years ago
  • Added font shorthand in CSS
  • Updated types of variables

v2.6.3

5 years ago
  • Added error handling for javascript in gulpfile.js
  • Added new option callfunction, can take 2 params (current, all)
    • current - element that was clicked
    • all - list of all accordion elements
  • Fixed a bug, where links inside the panel were tabbable, when the panel was closed (Issue #6)

v2.6.2

5 years ago
  • Updated packages
  • Added .browserslistrc file
  • Fixed README.md

v2.6.1

5 years ago
  • Removed support for IE9
  • code tweaks

v2.6.0

5 years ago

In this patch i fixed some critical bugs, that's why i decided to publish version 2.6.0 instead of 2.5.2.

  • Added gulpfile.js
  • Fixed a bug, where the element couldn't have more than one class
  • Fixed a bug, where it wasn't possible to create few lists with specific options
  • Code refactoring

v.2.5.1

6 years ago
  • You can open the list by pressing the Enter button