Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.62 KB

1.1.3 (2018-02-07)

Bug Fixes

  • PropTypes: Add object to allowed types for required prop (#75) (fe60d06)

1.1.2 (2017-12-13)

Bug Fixes

  • deprecation: Make Wrapper deprecation warning only show once (#30) (a1c0bbe)
  • binding: Fix resetForm throwing error due to bad binding (#41) (b58cfd)

1.1.1 (2017-11-22)

Bug Fixes

  • email validation: Fix email validation broken for new domains (f8dc5f)
  • hoc binding: Bind all necessary methods of the HOC (5ea795)

Features

  • changelog: Changelog with conventional-commits (#26) (d6ce00c)

1.1.0 (2017-11-21)

Features

  • react16: add support for react16 by loosening dev and peer dependencies (16b9065)