Skip to content

@ariakit/react@0.1.8

Choose a tag to compare

@github-actions github-actions released this 06 May 14:05
· 4511 commits to main since this release
e1f1c03

Patch Changes

  • Fixed DialogBackdrop not including the data-backdrop attribute in the initial render, causing a flash of unstyled content when the dialog is initially open. (#2369)

  • Fixed Dialog calling hideOnInteractOutside twice when clicking on the backdrop. (#2369)

  • The built-in DialogBackdrop component is no longer focusable. (#2369)

  • Call autoFocusOnHide and autoFocusOnShow with a null 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.