Skip to content

v1.11.0

Compare
Choose a tag to compare
@marbemac marbemac released this 20 Nov 15:03
· 499 commits to master since this release
038266b

1.11.0 (2018-11-20)

Bug Fixes

  • checkbox: use react hooks (5937f2c)
  • input: use react hooks (3ab7007)
  • textarea: use react hooks (8b2b09f)
  • toggle: use react hooks (0105eed)

Features

  • checkbox: allow checkbox to be either controlled or uncontrolled (fc65863)
  • input: allow Input to be either controlled or uncontrolled (83751e2)
  • textarea: allow textarea to be either controlled or uncontrolled (af97f18)
  • toggle: allow toggle to be either controlled or uncontrolled (46d0647)