Skip to content

Releases: KittyGiraudel/a11y-dialog

2.1.0

22 Apr 16:38
Compare
Choose a tag to compare
  • Made the module ES6 compliant (074109c)

2.0.3

17 Mar 15:23
Compare
Choose a tag to compare
  • Prevented a JavaScript error when calling hide(..) method with no focus set (26d9b7a)

2.0.2

17 Mar 14:26
Compare
Choose a tag to compare
  • Fixed a JavaScript issue with multiple dialogs (cf3f5d8)

2.0.1

07 Mar 12:34
Compare
Choose a tag to compare
  • Added Bower registration

2.0.0

01 Mar 16:43
Compare
Choose a tag to compare
  • Renamed Modal into A11yDialog
  • Renamed data-modal-* into data-a11y-dialog-*

1.0.3

21 Feb 16:23
Compare
Choose a tag to compare
  • Elements with a tabindex attribute below -1 are no longer treated as focusable elements

1.0.2

18 Feb 17:24
Compare
Choose a tag to compare
  • Removed aria-hidden attribute instead of setting to false (822cf08)

1.0.1

16 Feb 17:06
Compare
Choose a tag to compare
  • Only made public what needs to be part of the public API on the Modal constructor (b16c67c)

1.0.0

16 Feb 17:03
Compare
Choose a tag to compare
  • Initial version