Skip to content

Commit 5a48c61

Browse files
Release v2.18.3 (#1580)
**Added** - fix: validate fetchUrl against allowlisted domain in token worker [\#1569](#1569) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147)) - ci: add verify-types job to prevent missing typings on publish [\#1576](#1576) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
1 parent 5c4328e commit 5a48c61

79 files changed

Lines changed: 253 additions & 246 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.18.2
1+
v2.18.3

CHANGELOG.md

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

3+
## [v2.18.3](https://github.com/auth0/auth0-spa-js/tree/v2.18.3) (2026-03-30)
4+
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.18.2...v2.18.3)
5+
6+
**Added**
7+
- fix: validate fetchUrl against allowlisted domain in token worker [\#1569](https://github.com/auth0/auth0-spa-js/pull/1569) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
8+
- ci: add verify-types job to prevent missing typings on publish [\#1576](https://github.com/auth0/auth0-spa-js/pull/1576) ([yogeshchoudhary147](https://github.com/yogeshchoudhary147))
9+
310
## [v2.18.2](https://github.com/auth0/auth0-spa-js/tree/v2.18.2) (2026-03-26)
411
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.18.1...v2.18.2)
512

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.18.2/dist/auth0-spa-js.production.esm.js"
127+
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.18.3/dist/auth0-spa-js.production.esm.js"
128128
}
129129
}
130130
</script>

docs/classes/Auth0Client.html

Lines changed: 22 additions & 22 deletions
Large diffs are not rendered by default.

docs/classes/AuthenticationError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/CacheKey.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/classes/ConnectError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/Fetcher.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/GenericError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/InMemoryCache.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)