Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 13:52

3.0.0 (2024-07-15)

Bug Fixes

  • FocusManager: Replaces implementation with focus-trap-react (#28) (19bc86c), closes #27

BREAKING CHANGES

  • FocusManager: autoFocus, restoreFocus and contain are now set to true by default
  • FocusManager: the useFocusManager was reimplemented. Since we no longer use a React context state management solution to travel between elements, the hook was re-implemented as an optional way to facilitate the creation of a FocusTrap instance, but without using the provided element by the package.