From 2a8e6f6c3f181f5d1ab5ee53e257290d065302e3 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 26 Mar 2020 15:24:05 +0000 Subject: [PATCH] Release 1.7.0-beta.5 (#393) --- CHANGELOG.md | 8 ++++ README.md | 2 +- docs/classes/auth0client.html | 28 ++++++------ docs/classes/authenticationerror.html | 14 +++--- docs/classes/genericerror.html | 10 ++--- docs/globals.html | 44 +++++++++++++------ docs/index.html | 44 +++++++++++++------ docs/interfaces/auth0clientoptions.html | 40 ++++++++--------- docs/interfaces/getidtokenclaimsoptions.html | 8 ++-- docs/interfaces/gettokensilentlyoptions.html | 14 +++--- docs/interfaces/gettokenwithpopupoptions.html | 24 +++++----- docs/interfaces/getuseroptions.html | 8 ++-- docs/interfaces/logoutoptions.html | 12 ++--- docs/interfaces/popupconfigoptions.html | 8 ++-- docs/interfaces/popuploginoptions.html | 24 +++++----- docs/interfaces/redirectloginoptions.html | 30 ++++++------- docs/interfaces/redirectloginresult.html | 6 +-- package.json | 2 +- src/version.ts | 2 +- 19 files changed, 184 insertions(+), 144 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c282a09..69f59841e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.7.0-beta.5](https://github.com/auth0/auth0-spa-js/tree/v1.7.0-beta.5) (2020-03-26) + +[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.7.0-beta.4...v1.7.0-beta.5) + +**Changed** + +- [SDK-1379] Export constructor [\#385](https://github.com/auth0/auth0-spa-js/pull/385) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v1.7.0-beta.4](https://github.com/auth0/auth0-spa-js/tree/v1.7.0-beta.4) (2020-03-03) [Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.7.0-beta.3...v1.7.0-beta.4) diff --git a/README.md b/README.md index 7ea0a8933..55c4527c4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Auth0 SDK for Single Page Applications using [Authorization Code Grant Flow with From the CDN: ```html - + ``` Using [npm](https://npmjs.org): diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index 3ce42868a..7f46f0558 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -3,7 +3,7 @@ - Auth0Client | @auth0/auth0-spa-js - v1.7.0-beta.4 + Auth0Client | @auth0/auth0-spa-js - v1.7.0-beta.5