Skip to content

Releases: edenspiekermann/a11y-toggle

1.0.1

11 Mar 08:48
Compare
Choose a tag to compare
  • Removed the need for JSON parsing to improve performance (d835cc9)

1.0.0

10 Mar 17:17
Compare
Choose a tag to compare
  • 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

10 Mar 10:22
Compare
Choose a tag to compare
  • Added support for aria-labelledby attribute (ae188b3)

0.1.3

10 Mar 10:04
Compare
Choose a tag to compare
  • Fixed a JavaScript error when clicking something else than a toggle (acf178e)

0.1.2

08 Mar 18:25
Compare
Choose a tag to compare
  • Prevented a JavaScript error from occurring when there are no toggle in the DOM (80ffe8f)

0.1.1

08 Mar 10:03
Compare
Choose a tag to compare
  • Improved script performance (8a7bfa0)

0.1.0

08 Mar 10:02
Compare
Choose a tag to compare

Initial version