A11y Accordions Versions Save

ES5 ARIA Accordion Component

3.2.0

5 years ago

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

v3.0.0

6 years ago

Updates since last release:

  • Various documentation revisions
  • Modify script to allows accordions to exist within ul or ol patterns

v2.0.1

6 years ago

setting a data-default was not working properly. While the code to correct this error is flagged by jsHint, it works and will be updated later to be nicer.

v1.0.2

6 years ago

This is the deprecated, legacy jQuery version of the ARIA accordion plugin. Beyond requiring jQuery, it is based on an earlier draft of the ARIA Authoring guidelines, where accordions were originally written to be announced similarly to tab components.

It is not recommended to use this script anymore.

v.2.0.0

6 years ago