mirror of
https://github.com/zhigang1992/redux-form.git
synced 2026-04-30 21:32:32 +08:00
v6.0.4
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -33,9 +33,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/asyncValidation"
|
||||
breadcrumbs={generateExampleBreadcrumbs('asyncValidation', 'Async Validation Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('asyncValidation', 'Async Validation Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -6,7 +6,7 @@ hobbies. The following array manipulation actions are available, as raw action c
|
||||
actions to your form under the `this.props.array` object, and as actions bound to both the form
|
||||
and array on the object provided by the `FieldArray` component: `insert`, `pop`, `push`, `remove`,
|
||||
`shift`, `swap`, and `unshift`. More detail can be found under the
|
||||
[`FieldArray` docs](http://redux-form.com/6.0.3/docs/api/FieldArray.md).
|
||||
[`FieldArray` docs](http://redux-form.com/6.0.4/docs/api/FieldArray.md).
|
||||
|
||||
Notice that array-specific errors are available if set on the array structure itself under the
|
||||
`_error` key. (Hint: Add more than five hobbies to see an error.)
|
||||
|
||||
@@ -32,10 +32,10 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/fieldArrays"
|
||||
breadcrumbs={generateExampleBreadcrumbs('syncValidation',
|
||||
'Field Arrays Example', '6.0.3')}>
|
||||
'Field Arrays Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -32,9 +32,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/immutable"
|
||||
breadcrumbs={generateExampleBreadcrumbs('immutable', 'Immutable JS Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('immutable', 'Immutable JS Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -35,9 +35,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/initializeFromState"
|
||||
breadcrumbs={generateExampleBreadcrumbs('initializeFromState', 'Initialize From State Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('initializeFromState', 'Initialize From State Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -8,7 +8,7 @@ component as custom component.
|
||||
|
||||
For controls like `SelectField` we need to simulate the `onChange` manually. As props
|
||||
have been exposed in `redux-form` you can fire `onChange` manually.
|
||||
Read more [here](http://redux-form.com/6.0.3/docs/api/Field.md/#usage).
|
||||
Read more [here](http://redux-form.com/6.0.4/docs/api/Field.md/#usage).
|
||||
|
||||
The delay between when you click "Submit" and when the alert dialog pops up is intentional,
|
||||
to simulate server latency.
|
||||
|
||||
@@ -42,9 +42,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/material-ui/"
|
||||
breadcrumbs={generateExampleBreadcrumbs('material-ui', 'Material Ui Form Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('material-ui', 'Material Ui Form Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -32,10 +32,10 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/normalizing"
|
||||
breadcrumbs={generateExampleBreadcrumbs('normalizing',
|
||||
'Field Normalizing Example', '6.0.3')}>
|
||||
'Field Normalizing Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
4
examples/react-widgets/src/index.js
vendored
4
examples/react-widgets/src/index.js
vendored
@@ -38,9 +38,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/react-widgets/"
|
||||
breadcrumbs={generateExampleBreadcrumbs('react-widgets', 'React Widgets Form Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('react-widgets', 'React Widgets Form Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -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.3/docs/api/FormValueSelector.md/)
|
||||
[`formValueSelector`](http://redux-form.com/6.0.4/docs/api/FormValueSelector.md/)
|
||||
API.
|
||||
|
||||
**WARNING**: Use this method sparingly, as it will cause your _entire_ form to re-render every
|
||||
|
||||
@@ -37,11 +37,11 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/selectingFormValues"
|
||||
breadcrumbs={generateExampleBreadcrumbs('selectingFormValues',
|
||||
'Selecting Form Values Example',
|
||||
'6.0.3')}>
|
||||
'6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -31,9 +31,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/simple"
|
||||
breadcrumbs={generateExampleBreadcrumbs('simple', 'Simple Form Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('simple', 'Simple Form Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -24,9 +24,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/submitValidation"
|
||||
breadcrumbs={generateExampleBreadcrumbs('submitValidation', 'Submit Validation Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('submitValidation', 'Submit Validation Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -31,10 +31,10 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/syncValidation"
|
||||
breadcrumbs={generateExampleBreadcrumbs('syncValidation',
|
||||
'Synchronous Validation Example', '6.0.3')}>
|
||||
'Synchronous Validation Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charSet="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>Redux Form</title>
|
||||
<link href="http://redux-form.com/6.0.3/bundle.css"
|
||||
<link href="http://redux-form.com/6.0.4/bundle.css"
|
||||
media="screen, projection"
|
||||
rel="stylesheet" type="text/css"/>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"
|
||||
|
||||
@@ -36,9 +36,9 @@ let render = () => {
|
||||
* This <App/> component only provides the site wrapper.
|
||||
* Remove it on your dev server if you wish. It will not affect the functionality.
|
||||
*/
|
||||
version="6.0.3"
|
||||
version="6.0.4"
|
||||
path="/examples/wizard"
|
||||
breadcrumbs={generateExampleBreadcrumbs('wizard', 'Wizard Form Example', '6.0.3')}>
|
||||
breadcrumbs={generateExampleBreadcrumbs('wizard', 'Wizard Form Example', '6.0.4')}>
|
||||
|
||||
<Markdown content={readme}/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user