Skip to content

Releases: AyogoHealth/ay-dialog

v1.2.0

28 Feb 17:38
v1.2.0
a64eac8
Compare
Choose a tag to compare
  • Removed the anchor parameter from show() and showModal() to match the spec and browser implementations

v1.1.4

20 Dec 23:00
v1.1.4
ebe5707
Compare
Choose a tag to compare
  • Ensure the dialog opens scrolled to the top

v1.1.2

05 Dec 20:30
ca7b3b2
Compare
Choose a tag to compare
  • Fix an issue where the scroll position was not being correctly saved when opening a dialog in Chrome
  • Fix an issue with the polyfill where removing the dialog's parent element from the DOM while the dialog was open would keep the dialog open on browsers that didn't have native dialog support

v1.1.1

24 May 00:36
v1.1.1
9a2b647
Compare
Choose a tag to compare
  • Ensure that dialogs that are removed from the DOM while they are open are removed from the pending dialog stack and release their control over browser scrolling

v1.1.0

09 Feb 22:07
v1.1.0
30a5d18
Compare
Choose a tag to compare
  • Focus the dialog by default, instead of its first focusable element

    This aligns with proposed changes to the WHATWG HTML5 spec. A summary of the WHATWG bug is that screenreaders and other assistive technologies give much more useful output when the dialog itself is focus on opening, and the automatic focus led to unexpected results when combined with tabindex.

v1.0.3

03 Oct 22:07
v1.0.3
3ef2879
Compare
Choose a tag to compare
  • Fixed another IE bug

v1.0.2

28 Sep 22:52
v1.0.2
1c6f556
Compare
Choose a tag to compare
  • Fix a focus error in IE 11

v1.0.1

07 Sep 17:25
9b54685
Compare
Choose a tag to compare
  • Return instead of throwing an exception when calling showModal on a dialog that is already open. This is to match updates to the HTML5 spec (#2).

v1.0.0

08 Jun 19:06
191ff62
Compare
Choose a tag to compare

Initial public release