Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 861 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 861 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)

Bug Fixes

  • fix onClick prop collisions by adding an event directly (62f013c)

2.0.1 (2020-07-08)

2.0.0 (2020-07-08)

⚠ BREAKING CHANGES

  • The Button component is no longer a default export. It's a named export e.g. import {Button} from '@accessible/button'

Features