Releases: AyogoHealth/ay-dialog
Releases · AyogoHealth/ay-dialog
v1.2.0
v1.1.4
v1.1.2
- 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
v1.1.0
-
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.