Skip to content

Latest commit

 

History

History
64 lines (32 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

64 lines (32 loc) · 3.53 KB

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.

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)

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

1.5.2 (2024-03-15)

Bug Fixes

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

1.5.1 (2024-03-15)

Bug Fixes

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

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)