@ariakit/react@0.1.8
·
2093 commits
to main
since this release
Patch Changes
-
Fixed
DialogBackdrop
not including thedata-backdrop
attribute in the initial render, causing a flash of unstyled content when the dialog is initially open. (#2369) -
Fixed
Dialog
callinghideOnInteractOutside
twice when clicking on the backdrop. (#2369) -
The built-in
DialogBackdrop
component is no longer focusable. (#2369) -
Call
autoFocusOnHide
andautoFocusOnShow
with anull
argument when there's no element to focus or the element is not focusable. This allows users to specify a fallback element to focus on hide or show. (#2369) -
Updated dependencies:
@ariakit/react-core@0.1.8
.