release prep

This commit is contained in:
Erik Rasmussen
2016-08-01 21:45:50 +02:00
parent 8b9502cccf
commit a156742a3a
23 changed files with 32 additions and 28 deletions

View File

@@ -19,7 +19,7 @@
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-form": "file:../../",
"redux-form-website-template": "0.0.33"
"redux-form-website-template": "0.0.34"
},
"devDependencies": {
"babel-core": "^6.3.15",

View File

@@ -4,7 +4,7 @@ There may be times when, in your form component, you would like to have access t
some of the fields in your form. To get them, you will need to `connect()` directly to the form
values in the Redux store. To facilitate this common use case, `redux-form` provides a convenient
selector via the
[`formValueSelector`](http://redux-form.com/6.0.0-rc.3/docs/api/FormValueSelector.md/)
[`formValueSelector`](http://redux-form.com/6.0.0-rc.4/docs/api/FormValueSelector.md/)
API.
**WARNING**: Use this method sparingly, as it will cause your _entire_ form to re-render every