Skip to content

Releases: nico3333fr/van11y-accessible-hide-show-aria

v3.0.3

21 Apr 11:53

Choose a tag to compare

Updated build script and bumped dependencies.

Version 3.0.0

13 May 12:14

Choose a tag to compare

  • full rewrite
  • configuration of attributes overwritable on plugin call
  • prepared addition of methods
  • demos and docs updated

Add empty element in case of pseudo element symbol in generated button

30 Jan 11:32

Choose a tag to compare

Fix issue on Chrome

10 Jan 16:17

Choose a tag to compare

If an the button generated has children, if you click on them, Chrome now triggers correctly the event.

Version 2.0: Add API to add programmatically hide/show

15 Dec 08:50

Choose a tag to compare

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

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

Updated documentation and fixed mistake in package.json

Version 2.0: Add API to add programmatically expand

22 Oct 09:02

Choose a tag to compare

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

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

Updated documentation

1st release of script

07 Mar 16:58

Choose a tag to compare

This script will transform a simple list of Hx/contents into shiny and accessible hide/show – collapsible regions – using ARIA.

The demo is here: https://van11y.net/downloads/hide-show/demo/index.html

Website is here: https://van11y.net/accessible-hide-show/

La page existe aussi en français : https://van11y.net/fr/panneaux-depliants-accessibles/