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

React Redux Form v0.13.7

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 08 Jun 15:27
· 1106 commits to master since this release

Improvements

  • Removed the unnecessary dependency on flat! πŸŽ‰
  • The <Errors> component now returns null instead of an empty <div> when there are no errors to be displayed. #266
  • (Internal) The getFormStateKey(...) function has been optimized for performance. #262

Bug Fixes

  • <Field> components now properly trigger validation again when their model changes (even indirectly, e.g., from an action.merge(...) or a parent model update). #264