Skip to content

Releases: scottaohara/a11y_accordions

Release 3.2.0

28 Jun 21:43
Compare
Choose a tag to compare

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

Accordions in lists

09 Feb 15:01
746af2f
Compare
Choose a tag to compare

Updates since last release:

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

Fixes bug with data-default not functioning appropriately

27 Oct 23:12
Compare
Choose a tag to compare

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.

Vanilla JavaScript

26 Oct 14:44
Compare
Choose a tag to compare
v.2.0.0

more documentation

Deprecated jQuery version

26 Oct 14:49
Compare
Choose a tag to compare

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.