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

React Redux Form v0.14.4

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 03 Aug 01:41
· 1058 commits to master since this release

UMD Build
Thanks to the work by @mdgbayly, React Redux Form now builds a proper UMD build: #341 πŸŽ‰

We'll be tweaking this to make it more easily accessible in demos and examples in the documentation.

Version 1.0 Beta
Also, Version 1.0 beta is out, and can be downloaded via npm install react-redux-form@beta. I will be writing the new documentation soon and there are still a bunch of features to be added, so only play around witht his if you're curious right now. The biggest breaking change is around the simplification of the formReducer and the ability to use plugins with it (so it's a good breaking change), and everything else remains largely the same, with some fun performance enhancements and extra features.