Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 1.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2020-08-10)

3.0.1 (2020-07-12)

3.0.0 (2020-07-12)

⚠ BREAKING CHANGES

  • rename useTarget() to useA11yTarget(), useTrigger() to useA11yTrigger(), useCloseButton() to useA11yCloseButton()

  • rename use**_ hooks to useA11y_** (0a0eb67)

2.0.2 (2020-07-12)

Bug Fixes

  • add comment to useDisclosure hook (7448843)

2.0.1 (2020-07-12)

Bug Fixes

  • dependencies: add missing peer dependency for react-dom (4c832c6)

2.0.0 (2020-07-12)

⚠ BREAKING CHANGES

  • Removes useIsOpen() and useControls() hooks

  • remove superfluous hooks and improve types (a666626)