Skip to content

Commit 5ffe55b

Browse files
committed
update all links to point to current version
1 parent 5a1c1df commit 5ffe55b

File tree

23 files changed

+39
-39
lines changed

23 files changed

+39
-39
lines changed

8.3.0/docs/Flow.md/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PROJECT_ROOT>/node_modules/editions # you can still selectively ignore packages that cause flow errors
3838
[include]
3939
...</code></pre><h2 class="heading___2W8-L" id="props-types">Props Types <a href="#props-types" class="anchor___j3LpN">#</a></h2><p>This will give you the types of the
40-
<a href="https://redux-form.com/8.2.2/docs/api/Props.md/"><code>props</code></a> that will be injected
40+
<a href="https://redux-form.com/8.3.0/docs/api/Props.md/"><code>props</code></a> that will be injected
4141
into your decorated form component by the <code>reduxForm()</code> higher order component.</p>
4242
<h3 class="heading___2W8-L" id="-code-formprops-code-"><code>FormProps</code> <a href="#-code-formprops-code-" class="anchor___j3LpN">#</a></h3><pre class="language-jsx"><code class="language-jsx">
4343
<span class="token keyword" >import</span> type <span class="token punctuation" >{</span> FormProps <span class="token punctuation" >}</span> <span class="token keyword" >from</span> <span class="token string" >'redux-form'</span>
@@ -58,7 +58,7 @@ <h3 class="heading___2W8-L" id="-code-formprops-code-"><code>FormProps</code> <a
5858
</code></pre>
5959

6060
<h3 class="heading___2W8-L" id="-code-fieldprops-code-"><code>FieldProps</code> <a href="#-code-fieldprops-code-" class="anchor___j3LpN">#</a></h3><p>This will give you the shape of the props provided from
61-
<a href="https://redux-form.com/8.2.2/docs/api/Field.md/"><code>Field</code></a> to your field
61+
<a href="https://redux-form.com/8.3.0/docs/api/Field.md/"><code>Field</code></a> to your field
6262
component.</p>
6363
<pre class="language-jsx"><code class="language-jsx">
6464
<span class="token keyword" >import</span> type <span class="token punctuation" >{</span> FieldProps <span class="token punctuation" >}</span> <span class="token keyword" >from</span> <span class="token string" >'redux-form'</span>
@@ -76,7 +76,7 @@ <h3 class="heading___2W8-L" id="-code-fieldprops-code-"><code>FieldProps</code>
7676
</code></pre>
7777

7878
<h3 class="heading___2W8-L" id="-code-fieldsprops-code-"><code>FieldsProps</code> <a href="#-code-fieldsprops-code-" class="anchor___j3LpN">#</a></h3><p>This will give you the shape of the props provided from
79-
<a href="https://redux-form.com/8.2.2/docs/api/Fields.md/"><code>Fields</code></a> to your fields
79+
<a href="https://redux-form.com/8.3.0/docs/api/Fields.md/"><code>Fields</code></a> to your fields
8080
component.</p>
8181
<pre class="language-jsx"><code class="language-jsx">
8282
<span class="token keyword" >import</span> type <span class="token punctuation" >{</span> FieldsProps <span class="token punctuation" >}</span> <span class="token keyword" >from</span> <span class="token string" >'redux-form'</span>
@@ -98,7 +98,7 @@ <h3 class="heading___2W8-L" id="-code-fieldsprops-code-"><code>FieldsProps</code
9898
</code></pre>
9999

100100
<h3 class="heading___2W8-L" id="-code-fieldarrayprops-code-"><code>FieldArrayProps</code> <a href="#-code-fieldarrayprops-code-" class="anchor___j3LpN">#</a></h3><p>This will give you the shape of the props provided from
101-
<a href="https://redux-form.com/8.2.2/docs/api/FieldArray.md/"><code>FieldArray</code></a> to your
101+
<a href="https://redux-form.com/8.3.0/docs/api/FieldArray.md/"><code>FieldArray</code></a> to your
102102
field array component.</p>
103103
<pre class="language-jsx"><code class="language-jsx">
104104
<span class="token keyword" >import</span> type <span class="token punctuation" >{</span> FieldArrayProps <span class="token punctuation" >}</span> <span class="token keyword" >from</span> <span class="token string" >'redux-form'</span>

8.3.0/docs/GettingStarted.md/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 class="heading___2W8-L" id="overview">Overview <a href="#overview" class="an
6565
</tbody></table>
6666
<h2 class="heading___2W8-L" id="data-flow">Data flow <a href="#data-flow" class="anchor___j3LpN">#</a></h2><p>The diagram below represents the simplified data flow. Note that in most cases
6767
you don&#39;t need to worry about the
68-
<a href="https://redux-form.com/8.2.2/docs/api/ActionCreators.md/">action creators</a> for
68+
<a href="https://redux-form.com/8.3.0/docs/api/ActionCreators.md/">action creators</a> for
6969
yourself, as they&#39;re already bound to dispatch for certain actions.</p>
7070
<div style="text-align: center;">
7171
<img src="https://github.com/redux-form/redux-form/raw/master/docs/reduxFormDiagram.png" width="500" style="max-width: 100%;"/>
@@ -105,7 +105,7 @@ <h2 class="heading___2W8-L" id="basic-usage-guide">Basic Usage Guide <a href="#b
105105
<p>Now your store knows how to handle actions coming from the form components.</p>
106106
<p><strong>NOTE:</strong> The key used to pass the <code>redux-form</code> reducer should be named
107107
<strong><code>form</code></strong>. If you need a custom key for some reason see
108-
<a href="https://redux-form.com/8.2.2/docs/api/ReduxForm.md/#-getformstate-function-optional-"><code>getFormState</code> config</a>
108+
<a href="https://redux-form.com/8.3.0/docs/api/ReduxForm.md/#-getformstate-function-optional-"><code>getFormState</code> config</a>
109109
for more details.</p>
110110
<h3 class="heading___2W8-L" id="step-2-of-4-form-component">Step 2 of 4: Form component <a href="#step-2-of-4-form-component" class="anchor___j3LpN">#</a></h3><p>To make your form component communicate with the store, we need to wrap it with
111111
<code>reduxForm()</code>. It will provide the props about the form state and function to
@@ -153,7 +153,7 @@ <h3 class="heading___2W8-L" id="step-3-of-4-form-code-lt-field-gt-code-component
153153
maintain the input state under the hood.</p>
154154
<p><strong>NOTE</strong>: <code>&lt;Field/&gt;</code> component is much more powerful. Apart from basic input
155155
types, it can take a class or a stateless component. When you&#39;re ready, go to
156-
the <a href="https://redux-form.com/8.2.2/docs/api/Field.md/#usage">docs</a> to find out
156+
the <a href="https://redux-form.com/8.3.0/docs/api/Field.md/#usage">docs</a> to find out
157157
more.</p>
158158
<p>Let&#39;s finish up our contact form:</p>
159159
<pre class="language-jsx"><code class="language-jsx">
@@ -209,15 +209,15 @@ <h3 class="heading___2W8-L" id="step-4-of-4-reacting-to-submit">Step 4 of 4: Rea
209209
</code></pre>
210210

211211
<p>You can now take it from here. We recommend to check out the
212-
<a href="https://redux-form.com/8.2.2/examples/">examples</a>. The common next steps could
212+
<a href="https://redux-form.com/8.3.0/examples/">examples</a>. The common next steps could
213213
also be:</p>
214214
<ul>
215215
<li>setting the
216-
<a href="https://redux-form.com/8.2.2/examples/initializeFromState/">initial form values</a>,</li>
216+
<a href="https://redux-form.com/8.3.0/examples/initializeFromState/">initial form values</a>,</li>
217217
<li>implementing the
218-
<a href="https://redux-form.com/8.2.2/examples/syncValidation/">validation</a>,</li>
218+
<a href="https://redux-form.com/8.3.0/examples/syncValidation/">validation</a>,</li>
219219
<li>creating dynamic forms with
220-
<a href="https://redux-form.com/8.2.2/examples/fieldArrays/">arrays of fields</a>.</li>
220+
<a href="https://redux-form.com/8.3.0/examples/fieldArrays/">arrays of fields</a>.</li>
221221
</ul>
222222
</div></div></div><div class="footer___1oh0h"><div>Created by Erik Rasmussen</div><div>Got questions? Ask for help:<a class="help___3OayI" href="https://stackoverflow.com/questions/ask?tags=redux-form" title="Stack Overflow" target="_blank"><i class="fa fa-fw fa-stack-overflow"></i></a><a class="help___3OayI" href="https://github.com/erikras/redux-form/issues/new" title="Github" target="_blank"><i class="fa fa-fw fa-github"></i></a></div><div><a href="https://twitter.com/erikras" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @erikras</a><a href="https://twitter.com/ReduxForm" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ReduxForm</a></div><div><a href="https://www.netlify.com" target="_blank"><img src="https://www.netlify.com/img/global/badges/netlify-color-bg.svg"/></a></div></div></div></div>
223223
</div>

8.3.0/docs/MigrationGuide.md/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ <h4 class="heading___2W8-L" id="-code-v6-code-"><code>v6</code> <a href="#-code-
288288
</code></pre>
289289

290290
<p>See the
291-
<a href="https://redux-form.com/8.2.2/examples/normalizing/">Normalizing Example</a> and
292-
<a href="https://redux-form.com/8.2.2/docs/ValueLifecycle.md/">Value Lifecycle</a> for more
291+
<a href="https://redux-form.com/8.3.0/examples/normalizing/">Normalizing Example</a> and
292+
<a href="https://redux-form.com/8.3.0/docs/ValueLifecycle.md/">Value Lifecycle</a> for more
293293
details.</p>
294294
<h2 class="heading___2W8-L" id="listening-to-other-actions">Listening to other actions <a href="#listening-to-other-actions" class="anchor___j3LpN">#</a></h2><p>The <code>plugin()</code> API is identical to that of <code>v5</code>. However, the internal structure
295295
of the form state <em>has</em> changed, so your plugin reducer that was modifying it

8.3.0/docs/api/Fields.md/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h4 class="heading___2W8-L" id="-code-getrenderedcomponent-code-"><code>getRende
170170
component.</p>
171171
</blockquote>
172172
<h2 class="heading___2W8-L" id="props">Props <a href="#props" class="anchor___j3LpN">#</a></h2><p>The props that <code>Fields</code> will pass to your component are
173-
<a href="https://redux-form.com/8.2.2/docs/api/Field.md/#props">the same <code>input</code> and <code>meta</code> structures that <code>Field</code> generates</a>,
173+
<a href="https://redux-form.com/8.3.0/docs/api/Field.md/#props">the same <code>input</code> and <code>meta</code> structures that <code>Field</code> generates</a>,
174174
except that they are broken up into the structure of the fields you gave as
175175
<code>names</code>.</p>
176176
<p>Any additional props that you pass to <code>Field</code> will be included at the root of

8.3.0/docs/api/Form.md/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
component</li>
3636
<li><strong>AND EITHER:</strong><ul>
3737
<li>initiating your submission via the
38-
<a href="https://redux-form.com/8.2.2/docs/api/ReduxForm.md/#-submit-promise-"><code>submit()</code> Instance API</a>
38+
<a href="https://redux-form.com/8.3.0/docs/api/ReduxForm.md/#-submit-promise-"><code>submit()</code> Instance API</a>
3939
(i.e. calling it directly on a reference to your decorated form component)</li>
4040
<li>initiating your submission by
41-
<a href="https://redux-form.com/8.2.2/examples/remoteSubmit/">dispatching the <code>submit(form)</code> action</a></li>
41+
<a href="https://redux-form.com/8.3.0/examples/remoteSubmit/">dispatching the <code>submit(form)</code> action</a></li>
4242
</ul>
4343
</li>
4444
</ul>

8.3.0/docs/api/FormValueSelector.md/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="heading___2W8-L" id="importing">Importing <a href="#importing" class=
4242
<h2 class="heading___2W8-L" id="parameters">Parameters <a href="#parameters" class="anchor___j3LpN">#</a></h2><h3 class="heading___2W8-L" id="-code-form-string-code-required-"><code>form : String</code> [required] <a href="#-code-form-string-code-required-" class="anchor___j3LpN">#</a></h3><blockquote>
4343
<p>The name of the form you are connecting to. Must be the same as the <code>form</code>
4444
config value you gave to
45-
<a href="https://redux-form.com/8.2.2/docs/api/ReduxForm.md/"><code>reduxForm()</code></a>.</p>
45+
<a href="https://redux-form.com/8.3.0/docs/api/ReduxForm.md/"><code>reduxForm()</code></a>.</p>
4646
</blockquote>
4747
<h3 class="heading___2W8-L" id="-code-getformstate-function-code-optional-"><code>getFormState : Function</code> [optional] <a href="#-code-getformstate-function-code-optional-" class="anchor___j3LpN">#</a></h3><blockquote>
4848
<p>If you are using the <code>getFormState()</code> config parameter to keep the
@@ -88,7 +88,7 @@ <h3 class="heading___2W8-L" id="3-use-the-selector-as-code-mapstatetoprops-code-
8888
</code></pre>
8989

9090
<h2 class="heading___2W8-L" id="example">Example <a href="#example" class="anchor___j3LpN">#</a></h2><p>See the
91-
<a href="https://redux-form.com/8.2.2/examples/selectingFormValues/">Selecting Form Values</a>
91+
<a href="https://redux-form.com/8.3.0/examples/selectingFormValues/">Selecting Form Values</a>
9292
example.</p>
9393
</div></div></div><div class="footer___1oh0h"><div>Created by Erik Rasmussen</div><div>Got questions? Ask for help:<a class="help___3OayI" href="https://stackoverflow.com/questions/ask?tags=redux-form" title="Stack Overflow" target="_blank"><i class="fa fa-fw fa-stack-overflow"></i></a><a class="help___3OayI" href="https://github.com/erikras/redux-form/issues/new" title="Github" target="_blank"><i class="fa fa-fw fa-github"></i></a></div><div><a href="https://twitter.com/erikras" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @erikras</a><a href="https://twitter.com/ReduxForm" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ReduxForm</a></div><div><a href="https://www.netlify.com" target="_blank"><img src="https://www.netlify.com/img/global/badges/netlify-color-bg.svg"/></a></div></div></div></div>
9494
</div>

8.3.0/docs/api/FormValues.md/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2 class="heading___2W8-L" id="importing">Importing <a href="#importing" class=
3939
</code></pre>
4040

4141
<h2 class="heading___2W8-L" id="parameters">Parameters <a href="#parameters" class="anchor___j3LpN">#</a></h2><h3 class="heading___2W8-L" id="name">name <a href="#name" class="anchor___j3LpN">#</a></h3><p>The path to the field, exactly like the <code>name</code> parameter of
42-
<a href="https://redux-form.com/8.2.2/docs/api/Field.md/"><code>&lt;Field/&gt;</code></a>.</p>
42+
<a href="https://redux-form.com/8.3.0/docs/api/Field.md/"><code>&lt;Field/&gt;</code></a>.</p>
4343
<h3 class="heading___2W8-L" id="options-prop-name-">options: {prop: name, ...} <a href="#options-prop-name-" class="anchor___j3LpN">#</a></h3><p>If you use the first form with the options object, the keys of the object will
4444
be the names of the props passed.</p>
4545
<h3 class="heading___2W8-L" id="valuesmapper-props-gt-name-string-props-gt-options-object-lt-string-string-gt-">valuesMapper: (props) =&gt; name:String | (props) =&gt; options:Object&lt;String, String&gt; <a href="#valuesmapper-props-gt-name-string-props-gt-options-object-lt-string-string-gt-" class="anchor___j3LpN">#</a></h3><p>A function to map values. Like this you can create the path to the field(s)

8.3.0/docs/api/Props.md/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<p>The <code>props</code> listed on this page are the <code>props</code> that <code>redux-form</code> generates to
3131
give to your decorated form component. The <code>props</code> that <em>you pass into your
3232
wrapped component</em> are listed
33-
<a href="https://redux-form.com/8.2.2/docs/api/ReduxForm.md/">here</a>.</p>
33+
<a href="https://redux-form.com/8.3.0/docs/api/ReduxForm.md/">here</a>.</p>
3434
</blockquote>
3535
<blockquote>
3636
<p>If you are a strict <code>PropTypes</code> completionist, <code>redux-form</code> exports all of

8.3.0/docs/api/ReduxForm.md/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3 class="heading___2W8-L" id="optional">Optional <a href="#optional" class="an
5252
</blockquote>
5353
<blockquote>
5454
<p>See
55-
<a href="https://redux-form.com/8.2.2/examples/asyncValidation/">Asynchronous Blur Validation Example</a>
55+
<a href="https://redux-form.com/8.3.0/examples/asyncValidation/">Asynchronous Blur Validation Example</a>
5656
for more details.</p>
5757
</blockquote>
5858
<h4 class="heading___2W8-L" id="-code-asyncchangefields-array-lt-string-gt-code-optional-"><code>asyncChangeFields : Array&lt;String&gt;</code> [optional] <a href="#-code-asyncchangefields-array-lt-string-gt-code-optional-" class="anchor___j3LpN">#</a></h4><blockquote>
@@ -61,7 +61,7 @@ <h4 class="heading___2W8-L" id="-code-asyncchangefields-array-lt-string-gt-code-
6161
</blockquote>
6262
<blockquote>
6363
<p>See
64-
<a href="https://redux-form.com/8.2.2/examples/asyncChangeValidation/">Asynchronous Change Validation Example</a>
64+
<a href="https://redux-form.com/8.3.0/examples/asyncChangeValidation/">Asynchronous Change Validation Example</a>
6565
for more details.</p>
6666
</blockquote>
6767
<h4 class="heading___2W8-L" id="-code-asyncvalidate-values-object-dispatch-function-props-object-blurredfield-string-gt-promise-lt-undefined-errors-object-gt-code-optional-"><code>asyncValidate : (values:Object, dispatch:Function, props:Object, blurredField:String) =&gt; Promise&lt;undefined, errors:Object&gt;</code> [optional] <a href="#-code-asyncvalidate-values-object-dispatch-function-props-object-blurredfield-string-gt-promise-lt-undefined-errors-object-gt-code-optional-" class="anchor___j3LpN">#</a></h4><blockquote>
@@ -72,7 +72,7 @@ <h4 class="heading___2W8-L" id="-code-asyncvalidate-values-object-dispatch-funct
7272
</blockquote>
7373
<blockquote>
7474
<p>See
75-
<a href="https://redux-form.com/8.2.2/examples/asyncValidation/">Asynchronous Blur Validation Example</a>
75+
<a href="https://redux-form.com/8.3.0/examples/asyncValidation/">Asynchronous Blur Validation Example</a>
7676
for more details.</p>
7777
</blockquote>
7878
<h4 class="heading___2W8-L" id="-code-destroyonunmount-boolean-code-optional-"><code>destroyOnUnmount : boolean</code> [optional] <a href="#-code-destroyonunmount-boolean-code-optional-" class="anchor___j3LpN">#</a></h4><blockquote>
@@ -420,7 +420,7 @@ <h4 class="heading___2W8-L" id="-code-validate-values-object-props-object-gt-err
420420
</blockquote>
421421
<blockquote>
422422
<p>See
423-
<a href="https://redux-form.com/8.2.2/examples/syncValidation/">Synchronous Validation Example</a>
423+
<a href="https://redux-form.com/8.3.0/examples/syncValidation/">Synchronous Validation Example</a>
424424
for more details.</p>
425425
</blockquote>
426426
<h4 class="heading___2W8-L" id="-code-warn-values-object-props-object-gt-warnings-object-code-optional-"><code>warn : (values:Object, props:Object) =&gt; warnings:Object</code> [optional] <a href="#-code-warn-values-object-props-object-gt-warnings-object-code-optional-" class="anchor___j3LpN">#</a></h4><blockquote>

8.3.0/examples/asyncChangeValidation/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)