Skip to content

Commit ef7afb6

Browse files
Release v2.24.0
1 parent b357ff7 commit ef7afb6

58 files changed

Lines changed: 221 additions & 117 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.23.0
1+
v2.24.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v2.24.0](https://github.com/auth0/auth0-react/tree/v2.24.0) (2026-08-12)
4+
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.23.0...v2.24.0)
5+
6+
**Added**
7+
- feat: add useAuth0Suspense hook for handling auth loading state with React 19+ [\#1184](https://github.com/auth0/auth0-react/pull/1184) ([gyaneshgouraw-okta](https://github.com/gyaneshgouraw-okta))
8+
39
## [v2.23.0](https://github.com/auth0/auth0-react/tree/v2.23.0) (2026-08-05)
410
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.22.1...v2.23.0)
511

docs/assets/hierarchy.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.

docs/assets/navigation.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.

docs/assets/search.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.

docs/classes/AuthenticationError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Class AuthenticationError</h1></div>
1414
<div class="tsd-comment tsd-typography"><p>Thrown when handling the redirect callback fails, will be one of Auth0's
1515
Authentication API's Standard Error Responses: <a href="https://auth0.com/docs/api/authentication?javascript#standard-error-responses">https://auth0.com/docs/api/authentication?javascript#standard-error-responses</a></p>
1616
</div></section>
17-
<section class="tsd-panel tsd-hierarchy" data-refl="507">
17+
<section class="tsd-panel tsd-hierarchy" data-refl="514">
1818
<h4>Hierarchy (<a href="../hierarchy.html#AuthenticationError">View Summary</a>)</h4>
1919
<ul class="tsd-hierarchy">
2020
<li class="tsd-hierarchy-item"><a href="GenericError.html" class="tsd-signature-type tsd-kind-class">GenericError</a>

docs/classes/ConnectError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Class ConnectError</h1></div>
1414
<div class="tsd-comment tsd-typography"><p>Thrown when handling the redirect callback for the connect flow fails, will be one of Auth0's
1515
Authentication API's Standard Error Responses: <a href="https://auth0.com/docs/api/authentication?javascript#standard-error-responses">https://auth0.com/docs/api/authentication?javascript#standard-error-responses</a></p>
1616
</div></section>
17-
<section class="tsd-panel tsd-hierarchy" data-refl="685">
17+
<section class="tsd-panel tsd-hierarchy" data-refl="692">
1818
<h4>Hierarchy (<a href="../hierarchy.html#ConnectError">View Summary</a>)</h4>
1919
<ul class="tsd-hierarchy">
2020
<li class="tsd-hierarchy-item"><a href="GenericError.html" class="tsd-signature-type tsd-kind-class">GenericError</a>

docs/classes/GenericError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Class GenericError</h1></div>
1313
<section class="tsd-panel tsd-comment">
1414
<div class="tsd-comment tsd-typography"><p>Thrown when network requests to the Auth server fail.</p>
1515
</div></section>
16-
<section class="tsd-panel tsd-hierarchy" data-refl="616">
16+
<section class="tsd-panel tsd-hierarchy" data-refl="623">
1717
<h4>Hierarchy (<a href="../hierarchy.html#GenericError">View Summary</a>)</h4>
1818
<ul class="tsd-hierarchy">
1919
<li class="tsd-hierarchy-item"><span class="tsd-signature-type">Error</span>

docs/classes/InvalidConfigurationError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Class InvalidConfigurationError</h1></div>
1414
<div class="tsd-comment tsd-typography"><p>Thrown at construction time for an invalid option combination (e.g.
1515
<code>refreshTokenMode: 'online'</code> without <code>useDpop: true</code>). The <code>suggestion</code> names the fix.</p>
1616
</div></section>
17-
<section class="tsd-panel tsd-hierarchy" data-refl="590">
17+
<section class="tsd-panel tsd-hierarchy" data-refl="597">
1818
<h4>Hierarchy (<a href="../hierarchy.html#InvalidConfigurationError">View Summary</a>)</h4>
1919
<ul class="tsd-hierarchy">
2020
<li class="tsd-hierarchy-item"><a href="GenericError.html" class="tsd-signature-type tsd-kind-class">GenericError</a>

docs/classes/MfaChallengeError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h4 class="tsd-anchor-link" id="example">Example<a href="#example" aria-label="P
1919
</code><button type="button">Copy</button></pre>
2020

2121
</div></div></section>
22-
<section class="tsd-panel tsd-hierarchy" data-refl="822">
22+
<section class="tsd-panel tsd-hierarchy" data-refl="829">
2323
<h4>Hierarchy (<a href="../hierarchy.html#MfaChallengeError">View Summary</a>)</h4>
2424
<ul class="tsd-hierarchy">
2525
<li class="tsd-hierarchy-item"><a href="MfaError.html" class="tsd-signature-type tsd-kind-class">MfaError</a>

0 commit comments

Comments
 (0)