Skip to content

Releases: nico3333fr/van11y-accessible-accordion-aria

Fix issue exception in selector on V3

05 Nov 13:38
Compare
Choose a tag to compare
  • fixed issue (exception) in selectors

Version 3.0.0 of the script

03 Oct 13:53
Compare
Choose a tag to compare
  • full rewrite
  • configuration of attributes overwritable on plugin call
  • prepared addition of methods
  • demos and docs updated

Better support of Design Pattern

15 Aug 16:13
Compare
Choose a tag to compare

Simplification of the design pattern for the accessible accordion script

Fix Design Pattern

15 Aug 14:36
5cab094
Compare
Choose a tag to compare

Simplification of the design pattern for the accessible accordion script

Webpack support fix

28 Jun 21:27
Compare
Choose a tag to compare

This version fixes a bug when using the script with WebPack

Nested accordions are now working :)

28 Apr 15:06
Compare
Choose a tag to compare

Now it works for nested accordions!

Added an option to have cooler selectors for simple accordions (data-accordion-cool-selectors="1"). See readme in bonus, or website/demos.

Add API to add programmatically accordion

15 Oct 19:56
Compare
Choose a tag to compare

If you need to apply accordion script to <div id="newContent">your accordion source</div> do use:

van11yAccessibleAccordionAria(document.getElementById('newContent'));

Updated documentation

Add API to add programmatically accordion

14 Oct 19:09
Compare
Choose a tag to compare

If you need to apply accordion script to <div id="newContent">your accordion source</div> do use:

van11yAccessibleAccordionAria(document.getElementById('newContent'));

Linted and re-indentation + added editorconfig

11 Apr 12:00
Compare
Choose a tag to compare
v1.0.5

Linted and re-indentation + added editorconfig

1st release of script

08 Mar 13:18
Compare
Choose a tag to compare