Releases: edenspiekermann/a11y-toggle
Releases · edenspiekermann/a11y-toggle
1.0.1
- Removed the need for JSON parsing to improve performance (d835cc9)
1.0.0
- Changed the API to pass the toggled ID to the
data-a11y-toggle
attribute directly (056ae31)
- Improved the script to automatically assign an
id
attribute to the toggle if not set (e497668)
0.2.0
- Added support for aria-labelledby attribute (ae188b3)
0.1.3
- Fixed a JavaScript error when clicking something else than a toggle (acf178e)
0.1.2
- Prevented a JavaScript error from occurring when there are no toggle in the DOM (80ffe8f)
0.1.1
- Improved script performance (8a7bfa0)