Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: edenspiekermann/a11y-toggle

2.0.3

15 Apr 12:27

Choose a tag to compare

  • Fixed an issue with non-<button> toggles (#25)

2.0.2

15 Apr 12:18

Choose a tag to compare

  • Fixed a JavaScript issue when no toggle were found (#26)

2.0.1

15 Apr 11:07

Choose a tag to compare

  • Fixed a script crash when a11y-toggle was included in the <head> (#24)

2.0.0

15 Apr 10:43

Choose a tag to compare

  • Default behaviour is now collapsed by default (#22)
  • Expanded by default behaviour can be done by adding data-a11y-toggle-open attribute on target (#22)
  • Rewritten script to improve performance and code quality (#22)

1.0.7

01 Apr 14:36

Choose a tag to compare

  • Removed an unwanted console.log(..) (3acd379)

1.0.6

22 Mar 11:32

Choose a tag to compare

  • Updated closest(..) helper to use Element.closest when supported (508172f)

1.0.5

16 Mar 13:34

Choose a tag to compare

  • Added support for synced multi toggles (cad70e1)
  • Rewrote the whole test suite (ecc116e)

1.0.4

14 Mar 16:43

Choose a tag to compare

  • Added Bower support

1.0.3

14 Mar 16:36

Choose a tag to compare

  • Fixed a JavaScript error when clicking anywhere but on a toggle (1be89d0)

1.0.2

14 Mar 14:41

Choose a tag to compare

  • Fixed a bug where nested elements inside toggle would prevent it from working (f3a40be)