Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 01:59
· 47 commits to master since this release
336bfc3

Minor Changes

  • #748 59ca82b Thanks @clauderic! - Introduced the findFirstFocusableNode utility function that returns the first focusable node within a given HTMLElement, or the element itself if it is focusable.

  • #733 035021a Thanks @clauderic! - Introduced the useEvent hook based on implementation breakdown in the RFC. In the future, this hook will be used as a polyfill if the native React hook is unavailble.