All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.2 (2020-08-10)
- fix onClick prop collisions by adding an event directly (62f013c)
2.0.1 (2020-07-08)
- The Button component is no longer a default export. It's a named export e.g.
import {Button} from '@accessible/button'
- add useA11yButton hook (ecdb769)