Releases: KittyGiraudel/a11y-dialog
Releases · KittyGiraudel/a11y-dialog
2.3.2
- Fixed an issue with CustomEvent in Internet Explorer (#50)
2.3.1
- Added polyfill for
CustomEvent
for Internet Explorer (#48)
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