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

React Redux Form v1.0.9

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 10 Oct 14:41
· 701 commits to master since this release

πŸŽ‰ Milestones πŸŽ‰

  • 1,000 commits!
  • Over 1,000 unit tests!
  • Almost 1,000 stars? Spread the word! πŸ˜‰

Enhancements and Fixes

  • Fixed bug where a form was considered valid if all of its fields were valid, even though (by its own validity) it is invalid. #450
  • The shouldComponentUpdate logic was modified in <Errors> to handle dynamic properties, such as show={...}. #444
  • Parsing now correctly occurs when you press Enter on a control; that is, when you submit the form from a control. #451
  • TypeScript definition file updated - thanks @BrianDGLS! #456
  • Internal getFormStateKey now targets the most specific form state, instead of the most general form state. #455
  • Custom changeAction={...} now works in <Control.checkbox />. #440
  • Lots of Immutable.JS compatibility work in progress by @erin-doyle! Huge thanks! #457