# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.0.2](https://github.com/accessible-ui/disclosure/compare/v3.0.1...v3.0.2) (2020-08-10)

### [3.0.1](https://github.com/accessible-ui/disclosure/compare/v3.0.0...v3.0.1) (2020-07-12)

## [3.0.0](https://github.com/accessible-ui/disclosure/compare/v2.0.2...v3.0.0) (2020-07-12)

### ⚠ BREAKING CHANGES

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

- rename use**_ hooks to useA11y_** ([0a0eb67](https://github.com/accessible-ui/disclosure/commit/0a0eb6743bdf658ea2b1fd4ddcd20fe3831e1bc5))

### [2.0.2](https://github.com/accessible-ui/disclosure/compare/v2.0.1...v2.0.2) (2020-07-12)

### Bug Fixes

- add comment to useDisclosure hook ([7448843](https://github.com/accessible-ui/disclosure/commit/74488432f5684ff7659218ced335e64122afcb00))

### [2.0.1](https://github.com/accessible-ui/disclosure/compare/v2.0.0...v2.0.1) (2020-07-12)

### Bug Fixes

- **dependencies:** add missing peer dependency for react-dom ([4c832c6](https://github.com/accessible-ui/disclosure/commit/4c832c6e228cee9428c43c43e5a557ea22211862))

## 2.0.0 (2020-07-12)

### ⚠ BREAKING CHANGES

- Removes `useIsOpen()` and `useControls()` hooks

- remove superfluous hooks and improve types ([a666626](https://github.com/accessible-ui/disclosure/commit/a6666266b131bff57a275a7de986a21ce9d1d9b6))
