From 79be99ee6c748d44e8e6085184f168f7cfa6ee11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Rudge?= Date: Fri, 24 May 2019 16:17:40 -0300 Subject: [PATCH] Release v9.10.4 (#944) --- CHANGELOG.md | 6 +++++ README.md | 2 +- docs/Authentication.html | 2 +- docs/Management.html | 2 +- docs/WebAuth.html | 2 +- docs/authentication_db-connection.js.html | 2 +- docs/authentication_index.js.html | 2 +- docs/global.html | 26 +++++++++---------- docs/index.html | 4 +-- docs/management_index.js.html | 2 +- ...b-auth_cross-origin-authentication.js.html | 2 +- docs/web-auth_hosted-pages.js.html | 2 +- docs/web-auth_index.js.html | 7 +++-- docs/web-auth_popup.js.html | 2 +- docs/web-auth_redirect.js.html | 2 +- package.json | 2 +- src/version.js | 2 +- 17 files changed, 39 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c36dfa..de2e090d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## [v9.10.4](https://github.com/auth0/auth0.js/tree/v9.10.4) (2019-05-24) +[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.10.3...v9.10.4) + +**Fixed** +- Fix checksession success response casing [\#943](https://github.com/auth0/auth0.js/pull/943) ([luisrudge](https://github.com/luisrudge)) + ## [v9.10.3](https://github.com/auth0/auth0.js/tree/v9.10.3) (2019-05-22) [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.10.2...v9.10.3) diff --git a/README.md b/README.md index bddc7a7a..f7ea3d2a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ From CDN: ```html - + ``` From [npm](https://npmjs.org): diff --git a/docs/Authentication.html b/docs/Authentication.html index 7d7b8956..f93dc4a6 100644 --- a/docs/Authentication.html +++ b/docs/Authentication.html @@ -499,7 +499,7 @@
Parameters:

diff --git a/docs/Management.html b/docs/Management.html index 211513d4..bbd0805d 100644 --- a/docs/Management.html +++ b/docs/Management.html @@ -294,7 +294,7 @@
Parameters:

diff --git a/docs/WebAuth.html b/docs/WebAuth.html index 47912380..744c1623 100644 --- a/docs/WebAuth.html +++ b/docs/WebAuth.html @@ -571,7 +571,7 @@
Parameters:

diff --git a/docs/authentication_db-connection.js.html b/docs/authentication_db-connection.js.html index 50420935..33102404 100644 --- a/docs/authentication_db-connection.js.html +++ b/docs/authentication_db-connection.js.html @@ -160,7 +160,7 @@

authentication/db-connection.js


diff --git a/docs/authentication_index.js.html b/docs/authentication_index.js.html index 1b45b6b2..ca2af71f 100644 --- a/docs/authentication_index.js.html +++ b/docs/authentication_index.js.html @@ -581,7 +581,7 @@

authentication/index.js


diff --git a/docs/global.html b/docs/global.html index 68677913..78f6a891 100644 --- a/docs/global.html +++ b/docs/global.html @@ -161,7 +161,7 @@

authorizeSource:
@@ -2236,7 +2236,7 @@

changeP
Source:
@@ -3154,7 +3154,7 @@

Source:
@@ -3237,7 +3237,7 @@

Source:
@@ -4297,7 +4297,7 @@

loginSource:
@@ -7042,7 +7042,7 @@

logoutSource:
@@ -7668,7 +7668,7 @@

pass
Source:
@@ -7996,7 +7996,7 @@

pass
Source:
@@ -8367,7 +8367,7 @@

pas
Source:
@@ -10310,7 +10310,7 @@

signupSource:
@@ -10582,7 +10582,7 @@

sig
Source:
@@ -12950,7 +12950,7 @@

Source:
@@ -14382,7 +14382,7 @@
Parameters:

- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/docs/index.html b/docs/index.html index b56f856d..331ca877 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,7 +70,7 @@

Index

Install

From CDN:

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

From npm:

+<script src="https://cdn.auth0.com/js/auth0/9.10.4/auth0.min.js"></script>

From npm:

npm install auth0-js

After installing the auth0-js module, you'll need bundle it up along with all of its dependencies.

auth0.WebAuth

Provides support for all the authentication flows.

Initialize

var auth0 = new auth0.WebAuth({
@@ -191,7 +191,7 @@ 

License

This project is licensed under the MIT license. See the

- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/docs/management_index.js.html b/docs/management_index.js.html index 7869339b..f81923e7 100644 --- a/docs/management_index.js.html +++ b/docs/management_index.js.html @@ -173,7 +173,7 @@

management/index.js


- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/docs/web-auth_cross-origin-authentication.js.html b/docs/web-auth_cross-origin-authentication.js.html index 350ae6e1..c07dda84 100644 --- a/docs/web-auth_cross-origin-authentication.js.html +++ b/docs/web-auth_cross-origin-authentication.js.html @@ -198,7 +198,7 @@

web-auth/cross-origin-authentication.js


- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/docs/web-auth_hosted-pages.js.html b/docs/web-auth_hosted-pages.js.html index c2400019..6d737bbc 100644 --- a/docs/web-auth_hosted-pages.js.html +++ b/docs/web-auth_hosted-pages.js.html @@ -188,7 +188,7 @@

web-auth/hosted-pages.js


- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/docs/web-auth_index.js.html b/docs/web-auth_index.js.html index 31e7e37d..266afb94 100644 --- a/docs/web-auth_index.js.html +++ b/docs/web-auth_index.js.html @@ -522,7 +522,10 @@

web-auth/index.js

assert.check(cb, { type: 'function', message: 'cb parameter is not valid' }); params = objectHelper.blacklist(params, ['usePostMessage', 'tenant', 'postMessageDataType']); - this.webMessageHandler.run(params, responseHandler(cb, { forceLegacyError: true })); + this.webMessageHandler.run( + params, + responseHandler(cb, { forceLegacyError: true, ignoreCasing: true }) + ); }; /** @@ -853,7 +856,7 @@

web-auth/index.js


- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/docs/web-auth_popup.js.html b/docs/web-auth_popup.js.html index 40764904..51dfb729 100644 --- a/docs/web-auth_popup.js.html +++ b/docs/web-auth_popup.js.html @@ -347,7 +347,7 @@

web-auth/popup.js


- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/docs/web-auth_redirect.js.html b/docs/web-auth_redirect.js.html index 78e90564..03bfcb2c 100644 --- a/docs/web-auth_redirect.js.html +++ b/docs/web-auth_redirect.js.html @@ -107,7 +107,7 @@

web-auth/redirect.js


- Generated by JSDoc 3.5.5 on Wed May 22 2019 18:10:16 GMT-0300 (Brasilia Standard Time) using the Minami theme. + Generated by JSDoc 3.5.5 on Fri May 24 2019 16:14:41 GMT-0300 (Brasilia Standard Time) using the Minami theme.
diff --git a/package.json b/package.json index e0ed8703..4500e0bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-js", - "version": "9.10.3", + "version": "9.10.4", "description": "Auth0 headless browser sdk", "author": "Auth0", "license": "MIT", diff --git a/src/version.js b/src/version.js index c4c2ca36..56b515bb 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -module.exports = { raw: '9.10.3' }; +module.exports = { raw: '9.10.4' };