Skip to content

Releases: KittyGiraudel/a11y-dialog

2.5.2

13 Oct 07:35
Compare
Choose a tag to compare
  • Fixed a JavaScript bug introduced in 2.5.1 (421db7f)

2.5.1

12 Oct 14:46
Compare
Choose a tag to compare
  • Fixed a minor bug with the shown attribute not returning the correct value on load if the dialog is displayed (dbcff93)

2.5.0

12 Oct 12:45
Compare
Choose a tag to compare
  • Added a destroy method to hide and unbind all events from the dialog (#54)

2.4.1

09 Oct 14:46
Compare
Choose a tag to compare
  • Only add keydown event listener to document when dialog is open, remove it when closed (#52)

2.4.0

26 Sep 07:40
Compare
Choose a tag to compare
  • The toggle element is now passed down to the event as event.detail (#53)

2.3.3

18 Aug 13:39
Compare
Choose a tag to compare
  • Added minified file to published package (#51)

2.3.2

17 Aug 08:17
Compare
Choose a tag to compare
  • Fixed an issue with CustomEvent in Internet Explorer (#50)

2.3.1

04 Aug 09:34
Compare
Choose a tag to compare
  • Added polyfill for CustomEvent for Internet Explorer (#48)

2.3.0

05 Jul 13:00
Compare
Choose a tag to compare
  • Added dialog:show and dialog:hide DOM events to dialogs (#41, #42)

2.2.0

22 Apr 22:53
Compare
Choose a tag to compare
  • Made the module AMD compliant (577df33)