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

React Redux Form v1.8.0

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 07 Mar 14:39
· 377 commits to master since this release

React-Redux Fixes

This is a minor push mainly because issues with the newest major version of react-redux@5 broke some of the functionality with <LocalForm>. Thankfully, it's been fixed! Details here: reduxjs/react-redux#589

Fixes and Enhancements

  • Both controlProps and props defined directly on the <Control> can now be safely used together - they won't override each other, as the default behavior is to instead merge those props directly to the rendered control. #680
  • Small fix to prevent a warning by preventing passing the storeSubscription prop to <form> (related to react-redux@5). #623
  • Some sanity checking for form.$form to see if it's undefined done by @tonaphone #681
  • An issue with event persisting that broke debouncing has been fixed: #690