This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.14.0
React 15.2.0 Support π
- This minor version doesn't break anything, but now supports the latest React v.0.15.2 by mitigating warnings caused by unknown properties appearing on DOM elements. This blacklists the
propTypes
from the following components:<Field>
<Form>
<Control>
<Errors>
See #304 for more info.
Enhancements and Fixes
- The
<Errors>
component should no longer render anything if there are no errors. #309 - The TypeScript definition file has been updated, thanks to @asvetliakov!
An alpha release for V1.0 is coming soon! If there are super important features you would like included in this version, feel free to open an issue marked with [V1.0]
.