Skip to content

Commit 85a6ded

Browse files
Release v2.2.0 (#1362)
**Added** - Custom Token Exchange [\#1344](#1344) ([tusharpandey13](https://github.com/tusharpandey13)) - Add RL-Secure workflow for scanning build artifacts [\#1281](#1281) ([developerkunal](https://github.com/developerkunal)) **Changed** - build(deps): Bump codecov/codecov-action from 3.1.4 to 3.1.5 [\#1238](#1238) ([dependabot[bot]](https://github.com/apps/dependabot)) - build(deps-dev): Bump ejs from 3.1.8 to 3.1.10 [\#1267](#1267) ([dependabot[bot]](https://github.com/apps/dependabot)) - build(deps-dev): Bump braces from 3.0.2 to 3.0.3 [\#1278](#1278) ([dependabot[bot]](https://github.com/apps/dependabot)) - build(deps-dev): Bump axios from 1.6.2 to 1.7.7 [\#1298](#1298) ([dependabot[bot]](https://github.com/apps/dependabot)) - Changed the trigger from pull_request_target to pull_request for better security [\#1297](#1297) ([gyaneshgouraw-okta](https://github.com/gyaneshgouraw-okta)) - Update codeowner file with new GitHub team name [\#1288](#1288) ([stevenwong-okta](https://github.com/stevenwong-okta)) - chore: migrate jenkins job to k8s agent pipeline [\#1251](#1251) ([xmanwms95](https://github.com/xmanwms95)) - build(deps-dev): Bump typedoc from 0.25.4 to 0.25.9 [\#1250](#1250) ([dependabot[bot]](https://github.com/apps/dependabot)) - build(deps): Bump actions/cache from 3 to 4 [\#1236](#1236) ([dependabot[bot]](https://github.com/apps/dependabot)) - build(deps-dev): Bump eslint from 8.55.0 to 8.56.0 [\#1223](#1223) ([dependabot[bot]](https://github.com/apps/dependabot)) - build(deps): Bump github/codeql-action from 2 to 3 [\#1221](#1221) ([dependabot[bot]](https://github.com/apps/dependabot)) - Update automated release process to latest version [\#1222](#1222) ([frederikprijck](https://github.com/frederikprijck)) - build(deps-dev): Bump browserstack-cypress-cli from 1.27.0 to 1.28.0 [\#1220](#1220) ([dependabot[bot]](https://github.com/apps/dependabot)) - build(deps-dev): Bump rollup-plugin-visualizer from 5.10.0 to 5.11.0 [\#1215](#1215) ([dependabot[bot]](https://github.com/apps/dependabot)) **Fixed** - Fix release workflows [\#1361](#1361) ([tusharpandey13](https://github.com/tusharpandey13)) - Use outputs for capturing release-notes [\#1218](#1218) ([frederikprijck](https://github.com/frederikprijck)) - Ensure tag-exists action works as intended [\#1217](#1217) ([frederikprijck](https://github.com/frederikprijck)) - Align release process by supporting npm provenance and tag and release-directory [\#1216](#1216) ([frederikprijck](https://github.com/frederikprijck)) - Bring back pull_request trigger to release process [\#1214](#1214) ([frederikprijck](https://github.com/frederikprijck))
1 parent 8db9732 commit 85a6ded

Some content is hidden

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

49 files changed

+268
-164
lines changed

.version

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

CHANGELOG.md

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

3+
## [v2.2.0](https://github.com/auth0/auth0-spa-js/tree/v2.2.0) (2025-05-28)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.1.3...v2.2.0)
6+
7+
**Added**
8+
9+
- Custom Token Exchange [\#1344](https://github.com/auth0/auth0-spa-js/pull/1344) ([tusharpandey13](https://github.com/tusharpandey13))
10+
- Add RL-Secure workflow for scanning build artifacts [\#1281](https://github.com/auth0/auth0-spa-js/pull/1281) ([developerkunal](https://github.com/developerkunal))
11+
- build(deps): Bump codecov/codecov-action from 3.1.4 to 3.1.5 [\#1238](https://github.com/auth0/auth0-spa-js/pull/1238) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
13+
**Changed**
14+
15+
- build(deps-dev): Bump ejs from 3.1.8 to 3.1.10 [\#1267](https://github.com/auth0/auth0-spa-js/pull/1267) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- build(deps-dev): Bump braces from 3.0.2 to 3.0.3 [\#1278](https://github.com/auth0/auth0-spa-js/pull/1278) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- build(deps-dev): Bump axios from 1.6.2 to 1.7.7 [\#1298](https://github.com/auth0/auth0-spa-js/pull/1298) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Changed the trigger from pull_request_target to pull_request for better security [\#1297](https://github.com/auth0/auth0-spa-js/pull/1297) ([gyaneshgouraw-okta](https://github.com/gyaneshgouraw-okta))
19+
- Update codeowner file with new GitHub team name [\#1288](https://github.com/auth0/auth0-spa-js/pull/1288) ([stevenwong-okta](https://github.com/stevenwong-okta))
20+
- chore: migrate jenkins job to k8s agent pipeline [\#1251](https://github.com/auth0/auth0-spa-js/pull/1251) ([xmanwms95](https://github.com/xmanwms95))
21+
- build(deps-dev): Bump typedoc from 0.25.4 to 0.25.9 [\#1250](https://github.com/auth0/auth0-spa-js/pull/1250) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- build(deps): Bump actions/cache from 3 to 4 [\#1236](https://github.com/auth0/auth0-spa-js/pull/1236) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- build(deps-dev): Bump eslint from 8.55.0 to 8.56.0 [\#1223](https://github.com/auth0/auth0-spa-js/pull/1223) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- build(deps): Bump github/codeql-action from 2 to 3 [\#1221](https://github.com/auth0/auth0-spa-js/pull/1221) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Update automated release process to latest version [\#1222](https://github.com/auth0/auth0-spa-js/pull/1222) ([frederikprijck](https://github.com/frederikprijck))
26+
- build(deps-dev): Bump browserstack-cypress-cli from 1.27.0 to 1.28.0 [\#1220](https://github.com/auth0/auth0-spa-js/pull/1220) ([dependabot[bot]](https://github.com/apps/dependabot))
27+
- build(deps-dev): Bump rollup-plugin-visualizer from 5.10.0 to 5.11.0 [\#1215](https://github.com/auth0/auth0-spa-js/pull/1215) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
29+
**Fixed**
30+
31+
- Fix release workflows [\#1361](https://github.com/auth0/auth0-spa-js/pull/1361) ([tusharpandey13](https://github.com/tusharpandey13))
32+
- Use outputs for capturing release-notes [\#1218](https://github.com/auth0/auth0-spa-js/pull/1218) ([frederikprijck](https://github.com/frederikprijck))
33+
- Ensure tag-exists action works as intended [\#1217](https://github.com/auth0/auth0-spa-js/pull/1217) ([frederikprijck](https://github.com/frederikprijck))
34+
- Align release process by supporting npm provenance and tag and release-directory [\#1216](https://github.com/auth0/auth0-spa-js/pull/1216) ([frederikprijck](https://github.com/frederikprijck))
35+
- Bring back pull_request trigger to release process [\#1214](https://github.com/auth0/auth0-spa-js/pull/1214) ([frederikprijck](https://github.com/frederikprijck))
36+
337
## [v2.1.3](https://github.com/auth0/auth0-spa-js/tree/v2.1.3) (2023-12-11)
38+
439
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.1.2...v2.1.3)
540

641
**Changed**
42+
743
- feat: support for hosted token worker [\#1208](https://github.com/auth0/auth0-spa-js/pull/1208) ([DJMcK](https://github.com/DJMcK))
844

945
## [v2.1.2](https://github.com/auth0/auth0-spa-js/tree/v2.1.2) (2023-08-21)
46+
1047
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.1.1...v2.1.2)
1148

1249
**Fixed**
50+
1351
- Ensure organization cookie is set when no organization was set [\#1123](https://github.com/auth0/auth0-spa-js/pull/1123) ([frederikprijck](https://github.com/frederikprijck))
1452

1553
## [v2.1.1](https://github.com/auth0/auth0-spa-js/tree/v2.1.1) (2023-07-18)
54+
1655
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.1.0...v2.1.1)
1756

1857
**Changed**
58+
1959
- Do not lowercase org_name claim [\#1117](https://github.com/auth0/auth0-spa-js/pull/1117) ([frederikprijck](https://github.com/frederikprijck))
2060

2161
## [v2.1.0](https://github.com/auth0/auth0-spa-js/tree/v2.1.0) (2023-07-13)
62+
2263
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.0.8...v2.1.0)
2364

2465
**Added**
66+
2567
- Support Organization Name [\#1113](https://github.com/auth0/auth0-spa-js/pull/1113) ([frederikprijck](https://github.com/frederikprijck))
2668

2769
**Fixed**
70+
2871
- Ensure AMR claim is set to an array of strings [\#1112](https://github.com/auth0/auth0-spa-js/pull/1112) ([frederikprijck](https://github.com/frederikprijck))
2972

3073
## [v2.0.8](https://github.com/auth0/auth0-spa-js/tree/v2.0.8) (2023-06-14)
74+
3175
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.0.7...v2.0.8)
3276

3377
**Changed**
78+
3479
- Lazily retrieve transaction from transaction storage [\#1108](https://github.com/auth0/auth0-spa-js/pull/1108) ([frederikprijck](https://github.com/frederikprijck))
3580

3681
## [v2.0.7](https://github.com/auth0/auth0-spa-js/tree/v2.0.7) (2023-06-02)
82+
3783
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.0.6...v2.0.7)
3884

3985
**Changed**
86+
4087
- Make TransactionManager use CookieDomain [\#1105](https://github.com/auth0/auth0-spa-js/pull/1105) ([ZdravkoDonev-gtmhub](https://github.com/ZdravkoDonev-gtmhub))
4188

4289
## [v2.0.6](https://github.com/auth0/auth0-spa-js/tree/v2.0.6) (2023-05-30)
90+
4391
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.0.5...v2.0.6)
4492

4593
**Fixed**
94+
4695
- Fix missing invalid state errors with Generic Error [\#1102](https://github.com/auth0/auth0-spa-js/pull/1102) ([frederikprijck](https://github.com/frederikprijck))
4796

4897
## [v2.0.5](https://github.com/auth0/auth0-spa-js/tree/v2.0.5) (2023-05-22)

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you want to use a CDN bundle together with import maps, you will need to use
124124
<script type="importmap">
125125
{
126126
"imports": {
127-
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.1.3/dist/auth0-spa-js.production.esm.js"
127+
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.2.0/dist/auth0-spa-js.production.esm.js"
128128
}
129129
}
130130
</script>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install @auth0/auth0-spa-js
2929
From the CDN:
3030

3131
```html
32-
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.1/auth0-spa-js.production.js"></script>
32+
<script src="https://cdn.auth0.com/js/auth0-spa-js/2.2/auth0-spa-js.production.js"></script>
3333
```
3434

3535
### Configure Auth0

docs/assets/main.js

Lines changed: 4 additions & 4 deletions
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: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--light-color-ts-constructor-signature: var(--light-color-ts-constructor);
3030
--light-color-ts-parameter: var(--light-color-ts-variable);
3131
/* type literal not included as links will never be generated to it */
32-
--light-color-ts-type-parameter: var(--light-color-ts-type-alias);
32+
--light-color-ts-type-parameter: #a55c0e;
3333
--light-color-ts-accessor: var(--light-color-ts-property);
3434
--light-color-ts-get-signature: var(--light-color-ts-accessor);
3535
--light-color-ts-set-signature: var(--light-color-ts-accessor);
@@ -69,7 +69,7 @@
6969
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
7070
--dark-color-ts-parameter: var(--dark-color-ts-variable);
7171
/* type literal not included as links will never be generated to it */
72-
--dark-color-ts-type-parameter: var(--dark-color-ts-type-alias);
72+
--dark-color-ts-type-parameter: #e07d13;
7373
--dark-color-ts-accessor: var(--dark-color-ts-property);
7474
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
7575
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
@@ -266,12 +266,12 @@ h6 {
266266
line-height: 1.2;
267267
}
268268

269-
h1 > a,
270-
h2 > a,
271-
h3 > a,
272-
h4 > a,
273-
h5 > a,
274-
h6 > a {
269+
h1 > a:not(.link),
270+
h2 > a:not(.link),
271+
h3 > a:not(.link),
272+
h4 > a:not(.link),
273+
h5 > a:not(.link),
274+
h6 > a:not(.link) {
275275
text-decoration: none;
276276
color: var(--color-text);
277277
}
@@ -649,6 +649,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
649649
font-weight: bold;
650650
}
651651

652+
.tsd-full-hierarchy:not(:last-child) {
653+
margin-bottom: 1em;
654+
padding-bottom: 1em;
655+
border-bottom: 1px solid var(--color-accent);
656+
}
657+
.tsd-full-hierarchy,
658+
.tsd-full-hierarchy ul {
659+
list-style: none;
660+
margin: 0;
661+
padding: 0;
662+
}
663+
.tsd-full-hierarchy ul {
664+
padding-left: 1.5rem;
665+
}
666+
.tsd-full-hierarchy a {
667+
padding: 0.25rem 0 !important;
668+
font-size: 1rem;
669+
display: inline-flex;
670+
align-items: center;
671+
color: var(--color-text);
672+
}
673+
652674
.tsd-panel-group.tsd-index-group {
653675
margin-bottom: 0;
654676
}
@@ -714,12 +736,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
714736
}
715737
.tsd-navigation > a,
716738
.tsd-navigation .tsd-accordion-summary {
717-
width: calc(100% - 0.5rem);
739+
width: calc(100% - 0.25rem);
740+
display: flex;
741+
align-items: center;
718742
}
719743
.tsd-navigation a,
720744
.tsd-navigation summary > span,
721745
.tsd-page-navigation a {
722-
display: inline-flex;
746+
display: flex;
747+
width: calc(100% - 0.25rem);
723748
align-items: center;
724749
padding: 0.25rem;
725750
color: var(--color-text);
@@ -759,11 +784,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
759784
margin-left: -1.5rem;
760785
}
761786

762-
.tsd-nested-navigation > li > a,
763-
.tsd-nested-navigation > li > span {
764-
width: calc(100% - 1.75rem - 0.5rem);
765-
}
766-
767787
.tsd-page-navigation ul {
768788
padding-left: 1.75rem;
769789
}

0 commit comments

Comments
 (0)