Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 2.15 KB

1.1.4 (2018-03-05)

Bug Fixes

  • IE Scrolling: Scroll in IE does not work if form is disabled (#81) (b00bcab)
  • isDefaultRequiredValue: Fix isDefaultRequiredValue to also consider null as an empty value. (#82) (8fbc7ef)

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)