diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa13be65..6a64e0a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v1.6.1](https://github.com/auth0/auth0-spa-js/tree/v1.6.1) (2020-01-07) + +**Fixed** + +Included core-js polyfill for `String.includes` to fix an issue with browser-tabs-lock in IE11 [stevehobbsdev](https://github.com/stevehobbsdev) - https://github.com/auth0/auth0-spa-js/pull/325 +Added import definition to Getting Started section in the Readme for clarity [thundermiracle](https://github.com/thundermiracle) - https://github.com/auth0/auth0-spa-js/pull/294 + ## [v1.6.0](https://github.com/auth0/auth0-spa-js/tree/v1.6.0) (2019-11-19) **Added** diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index f6bfc3f90..25f190a39 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2523,7 +2523,7 @@
getIdTokenClaims
getTokenSilently
getTokenWithPopup
getUser
handleRedirectCallback
isAuthenticated
loginWithPopup
loginWithRedirect
logout
constructor
Parameters
@@ -2537,7 +2537,7 @@error
error_description
state
acquireLock
releaseLock
Getting Started
Creating the client
Create an
-Auth0Client
instance before rendering or initializing your application. You should only have one instance of the client.//with async/await +