Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

React Redux Form v0.14.1

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 08 Jul 14:30
· 1072 commits to master since this release

Fixes and Enhancements

  • Validation actions such as setValidity, setFieldsErrors and setErrors are optimized in <Field> and <Form> to only dispatch when the validity has actually changed, instead of dispatching on every single change.
  • The edge case where the numeric value 0 resulted in an empty <input /> text field has been resolved: #311
  • TypeScript definition file updated: #310