Skip to content

v0.8.0

Compare
Choose a tag to compare
@tkrotoff tkrotoff released this 26 Apr 22:48
· 268 commits to master since this release

Features

  • Async support
  • Rewrite to allow nested FieldFeedbacks
  • Strip console.* in production thanks to rollup-plugin-strip
  • Add reset(), see #22

Breaking Changes

  • FieldFeedbacks show attribute replaced by stop
  • validateFields() returns Promise<Field[]>
  • Add validateForm(): does not re-validate fields already validated contrary to validateFields()
  • Improve typings, see DefinitelyTyped/DefinitelyTyped#16318 (comment)

Fixes

  • Fix computeFieldFeedbackKey() implementation
  • Fix possible crash with React Native, see 03d72e1