Skip to content

1.5.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 19 Sep 16:02
· 206 commits to master since this release

Migration

Package

  • Removes immutable peer dependency. React is the only peer dependency now.

API

  • Supports initialValues for a form (#271)
  • Supports transformation of serialized fields (#245)
  • Supports setting targeted error messages to fields using form reference (#209)
  • Field.props.rule now behaves as a reactive prop (#249)
  • Adds validated field prop into fieldState (#151)

Internals

  • Introduces huge architectural rewrite. Field update and validation are now functional compositions.
  • Prepared a thorough update of the Official documentation. Browse through new sections that cover the functionality in a more approachable way. Examples, examples everywhere!