Releases: KittyGiraudel/a11y-dialog
Releases · KittyGiraudel/a11y-dialog
2.5.5
- Prevent the show method from ever running if dialog is shown and the hide method from ever running if dialog is hidden (#58)
2.5.4
- Fixed an issue with Custom Events not working anymore since 2.5.3
2.5.3
- Fixed a reference to the global object which prevented the module from loading on the server
2.5.2
- Fixed a JavaScript bug introduced in 2.5.1 (421db7f)
2.5.1
- Fixed a minor bug with the
shown
attribute not returning the correct value on load if the dialog is displayed (dbcff93)
2.5.0
- Added a
destroy
method to hide and unbind all events from the dialog (#54)
2.4.1
- Only add
keydown
event listener to document
when dialog is open, remove it when closed (#52)
2.4.0
- The toggle element is now passed down to the event as
event.detail
(#53)
2.3.3
- Added minified file to published package (#51)