Skip to content

Commit

Permalink
Release v9.21.0 (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed May 24, 2023
1 parent 2128c8d commit d0e088e
Show file tree
Hide file tree
Showing 26 changed files with 164 additions and 90 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v9.21.0](https://github.com/auth0/auth0.js/tree/v9.21.0) (2023-05-24)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.20.2...v9.21.0)

**Added**
- Add cookieDomain option [\#1304](https://github.com/auth0/auth0.js/pull/1304) ([telmaantunes](https://github.com/telmaantunes))

## [v9.20.2](https://github.com/auth0/auth0.js/tree/v9.20.2) (2023-02-28)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.20.1...v9.20.2)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ From CDN:

```html
<!-- Latest patch release -->
<script src="https://cdn.auth0.com/js/auth0/9.20.2/auth0.min.js"></script>
<script src="https://cdn.auth0.com/js/auth0/9.21.0/auth0.min.js"></script>
```

From [npm](https://npmjs.org):
Expand Down
4 changes: 2 additions & 2 deletions dist/auth0.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* auth0-js v9.20.2
* auth0-js v9.21.0
* Author: Auth0
* Date: 2023-05-24
* License: MIT
Expand Down Expand Up @@ -4885,7 +4885,7 @@
decode: decode$1
};

var version = { raw: '9.20.2' };
var version = { raw: '9.21.0' };

var toString = Object.prototype.toString;

Expand Down
4 changes: 2 additions & 2 deletions dist/auth0.min.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auth0.min.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/auth0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auth0.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cordova-auth0-plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* auth0-js v9.20.2
* auth0-js v9.21.0
* Author: Auth0
* Date: 2023-05-24
* License: MIT
Expand All @@ -11,7 +11,7 @@
(global = global || self, global.CordovaAuth0Plugin = factory());
}(this, (function () { 'use strict';

var version = { raw: '9.20.2' };
var version = { raw: '9.21.0' };

var toString = Object.prototype.toString;

Expand Down
4 changes: 2 additions & 2 deletions dist/cordova-auth0-plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cordova-auth0-plugin.min.js.map

Large diffs are not rendered by default.

63 changes: 48 additions & 15 deletions docs/Authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,39 @@ <h6>Properties</h6>
</tr>



<tr>

<td class="name"><code>cookieDomain</code></td>


<td class="type">


<span class="param-type">String</span>



</td>


<td class="attributes">

&lt;optional><br>





</td>




<td class="description last"><p>The domain the cookie is accessible from. If not set, the cookie is scoped to the current domain, including the subdomain. To keep a user logged in across multiple subdomains set this to your top-level domain and prefixed with a <code>.</code> (eg: <code>.example.com</code>).</p></td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -397,7 +430,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line29">line 29</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line30">line 30</a>
</li></ul></dd>


Expand Down Expand Up @@ -849,7 +882,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line112">line 112</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line113">line 113</a>
</li></ul></dd>


Expand Down Expand Up @@ -1127,7 +1160,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line213">line 213</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line214">line 214</a>
</li></ul></dd>


Expand Down Expand Up @@ -1551,7 +1584,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line593">line 593</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line594">line 594</a>
</li></ul></dd>


Expand Down Expand Up @@ -1698,7 +1731,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line563">line 563</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line564">line 564</a>
</li></ul></dd>


Expand Down Expand Up @@ -1858,7 +1891,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line466">line 466</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line467">line 467</a>
</li></ul></dd>


Expand Down Expand Up @@ -2205,7 +2238,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line323">line 323</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line324">line 324</a>
</li></ul></dd>


Expand Down Expand Up @@ -2528,7 +2561,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line285">line 285</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line286">line 286</a>
</li></ul></dd>


Expand Down Expand Up @@ -2885,7 +2918,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line413">line 413</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line414">line 414</a>
</li></ul></dd>


Expand Down Expand Up @@ -3045,7 +3078,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line537">line 537</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line538">line 538</a>
</li></ul></dd>


Expand Down Expand Up @@ -3429,7 +3462,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line262">line 262</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line263">line 263</a>
</li></ul></dd>


Expand Down Expand Up @@ -3607,7 +3640,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line586">line 586</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line587">line 587</a>
</li></ul></dd>


Expand Down Expand Up @@ -3941,7 +3974,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line274">line 274</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line275">line 275</a>
</li></ul></dd>


Expand Down Expand Up @@ -4119,7 +4152,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line530">line 530</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line531">line 531</a>
</li></ul></dd>


Expand Down Expand Up @@ -4169,7 +4202,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Tue Feb 28 2023 10:58:31 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Wed May 24 2023 09:24:34 GMT+0200 (Central European Summer Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Management.html
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Tue Feb 28 2023 10:58:31 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Wed May 24 2023 09:24:34 GMT+0200 (Central European Summer Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Tue Feb 28 2023 10:58:31 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Wed May 24 2023 09:24:34 GMT+0200 (Central European Summer Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Authentic
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Tue Feb 28 2023 10:58:31 GMT+0000 (Greenwich Mean Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Wed May 24 2023 09:24:34 GMT+0200 (Central European Summer Time)
</footer>

<script> prettyPrint(); </script>
Expand Down

0 comments on commit d0e088e

Please sign in to comment.