From acf6c8e002f9cd50003e8070a8f1db4e946ee7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Rudge?= Date: Tue, 27 Aug 2019 15:36:38 -0300 Subject: [PATCH] Release 1.2.0 (#182) --- CHANGELOG.md | 6 ++++ docs/classes/auth0client.html | 20 ++++++------- docs/classes/authenticationerror.html | 8 +++--- docs/globals.html | 2 +- docs/index.html | 2 +- docs/interfaces/auth0clientoptions.html | 28 +++++++++---------- docs/interfaces/getidtokenclaimsoptions.html | 4 +-- docs/interfaces/gettokensilentlyoptions.html | 8 +++--- docs/interfaces/gettokenwithpopupoptions.html | 20 ++++++------- docs/interfaces/getuseroptions.html | 4 +-- docs/interfaces/logoutoptions.html | 6 ++-- docs/interfaces/popupconfigoptions.html | 2 +- docs/interfaces/popuploginoptions.html | 20 ++++++------- docs/interfaces/redirectloginoptions.html | 24 ++++++++-------- docs/interfaces/redirectloginresult.html | 2 +- package.json | 2 +- src/version.ts | 2 +- 17 files changed, 83 insertions(+), 77 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a9d7b72..bc7846b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.2.1](https://github.com/auth0/auth0-spa-js/tree/v1.2.1) (2019-08-27) + +**Fixed** + +Replace promise polyfill for a pure one. This fixes using this library with zone.js. https://github.com/auth0/auth0-spa-js/pull/180 + ## [v1.2.0](https://github.com/auth0/auth0-spa-js/tree/v1.2.0) (2019-08-26) **Fixed** diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index 24f9b7b89..d70fe46bc 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2504,7 +2504,7 @@

constructor

  • Parameters

    @@ -2530,7 +2530,7 @@

    getIdTokenClaims

  • @@ -2561,7 +2561,7 @@

    getTokenSilently

  • @@ -2596,7 +2596,7 @@

    getTokenWithPopup

  • @@ -2633,7 +2633,7 @@

    getUser

  • @@ -2665,7 +2665,7 @@

    handleRedirectCallback

  • @@ -2690,7 +2690,7 @@

    isAuthenticated

  • @@ -2714,7 +2714,7 @@

    loginWithPopup

  • @@ -2754,7 +2754,7 @@

    loginWithRedirect

  • @@ -2787,7 +2787,7 @@

    logout

  • diff --git a/docs/classes/authenticationerror.html b/docs/classes/authenticationerror.html index f20aa119a..b1879fd95 100644 --- a/docs/classes/authenticationerror.html +++ b/docs/classes/authenticationerror.html @@ -2494,7 +2494,7 @@

    constructor

  • Parameters

    @@ -2522,7 +2522,7 @@

    error

    error: string
    @@ -2532,7 +2532,7 @@

    error_description

    error_description: string
    @@ -2576,7 +2576,7 @@

    state

    state: string
    diff --git a/docs/globals.html b/docs/globals.html index dbfec9d9e..72005b8d0 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -2645,7 +2645,7 @@

    createAuth0Client

  • Parameters

    diff --git a/docs/index.html b/docs/index.html index 34cbccfaf..75bce18c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2646,7 +2646,7 @@

    createAuth0Client

  • Parameters

    diff --git a/docs/interfaces/auth0clientoptions.html b/docs/interfaces/auth0clientoptions.html index 06fd5acda..c78e72e2e 100644 --- a/docs/interfaces/auth0clientoptions.html +++ b/docs/interfaces/auth0clientoptions.html @@ -2520,7 +2520,7 @@

    Optional acr_values

    @@ -2531,7 +2531,7 @@

    Optional audience

    @@ -2546,7 +2546,7 @@

    client_id

    client_id: string
    @@ -2562,7 +2562,7 @@

    Optional connection

    @@ -2580,7 +2580,7 @@

    Optional display

    @@ -2600,7 +2600,7 @@

    domain

    domain: string
    @@ -2618,7 +2618,7 @@

    Optional id_token_hi
    @@ -2633,7 +2633,7 @@

    Optional leeway

    leeway: number
    @@ -2650,7 +2650,7 @@

    Optional login_hint

    @@ -2668,7 +2668,7 @@

    Optional max_age

    @@ -2686,7 +2686,7 @@

    Optional prompt

    @@ -2706,7 +2706,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -2726,7 +2726,7 @@

    Optional scope

    @@ -2743,7 +2743,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/getidtokenclaimsoptions.html b/docs/interfaces/getidtokenclaimsoptions.html index 83a09037d..1b50f1c0d 100644 --- a/docs/interfaces/getidtokenclaimsoptions.html +++ b/docs/interfaces/getidtokenclaimsoptions.html @@ -2456,7 +2456,7 @@

    audience

    audience: string
    @@ -2471,7 +2471,7 @@

    scope

    scope: string
    diff --git a/docs/interfaces/gettokensilentlyoptions.html b/docs/interfaces/gettokensilentlyoptions.html index ddee43b6a..928f40916 100644 --- a/docs/interfaces/gettokensilentlyoptions.html +++ b/docs/interfaces/gettokensilentlyoptions.html @@ -2480,7 +2480,7 @@

    audience

    @@ -2495,7 +2495,7 @@

    Optional ignoreCache

    ignoreCache: boolean
    @@ -2511,7 +2511,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -2532,7 +2532,7 @@

    scope

    diff --git a/docs/interfaces/gettokenwithpopupoptions.html b/docs/interfaces/gettokenwithpopupoptions.html index dc4ab4a84..fdc48f1fc 100644 --- a/docs/interfaces/gettokenwithpopupoptions.html +++ b/docs/interfaces/gettokenwithpopupoptions.html @@ -2504,7 +2504,7 @@

    Optional acr_values

    @@ -2515,7 +2515,7 @@

    Optional audience

    @@ -2531,7 +2531,7 @@

    Optional connection

    @@ -2549,7 +2549,7 @@

    Optional display

    @@ -2570,7 +2570,7 @@

    Optional id_token_hi
    @@ -2586,7 +2586,7 @@

    Optional login_hint

    @@ -2604,7 +2604,7 @@

    Optional max_age

    @@ -2622,7 +2622,7 @@

    Optional prompt

    @@ -2643,7 +2643,7 @@

    Optional scope

    @@ -2660,7 +2660,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/getuseroptions.html b/docs/interfaces/getuseroptions.html index ed30e8ebc..c2585932c 100644 --- a/docs/interfaces/getuseroptions.html +++ b/docs/interfaces/getuseroptions.html @@ -2461,7 +2461,7 @@

    audience

    audience: string
    @@ -2476,7 +2476,7 @@

    scope

    scope: string
    diff --git a/docs/interfaces/logoutoptions.html b/docs/interfaces/logoutoptions.html index 1d8f901c4..73a09e816 100644 --- a/docs/interfaces/logoutoptions.html +++ b/docs/interfaces/logoutoptions.html @@ -2460,7 +2460,7 @@

    Optional client_id

    client_id: string
    @@ -2475,7 +2475,7 @@

    Optional federated

    federated: boolean
    @@ -2493,7 +2493,7 @@

    Optional returnTo

    returnTo: string
    diff --git a/docs/interfaces/popupconfigoptions.html b/docs/interfaces/popupconfigoptions.html index 84e33308c..89fcde9c7 100644 --- a/docs/interfaces/popupconfigoptions.html +++ b/docs/interfaces/popupconfigoptions.html @@ -2452,7 +2452,7 @@

    Optional timeoutInSeconds
    timeoutInSeconds: number
    diff --git a/docs/interfaces/popuploginoptions.html b/docs/interfaces/popuploginoptions.html index dab5a3bd2..801e433b7 100644 --- a/docs/interfaces/popuploginoptions.html +++ b/docs/interfaces/popuploginoptions.html @@ -2509,7 +2509,7 @@

    Optional acr_values

    @@ -2520,7 +2520,7 @@

    Optional audience

    @@ -2536,7 +2536,7 @@

    Optional connection

    @@ -2554,7 +2554,7 @@

    Optional display

    @@ -2575,7 +2575,7 @@

    Optional id_token_hi
    @@ -2591,7 +2591,7 @@

    Optional login_hint

    @@ -2609,7 +2609,7 @@

    Optional max_age

    @@ -2627,7 +2627,7 @@

    Optional prompt

    @@ -2648,7 +2648,7 @@

    Optional scope

    @@ -2665,7 +2665,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/redirectloginoptions.html b/docs/interfaces/redirectloginoptions.html index 852226e01..83e25854c 100644 --- a/docs/interfaces/redirectloginoptions.html +++ b/docs/interfaces/redirectloginoptions.html @@ -2512,7 +2512,7 @@

    Optional acr_values

    @@ -2522,7 +2522,7 @@

    Optional appState

    appState: any
    @@ -2538,7 +2538,7 @@

    Optional audience

    @@ -2554,7 +2554,7 @@

    Optional connection

    @@ -2572,7 +2572,7 @@

    Optional display

    @@ -2593,7 +2593,7 @@

    Optional id_token_hi
    @@ -2609,7 +2609,7 @@

    Optional login_hint

    @@ -2627,7 +2627,7 @@

    Optional max_age

    @@ -2645,7 +2645,7 @@

    Optional prompt

    @@ -2665,7 +2665,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -2684,7 +2684,7 @@

    Optional scope

    @@ -2701,7 +2701,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/redirectloginresult.html b/docs/interfaces/redirectloginresult.html index 4afde2930..80fc86689 100644 --- a/docs/interfaces/redirectloginresult.html +++ b/docs/interfaces/redirectloginresult.html @@ -2452,7 +2452,7 @@

    Optional appState

    appState: any
    diff --git a/package.json b/package.json index ba8527c0a..683d180ff 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "@auth0/auth0-spa-js", "description": "Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE", "license": "MIT", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/lib/auth0-spa-js.cjs.js", "types": "dist/typings/index.d.ts", "browser": "dist/auth0-spa-js.production.js", diff --git a/src/version.ts b/src/version.ts index 9088314f5..b6172d295 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.2.0'; +export default '1.2.1';