Skip to content

Commit c55b558

Browse files
Release v2.2.1 (auth0#561)
1 parent 3fc0faa commit c55b558

17 files changed

+47
-42
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v2.2.1](https://github.com/auth0/auth0-react/tree/v2.2.1) (2023-08-22)
4+
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.0...v2.2.1)
5+
6+
**Fixed**
7+
- bump auth0-spa-js to latest version [\#560](https://github.com/auth0/auth0-react/pull/560) ([frederikprijck](https://github.com/frederikprijck))
8+
39
## [v2.2.0](https://github.com/auth0/auth0-react/tree/v2.2.0) (2023-07-13)
410
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.1.1...v2.2.0)
511

docs/classes/OAuthError.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h4>Hierarchy</h4>
2727
<ul class="tsd-hierarchy">
2828
<li><span class="target">OAuthError</span></li></ul></li></ul></section><aside class="tsd-sources">
2929
<ul>
30-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/errors.tsx#L7">src/errors.tsx:7</a></li></ul></aside>
30+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/errors.tsx#L7">src/errors.tsx:7</a></li></ul></aside>
3131
<section class="tsd-panel-group tsd-index-group">
3232
<section class="tsd-panel tsd-index-panel">
3333
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -68,19 +68,19 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> error_description: <sp
6868
<h4 class="tsd-returns-title">Returns <a href="OAuthError.html" class="tsd-signature-type" data-tsd-kind="Class">OAuthError</a></h4><aside class="tsd-sources">
6969
<p>Overrides Error.constructor</p>
7070
<ul>
71-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/errors.tsx#L8">src/errors.tsx:8</a></li></ul></aside></li></ul></section></section>
71+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/errors.tsx#L8">src/errors.tsx:8</a></li></ul></aside></li></ul></section></section>
7272
<section class="tsd-panel-group tsd-member-group">
7373
<h2>Properties</h2>
7474
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="error" class="tsd-anchor"></a>
7575
<h3 class="tsd-anchor-link"><span>error</span><a href="#error" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
7676
<div class="tsd-signature">error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
7777
<ul>
78-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/errors.tsx#L8">src/errors.tsx:8</a></li></ul></aside></section>
78+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/errors.tsx#L8">src/errors.tsx:8</a></li></ul></aside></section>
7979
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="error_description" class="tsd-anchor"></a>
8080
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>error_<wbr/>description</span><a href="#error_description" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
8181
<div class="tsd-signature">error_<wbr/>description<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8282
<ul>
83-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/errors.tsx#L8">src/errors.tsx:8</a></li></ul></aside></section>
83+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/errors.tsx#L8">src/errors.tsx:8</a></li></ul></aside></section>
8484
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
8585
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
8686
<div class="tsd-signature">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">

docs/functions/Auth0Provider.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
3030
<h5>opts: <a href="../interfaces/Auth0ProviderOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">Auth0ProviderOptions</a></h5></li></ul></div>
3131
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
3232
<ul>
33-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/auth0-provider.tsx#L135">src/auth0-provider.tsx:135</a></li></ul></aside></li></ul></section></div>
33+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/auth0-provider.tsx#L135">src/auth0-provider.tsx:135</a></li></ul></aside></li></ul></section></div>
3434
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
3535
<div class="tsd-navigation settings">
3636
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

docs/functions/useAuth0.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
3636
<h5>context: <span class="tsd-signature-type">Context</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/Auth0ContextInterface.html" class="tsd-signature-type" data-tsd-kind="Interface">Auth0ContextInterface</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/User.html" class="tsd-signature-type" data-tsd-kind="Class">User</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = Auth0Context</span></h5></li></ul></div>
3737
<h4 class="tsd-returns-title">Returns <a href="../interfaces/Auth0ContextInterface.html" class="tsd-signature-type" data-tsd-kind="Interface">Auth0ContextInterface</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TUser</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
3838
<ul>
39-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/use-auth0.tsx#L27">src/use-auth0.tsx:27</a></li></ul></aside></li></ul></section></div>
39+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/use-auth0.tsx#L27">src/use-auth0.tsx:27</a></li></ul></aside></li></ul></section></div>
4040
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
4141
<div class="tsd-navigation settings">
4242
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

docs/functions/withAuth0.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h5>Component: <span class="tsd-signature-type">ComponentType</span><span class=
3939
<h5>context: <span class="tsd-signature-type">Context</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/Auth0ContextInterface.html" class="tsd-signature-type" data-tsd-kind="Interface">Auth0ContextInterface</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/User.html" class="tsd-signature-type" data-tsd-kind="Class">User</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = Auth0Context</span></h5></li></ul></div>
4040
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ComponentType</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">P</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;auth0&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
4141
<ul>
42-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/with-auth0.tsx#L29">src/with-auth0.tsx:29</a></li></ul></aside></li></ul></section></div>
42+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/with-auth0.tsx#L29">src/with-auth0.tsx:29</a></li></ul></aside></li></ul></section></div>
4343
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
4444
<div class="tsd-navigation settings">
4545
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

docs/functions/withAuthenticationRequired.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h5>Component: <span class="tsd-signature-type">ComponentType</span><span class=
3838
<h5>options: <a href="../interfaces/WithAuthenticationRequiredOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">WithAuthenticationRequiredOptions</a><span class="tsd-signature-symbol"> = {}</span></h5></li></ul></div>
3939
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">P</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
4040
<ul>
41-
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/2c80930/src/with-authentication-required.tsx#L97">src/with-authentication-required.tsx:97</a></li></ul></aside></li></ul></section></div>
41+
<li>Defined in <a href="https://github.com/auth0/auth0-react/blob/3fc0faa/src/with-authentication-required.tsx#L97">src/with-authentication-required.tsx:97</a></li></ul></aside></li></ul></section></div>
4242
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
4343
<div class="tsd-navigation settings">
4444
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

0 commit comments

Comments
 (0)