Skip to content

Latest commit

 

History

History
152 lines (90 loc) · 8 KB

CHANGELOG.md

File metadata and controls

152 lines (90 loc) · 8 KB

Changelog

v1.3.1 (2020-07-30)

Full Changelog

Fixed bugs:

  • Changes to validation arg doesn't update validation function #235

Merged pull requests:

v1.3.0 (2020-06-14)

Full Changelog

Additions:

  • Add support for providing value to onChange #41
  • Add support for React Native #35
  • Add non DOM event support to onChange #123 (andyrichardson)

Closed issues:

  • Add sitemap to docs #49
  • Update branching example to use consistent theming #47

Merged pull requests:

v1.2.1 (2020-02-25)

Full Changelog

Fixed bugs:

Closed issues:

  • Add docs for branching #26

Merged pull requests:

v1.2.0 (2020-02-05)

Full Changelog

Breaking changes:

Additions:

  • Add tracking of 'hasChanged' and 'hasBlurred' states #21

Merged pull requests:

v1.1.2 (2020-01-21)

Full Changelog

Fixed bugs:

  • Fix initial value for radio inputs #30
  • Fix initial value for checkbox inputs #28
  • Textarea onChange error #24

Closed issues:

  • Add examples for validation and conditional rendering #33
  • Add documentation for checkbox inputs #23
  • Explain how to handle submission of field values #22

Merged pull requests:

v1.1.1 (2020-01-10)

Full Changelog

Fixed bugs:

  • Handle destroy on unmount changing value #18

Merged pull requests:

v1.1.0 (2020-01-09)

Full Changelog

Breaking changes:

  • Fields without validation should be valid by default #11

Closed issues:

  • Add docs #4

Merged pull requests:

v1.0.3 (2019-12-22)

Full Changelog

Fixed bugs:

  • Error thrown when using checkboxes #6
  • No dist in published version 1.0.0 #1

Closed issues:

  • Remove unnecessary dependency "react-dom" #8

Merged pull requests:

v1.0.2 (2019-11-27)

Full Changelog