Releases: KittyGiraudel/a11y-dialog
Releases · KittyGiraudel/a11y-dialog
2.3.0
- Added
dialog:show
and dialog:hide
DOM events to dialogs (#41, #42)
2.2.0
- Made the module AMD compliant (577df33)
2.1.0
- Made the module ES6 compliant (074109c)
2.0.3
- Prevented a JavaScript error when calling
hide(..)
method with no focus set (26d9b7a)
2.0.2
- Fixed a JavaScript issue with multiple dialogs (cf3f5d8)
2.0.0
- Renamed
Modal
into A11yDialog
- Renamed
data-modal-*
into data-a11y-dialog-*
1.0.3
- Elements with a
tabindex
attribute below -1
are no longer treated as focusable elements
1.0.2
- Removed
aria-hidden
attribute instead of setting to false
(822cf08)
1.0.1
- Only made public what needs to be part of the public API on the
Modal
constructor (b16c67c)