This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.8.0
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
controlPropsand 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
storeSubscriptionprop to<form>(related toreact-redux@5). #623 - Some sanity checking for
form.$formto see if it's undefined done by @tonaphone #681 - An issue with event persisting that broke debouncing has been fixed: #690