Releases: feedzai/react-a11y-tools
Releases · feedzai/react-a11y-tools
v3.0.0
3.0.0 (2024-07-15)
Bug Fixes
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 aFocusTrap
instance, but without using the provided element by the package.
v2.0.1
v2.0.0
2.0.0 (2024-04-21)
Features
- bundle: added dep to replace internal helpers and hooks (e0fec1d)
- SkipLink: added styles as scss modules (720d8ed)
BREAKING CHANGES
- bundle: Removed internal hooks (useAutoId, useMergedRefs, usePrevious and useSafeLayoutEffect) as exported modules
- bundle: Removed internal hooks (callIfExists, cloneValidElement, emptyFunction, inRange, isBoolean, isBrowser, isFunction, isNil, isNumber, isString, keycodes, classNames, makeId) as exported modules
- bundle: Removed "react/jsx-runtime" as a bundled dependency