Releases: scottaohara/a11y_accordions
Releases · scottaohara/a11y_accordions
Release 3.2.0
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
Updates since last release:
- Various documentation revisions
- Modify script to allows accordions to exist within
ul
orol
patterns
Fixes bug with data-default not functioning appropriately
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
v.2.0.0 more documentation
Deprecated jQuery version
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.