Skip to content

Releases: feedzai/react-a11y-tools

v3.0.0

15 Jul 13:52
Compare
Choose a tag to compare

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.

v2.0.1

12 Jul 10:40
Compare
Choose a tag to compare

2.0.1 (2024-07-12)

Bug Fixes

  • deps: added @feedzai/js-utilities as peer dependency (dc58a51)
  • deps: upgraded @feedzai/js-utilities to 1.4.2 and replaced imports (121a5e8)
  • docs: fixed Rover Provider link (da59716)

v2.0.0

21 Apr 00:41
Compare
Choose a tag to compare

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

v1.5.2

15 Mar 17:45
Compare
Choose a tag to compare

1.5.2 (2024-03-15)

Bug Fixes

  • package.json: fixed wrong exports file extensions (a2838c7)

v1.5.1

15 Mar 17:18
Compare
Choose a tag to compare

1.5.1 (2024-03-15)

Bug Fixes

  • package.json: removed postinstall script that (4a98f56)

v1.5.0

04 Mar 10:51
Compare
Choose a tag to compare

1.5.0 (2024-03-04)

Bug Fixes

Features

  • replaced merge-coverage script with @jtmdias/merge-coverage (5fe7f92)
  • unit-tests: replaced jest with vitest (250848b)

v1.4.0

28 Jan 12:25
5cdfced
Compare
Choose a tag to compare

1.4.0

Features