Skip to content

Commit

Permalink
Release 1.4.0 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Oct 30, 2019
1 parent 9ab1dff commit de255cd
Show file tree
Hide file tree
Showing 19 changed files with 2,971 additions and 87 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
## [v.1.3.2](https://github.com/auth0/auth0-spa-js/tree/v1.3.2) (2019-10-17)
## [v1.4.0](https://github.com/auth0/auth0-spa-js/tree/v1.4.0) (2019-10-30)

**Added**
Add 'lock' to prevent `getTokenSilently` to be invoked in parallel https://github.com/auth0/auth0-spa-js/pull/238
Improved OIDC compliance https://github.com/auth0/auth0-spa-js/pull/248

**Fixed**
Fix for race condition when using `sha256` on IE11 https://github.com/auth0/auth0-spa-js/pull/252
Fixed the codeowners file with the correct group https://github.com/auth0/auth0-spa-js/pull/253
Document leeway default value https://github.com/auth0/auth0-spa-js/pull/256
Clear transaction data on error https://github.com/auth0/auth0-spa-js/pull/254

## [v1.3.2](https://github.com/auth0/auth0-spa-js/tree/v1.3.2) (2019-10-17)

**Fixed**
`parseQueryString` now removes hash fragment on query before parsing https://github.com/auth0/auth0-spa-js/pull/246

## [v.1.3.1](https://github.com/auth0/auth0-spa-js/tree/v1.3.1) (2019-10-14)
## [v1.3.1](https://github.com/auth0/auth0-spa-js/tree/v1.3.1) (2019-10-14)

**Fixed**
Fix IE msCrypto.subtle usage https://github.com/auth0/auth0-spa-js/pull/242

## [v.1.3.0](https://github.com/auth0/auth0-spa-js/tree/v1.3.0) (2019-10-10)
## [v1.3.0](https://github.com/auth0/auth0-spa-js/tree/v1.3.0) (2019-10-10)

**Fixed**
Add missing char for nonce/state generation https://github.com/auth0/auth0-spa-js/pull/230
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

35 changes: 25 additions & 10 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,9 @@
<li class=" tsd-kind-class">
<a href="authenticationerror.html" class="tsd-kind-icon">Authentication<wbr>Error</a>
</li>
<li class=" tsd-kind-class">
<a href="fakelock.html" class="tsd-kind-icon">Fake<wbr>Lock</a>
</li>
<li class=" tsd-kind-interface tsd-is-not-exported">
<a href="../interfaces/auth0clientoptions.html" class="tsd-kind-icon">Auth0<wbr>Client<wbr>Options</a>
</li>
Expand Down Expand Up @@ -2443,6 +2446,18 @@
<li class=" tsd-kind-interface tsd-is-not-exported">
<a href="../interfaces/getidtokenclaimsoptions.html" class="tsd-kind-icon">get<wbr>IdToken<wbr>Claims<wbr>Options</a>
</li>
<li class=" tsd-kind-variable tsd-is-not-exported">
<a href="../globals.html#get_token_silently_lock_key" class="tsd-kind-icon">GET_<wbr>TOKEN_<wbr>SILENTLY_<wbr>LOCK_<wbr>KEY</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#acquirelockmock" class="tsd-kind-icon">acquire<wbr>Lock<wbr>Mock</a>
</li>
<li class=" tsd-kind-variable tsd-is-not-exported">
<a href="../globals.html#lock" class="tsd-kind-icon">lock</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#releaselockmock" class="tsd-kind-icon">release<wbr>Lock<wbr>Mock</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 @@ -2504,7 +2519,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L31">Auth0Client.ts:31</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L36">src/Auth0Client.ts:36</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2530,7 +2545,7 @@ <h3>get<wbr>IdToken<wbr>Claims</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L180">Auth0Client.ts:180</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L186">src/Auth0Client.ts:186</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2561,7 +2576,7 @@ <h3>get<wbr>Token<wbr>Silently</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L290">Auth0Client.ts:290</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L297">src/Auth0Client.ts:297</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2596,7 +2611,7 @@ <h3>get<wbr>Token<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L363">Auth0Client.ts:363</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L374">src/Auth0Client.ts:374</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2633,7 +2648,7 @@ <h3>get<wbr>User</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L160">Auth0Client.ts:160</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L166">src/Auth0Client.ts:166</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2665,7 +2680,7 @@ <h3>handle<wbr>Redirect<wbr>Callback</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L233">Auth0Client.ts:233</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L239">src/Auth0Client.ts:239</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2690,7 +2705,7 @@ <h3>is<wbr>Authenticated</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L392">Auth0Client.ts:392</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L403">src/Auth0Client.ts:403</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2714,7 +2729,7 @@ <h3>login<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L106">Auth0Client.ts:106</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L112">src/Auth0Client.ts:112</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2754,7 +2769,7 @@ <h3>login<wbr>With<wbr>Redirect</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L202">Auth0Client.ts:202</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L208">src/Auth0Client.ts:208</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2787,7 +2802,7 @@ <h3>logout</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/Auth0Client.ts#L407">Auth0Client.ts:407</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/Auth0Client.ts#L418">src/Auth0Client.ts:418</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
31 changes: 23 additions & 8 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2407,6 +2407,9 @@
</li>
</ul>
</li>
<li class=" tsd-kind-class">
<a href="fakelock.html" class="tsd-kind-icon">Fake<wbr>Lock</a>
</li>
<li class=" tsd-kind-interface tsd-is-not-exported">
<a href="../interfaces/auth0clientoptions.html" class="tsd-kind-icon">Auth0<wbr>Client<wbr>Options</a>
</li>
Expand Down Expand Up @@ -2437,6 +2440,18 @@
<li class=" tsd-kind-interface tsd-is-not-exported">
<a href="../interfaces/getidtokenclaimsoptions.html" class="tsd-kind-icon">get<wbr>IdToken<wbr>Claims<wbr>Options</a>
</li>
<li class=" tsd-kind-variable tsd-is-not-exported">
<a href="../globals.html#get_token_silently_lock_key" class="tsd-kind-icon">GET_<wbr>TOKEN_<wbr>SILENTLY_<wbr>LOCK_<wbr>KEY</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#acquirelockmock" class="tsd-kind-icon">acquire<wbr>Lock<wbr>Mock</a>
</li>
<li class=" tsd-kind-variable tsd-is-not-exported">
<a href="../globals.html#lock" class="tsd-kind-icon">lock</a>
</li>
<li class=" tsd-kind-variable">
<a href="../globals.html#releaselockmock" class="tsd-kind-icon">release<wbr>Lock<wbr>Mock</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 @@ -2494,7 +2509,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/8fa974b/src/errors.ts#L1">errors.ts:1</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/errors.ts#L1">src/errors.ts:1</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2522,7 +2537,7 @@ <h3>error</h3>
<div class="tsd-signature tsd-kind-icon">error<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/8fa974b/src/errors.ts#L3">errors.ts:3</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/errors.ts#L3">src/errors.ts:3</a></li>
</ul>
</aside>
</section>
Expand All @@ -2532,7 +2547,7 @@ <h3>error_<wbr>description</h3>
<div class="tsd-signature tsd-kind-icon">error_<wbr>description<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/8fa974b/src/errors.ts#L4">errors.ts:4</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/errors.ts#L4">src/errors.ts:4</a></li>
</ul>
</aside>
</section>
Expand All @@ -2543,7 +2558,7 @@ <h3>message</h3>
<aside class="tsd-sources">
<p>Inherited from Error.message</p>
<ul>
<li>Defined in /Users/steve/Development/Auth0/auth0-spa-js/node_modules/typescript/lib/lib.es5.d.ts:974</li>
<li>Defined in node_modules/typescript/lib/lib.es5.d.ts:974</li>
</ul>
</aside>
</section>
Expand All @@ -2554,7 +2569,7 @@ <h3>name</h3>
<aside class="tsd-sources">
<p>Inherited from Error.name</p>
<ul>
<li>Defined in /Users/steve/Development/Auth0/auth0-spa-js/node_modules/typescript/lib/lib.es5.d.ts:973</li>
<li>Defined in node_modules/typescript/lib/lib.es5.d.ts:973</li>
</ul>
</aside>
</section>
Expand All @@ -2566,7 +2581,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> stack</h3>
<p>Inherited from Error.stack</p>
<p>Overrides Error.stack</p>
<ul>
<li>Defined in /Users/steve/Development/Auth0/auth0-spa-js/node_modules/typescript/lib/lib.es5.d.ts:975</li>
<li>Defined in node_modules/typescript/lib/lib.es5.d.ts:975</li>
</ul>
</aside>
</section>
Expand All @@ -2576,7 +2591,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/8fa974b/src/errors.ts#L5">errors.ts:5</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/9ab1dff/src/errors.ts#L5">src/errors.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -2586,7 +2601,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> Error</h3>
<div class="tsd-signature tsd-kind-icon">Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ErrorConstructor</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in /Users/steve/Development/Auth0/auth0-spa-js/node_modules/typescript/lib/lib.es5.d.ts:984</li>
<li>Defined in node_modules/typescript/lib/lib.es5.d.ts:984</li>
</ul>
</aside>
</section>
Expand Down
Loading

0 comments on commit de255cd

Please sign in to comment.