Skip to content

Releases: nico3333fr/jquery-accessible-accordion-aria

Bugfixes

29 May 16:15
Compare
Choose a tag to compare
  • Removed non used method
  • updated bower version number

Fix design pattern

30 Sep 19:13
Compare
Choose a tag to compare
Plugin was not folloing the last version of the accordion design pattern. It is fixed :)

fix keyboard navigation in nested accordion

01 Jan 13:17
f2d0b8a
Compare
Choose a tag to compare

fix keyboard navigation in nested accordion

fix keyboard navigation in nested accordian

01 Jan 13:03
a33c0b0
Compare
Choose a tag to compare
Merge pull request #28 from ryuran/fix/imbrication

Fix nested accordion keyboard navigation

Add option buttonsGeneratedContent and update doc

25 Jun 17:05
Compare
Choose a tag to compare
  • Added option buttonsGeneratedContent to have buttons generated with HTML code inside
  • Updated doc and reference of options

v2.2.4 (bugfixes)

24 Mar 13:33
Compare
Choose a tag to compare
  • Fixed keyboard handler for panels
  • Fixed Incorrect selector for keydown event handler

v2.2.2

07 Mar 17:12
Compare
Choose a tag to compare

Major refactoring, thanks to the fantastic work made by Yvain Liechti).

  • This is now a real jQuery plugin.
  • Added RTL support for keyboard.
  • Updated base structure (Hx with js-accordion__header must be now in div with js-accordion__panel).
  • Added support for UMD.
  • fixed an issue on multi-selectable option.
  • fixed an issue in case of nested accordion.
  • Added linters support, etc.