Skip to content

Commit 051225d

Browse files
Release v2.22.1
1 parent 8b6a0bd commit 051225d

102 files changed

Lines changed: 9658 additions & 623 deletions

File tree

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.22.0
1+
v2.22.1

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.22.1](https://github.com/auth0/auth0-react/tree/v2.22.1) (2026-07-29)
4+
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.22.0...v2.22.1)
5+
6+
**Changed**
7+
- chore(deps): bump @auth0/auth0-spa-js from 2.24.0 to 2.24.1 [\#1180](https://github.com/auth0/auth0-react/pull/1180) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
39
## [v2.22.0](https://github.com/auth0/auth0-react/tree/v2.22.0) (2026-07-17)
410
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.21.0...v2.22.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/highlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
.hl-12 { color: var(--hl-12); }
125125
.hl-13 { color: var(--hl-13); }
126126
.hl-14 { color: var(--hl-14); }
127-
pre, code { background: var(--code-background); }
127+
pre, code, math[display='block'] { background: var(--code-background); }

docs/assets/main.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/assets/style.css

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,15 @@
504504
body {
505505
background: var(--color-background);
506506
font-family:
507-
-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
508-
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
507+
-apple-system,
508+
BlinkMacSystemFont,
509+
"Segoe UI",
510+
"Noto Sans",
511+
Helvetica,
512+
Arial,
513+
sans-serif,
514+
"Apple Color Emoji",
515+
"Segoe UI Emoji";
509516
font-size: 16px;
510517
color: var(--color-text);
511518
margin: 0;
@@ -531,6 +538,14 @@
531538
scroll-margin-block: calc(var(--dim-header-height) + 0.5rem);
532539
}
533540

541+
math[display="block"] {
542+
position: relative;
543+
padding: 10px;
544+
border: 1px solid var(--color-accent);
545+
border-radius: 0.8em;
546+
margin-bottom: 8px;
547+
}
548+
534549
code,
535550
pre {
536551
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
@@ -1047,7 +1062,7 @@
10471062

10481063
cursor: pointer;
10491064
}
1050-
.tsd-accordion-summary a {
1065+
.tsd-accordion-summary > a {
10511066
width: calc(100% - 1.5rem);
10521067
}
10531068
.tsd-accordion-summary > * {

0 commit comments

Comments
 (0)