Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 820 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 820 Bytes

Changelog

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)

2.0.0 (2020-07-09)

⚠ BREAKING CHANGES

  • 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.

Features

  • add useA11yToggleButton hook (62356b0)