github-actions
released this
21 May 01:59
·
47 commits
to master
since this release
Minor Changes
-
#748
59ca82b
Thanks @clauderic! - Introduced thefindFirstFocusableNode
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 theuseEvent
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.