All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.2 (2020-08-10)
2.0.1 (2020-07-09)
- ToggleButton is no longer a default export. It is a named export e.g.
import {ToggleButton} from '@accessible/toggle-button'
. Additionally, there is no more context as I've deemed it unnecessary with the addition of the hook.
- add useA11yToggleButton hook (62356b0)