Skip to content

v2.0.0

Compare
Choose a tag to compare
@jaebradley jaebradley released this 25 Jan 21:43
· 2128 commits to master since this release
eff815d

2.0.0 (2018-01-25)

Features

  • checkbox: change CheckBox to be controllable via props (89c257d)

BREAKING CHANGES

  • checkbox: add a componentWillReceiveProps function to CheckBox to allow for CheckBox to be updated by changes to prop, prop defaultChecked has been replaced by prop checked.