Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

v1.10.0

Compare
Choose a tag to compare
@jonthomp jonthomp released this 05 Jun 16:19
· 482 commits to master since this release
9a48d0e

1.10.0 (2018-06-05)

Bug Fixes

  • Button: add displayName (63b78b8), closes #208
  • Button: fix missing onClick and to props (5805832)
  • FormInputGroup: make breaking change non-breaking (cf963e7)
  • FormInputGroupAppendPrepend: remove uneccasary span (89e1e9e)
  • FormRadio: only wrap in label if label is used (beeacf5)

Features

  • Form: add a new all-in-one Form with single Input and Button (564c7dd)
  • FormCheckbox: only wrap in label if label exists (0d1397b)
  • FormGroup: create input from prop (34f95b2)
  • FormInput: add label prop (519d28d)
  • FormInputGroup: add inputProps prop (d2d4628)
  • FormInputGroup: use FormInputGroupAppend/Prepend (5582f88)
  • FormSelect: add missing props (ee57c54)
  • FormTextarea: add label prop (3e73442)