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

React Redux Form v1.0.11

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 21 Oct 06:11
· 665 commits to master since this release

Fixes and Enhancements

  • Dispatching actions.reset(...) now resets the value to the last initial value created by actions.load (or the original initial value if this does not apply). #426
  • The validateOn={[...]} prop now detects multiple events. #454
  • The .valid prop is now reset correctly for child fields when validity for a parent model is reset. #463
  • When a field is changed/made dirty, the pristine value is now correctly set. #464
  • Disallowed/unknown props are stripped from rendered components in <Control> to prevent React warnings. #465 #468