Skip to content

Release 3.2.0

Latest
Compare
Choose a tag to compare
@scottaohara scottaohara released this 28 Jun 21:43
· 4 commits to master since this release

Includes the following:

[3.2.0] - 2018-06-28

Added

  • package.json and registered as NPM package.
  • CHANGELOG.md

Changed

  • data-transition attribute no longer allows for a value. Instead it merely adds a transition class to each accordion panel to allow for transitions for specific CSS properties to be customized in the CSS file.
  • Instead of requiring .js prior to CSS selectors, remove this .js selector dependency and have the base markup utilize data attributes. When the script runs on page load, the classes that were there by default will now be applied by the script.

[3.1.1] - 2018-06-11

Added

  • Add "arrows" for accordion trigger styling.

[3.1.0] - 2018-02-09

Changed