Releases: nico3333fr/jquery-accessible-accordion-aria
Releases · nico3333fr/jquery-accessible-accordion-aria
Bugfixes
Fix design pattern
Plugin was not folloing the last version of the accordion design pattern. It is fixed :)
fix keyboard navigation in nested accordion
fix keyboard navigation in nested accordion
fix keyboard navigation in nested accordian
Merge pull request #28 from ryuran/fix/imbrication Fix nested accordion keyboard navigation
Add option buttonsGeneratedContent and update doc
- Added option
buttonsGeneratedContent
to have buttons generated with HTML code inside - Updated doc and reference of options
v2.2.4 (bugfixes)
- Fixed keyboard handler for panels
- Fixed Incorrect selector for keydown event handler
v2.2.2
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.