Skip to content

Commit

Permalink
Release 1.16.0 (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jul 5, 2021
1 parent e6d2507 commit ecafb37
Show file tree
Hide file tree
Showing 32 changed files with 22,667 additions and 295 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Change Log

## [v1.16.0](https://github.com/auth0/auth0-spa-js/tree/v1.16.0) (2021-07-05)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.15.0...v1.16.0)

**Added**

- [SDK-2555] Extensible Cache [\#743](https://github.com/auth0/auth0-spa-js/pull/743) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v1.15.0](https://github.com/auth0/auth0-spa-js/tree/v1.15.0) (2021-04-29)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.14.0...v1.15.0)

**Added**

- Add Popup cancelled event [\#724](https://github.com/auth0/auth0-spa-js/pull/724) ([degrammer](https://github.com/degrammer))

**Fixed**

- Fix popup blocker showing for loginWithPopup in Firefox & Safari [\#732](https://github.com/auth0/auth0-spa-js/pull/732) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v1.14.0](https://github.com/auth0/auth0-spa-js/tree/v1.14.0) (2021-03-22)
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.json

Large diffs are not rendered by default.

110 changes: 82 additions & 28 deletions docs/classes/auth0client.html

Large diffs are not rendered by default.

61 changes: 52 additions & 9 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2755,9 +2755,24 @@
</li>
</ul>
</li>
<li class=" tsd-kind-class">
<a href="cachekey.html" class="tsd-kind-icon">Cache<wbr>Key</a>
</li>
<li class=" tsd-kind-class">
<a href="cachekeymanifest.html" class="tsd-kind-icon">Cache<wbr>Key<wbr>Manifest</a>
</li>
<li class=" tsd-kind-class">
<a href="cachemanager.html" class="tsd-kind-icon">Cache<wbr>Manager</a>
</li>
<li class=" tsd-kind-class">
<a href="genericerror.html" class="tsd-kind-icon">Generic<wbr>Error</a>
</li>
<li class=" tsd-kind-class">
<a href="inmemorycache.html" class="tsd-kind-icon">In<wbr>Memory<wbr>Cache</a>
</li>
<li class=" tsd-kind-class">
<a href="localstoragecache.html" class="tsd-kind-icon">Local<wbr>Storage<wbr>Cache</a>
</li>
<li class=" tsd-kind-class">
<a href="popupcancellederror.html" class="tsd-kind-icon">Popup<wbr>Cancelled<wbr>Error</a>
</li>
Expand All @@ -2776,6 +2791,9 @@
<li class=" tsd-kind-interface">
<a href="../interfaces/auth0clientoptions.html" class="tsd-kind-icon">Auth0<wbr>Client<wbr>Options</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/decodedtoken.html" class="tsd-kind-icon">Decoded<wbr>Token</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/getidtokenclaimsoptions.html" class="tsd-kind-icon">Get<wbr>IdToken<wbr>Claims<wbr>Options</a>
</li>
Expand All @@ -2788,6 +2806,9 @@
<li class=" tsd-kind-interface">
<a href="../interfaces/getuseroptions.html" class="tsd-kind-icon">Get<wbr>User<wbr>Options</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/icache.html" class="tsd-kind-icon">ICache</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/logoutoptions.html" class="tsd-kind-icon">Logout<wbr>Options</a>
</li>
Expand All @@ -2806,18 +2827,39 @@
<li class=" tsd-kind-interface">
<a href="../interfaces/redirectloginresult.html" class="tsd-kind-icon">Redirect<wbr>Login<wbr>Result</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../globals.html#cacheentry" class="tsd-kind-icon">Cache<wbr>Entry</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../globals.html#cachekeydata" class="tsd-kind-icon">Cache<wbr>Key<wbr>Data</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../globals.html#cachelocation" class="tsd-kind-icon">Cache<wbr>Location</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../globals.html#cacheable" class="tsd-kind-icon">Cacheable</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../globals.html#keymanifestentry" class="tsd-kind-icon">Key<wbr>Manifest<wbr>Entry</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../globals.html#wrappedcacheentry" class="tsd-kind-icon">Wrapped<wbr>Cache<wbr>Entry</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../globals.html#getidtokenclaimsoptions" class="tsd-kind-icon">get<wbr>IdToken<wbr>Claims<wbr>Options</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#cache_key_prefix" class="tsd-kind-icon">CACHE_<wbr>KEY_<wbr>PREFIX</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#cache_location_local_storage" class="tsd-kind-icon">CACHE_<wbr>LOCATION_<wbr>LOCAL_<wbr>STORAGE</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#cache_location_memory" class="tsd-kind-icon">CACHE_<wbr>LOCATION_<wbr>MEMORY</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#default_expiry_adjustment_seconds" class="tsd-kind-icon">DEFAULT_<wbr>EXPIRY_<wbr>ADJUSTMENT_<wbr>SECONDS</a>
</li>
<li class=" tsd-kind-function">
<a href="../globals.html#createauth0client" class="tsd-kind-icon">create<wbr>Auth0<wbr>Client</a>
</li>
Expand Down Expand Up @@ -2890,7 +2932,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ac8d8bb/src/errors.ts#L26">src/errors.ts:26</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/e6d2507/src/errors.ts#L26">src/errors.ts:26</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2921,7 +2963,7 @@ <h3>app<wbr>State</h3>
<div class="tsd-signature tsd-kind-icon">app<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ac8d8bb/src/errors.ts#L31">src/errors.ts:31</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/e6d2507/src/errors.ts#L31">src/errors.ts:31</a></li>
</ul>
</aside>
</section>
Expand All @@ -2932,7 +2974,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ac8d8bb/src/errors.ts#L5">src/errors.ts:5</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/e6d2507/src/errors.ts#L5">src/errors.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -2943,7 +2985,7 @@ <h3>error_<wbr>description</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ac8d8bb/src/errors.ts#L5">src/errors.ts:5</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/e6d2507/src/errors.ts#L5">src/errors.ts:5</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2986,7 +3028,7 @@ <h3>state</h3>
<div class="tsd-signature tsd-kind-icon">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ac8d8bb/src/errors.ts#L30">src/errors.ts:30</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/e6d2507/src/errors.ts#L30">src/errors.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -3004,7 +3046,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#frompayload">fromPayload</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ac8d8bb/src/errors.ts#L11">src/errors.ts:11</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/e6d2507/src/errors.ts#L11">src/errors.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -3036,11 +3078,12 @@ <h2>Legend</h2>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
Expand Down
Loading

0 comments on commit ecafb37

Please sign in to comment.