Skip to content

Releases: KittyGiraudel/a11y-dialog

2.5.7

05 Jan 14:03
Compare
Choose a tag to compare
2.5.7

2.5.5

23 Nov 14:58
Compare
Choose a tag to compare
  • 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

02 Nov 15:40
Compare
Choose a tag to compare
  • Fixed an issue with Custom Events not working anymore since 2.5.3

2.5.3

02 Nov 15:40
Compare
Choose a tag to compare
  • Fixed a reference to the global object which prevented the module from loading on the server

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)