Skip to content

Latest commit

 

History

History
283 lines (183 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

283 lines (183 loc) · 16.1 KB

Change Log

v2.2.4 (2023-12-11)

Full Changelog

Changed

v2.2.3 (2023-11-02)

Full Changelog

Fixed

v2.2.2 (2023-10-31)

Full Changelog

Fixed

Changed

v2.2.1 (2023-08-22)

Full Changelog

Fixed

v2.2.0 (2023-07-13)

Full Changelog

Added

Fixed

v2.1.1 (2023-06-14)

Full Changelog

Changed

v2.1.0 (2023-05-05)

Full Changelog

Added

  • Adding onBeforeAuthentication to the withAuthenticationRequired HOC #534 (stephenkelzer)

v2.0.2 (2023-04-26)

Full Changelog

Fixed

  • Remove useUnknownInCatchVariables to be compliant with TS ^4.4 #511 (cemercier)

v2.0.1 (2023-02-22)

Full Changelog

Fixed

v2.0.0 (2023-01-19)

Auth0-React v2 includes many significant changes compared to v1:

  • Removal of polyfills from bundles
  • Introduction of authorizationParams and logoutParams for properties sent to Auth0
  • Removal of buildAuthorizeUrl and buildLogoutUrl
  • Removal of redirectMethod on loginWithRedirect in favour of openUrl
  • Removal of localOnly from logout in favour of openUrl
  • Renaming of ignoreCache to cacheMode and introduction of cache-only
  • Use application/x-www-form-urlencoded by default
  • Do not fallback to refreshing tokens via iframe by default
  • Changes to default scopes and removal of advancedOptions.defaultScope
  • Removal of claimCheck on withAuthenticationRequired

As with any major version bump, v2 of Auth0-React contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.

v2.0.0-beta.0 (2022-12-12)

Auth0-React v2 includes many significant changes compared to v1:

  • Removal of polyfills from bundles
  • Introduction of authorizationParams and logoutParams for properties sent to Auth0
  • Removal of buildAuthorizeUrl and buildLogoutUrl
  • Removal of redirectMethod on loginWithRedirect in favour of openUrl
  • Removal of localOnly from logout in favour of openUrl
  • Renaming of ignoreCache to cacheMode and introduction of cache-only
  • Use application/x-www-form-urlencoded by default
  • Do not fallback to refreshing tokens via iframe by default
  • Changes to default scopes and removal of advancedOptions.defaultScope
  • Removal of claimCheck on withAuthenticationRequired

As with any major version bump, v2 of Auth0-React contains a set of breaking changes. Please review the migration guide thoroughly to understand the changes required to migrate your application to v2.

v1.12.1 (2023-01-12)

Full Changelog

Security

This patch release is identical to 1.12.0 but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used by @auth0/auth0-spa-js.

Even though 1.22.5 of @auth0/auth0-spa-js was not vulnerable for the related CVE because of the fact that jsonwebtoken is a devDependency of @auth0/auth0-spa-js, we are cutting a release to ensure build tools no longer report our SDK's that use @auth0/auth0-spa-js as vulnerable to the mentioned CVE.

v1.12.0 (2022-10-12)

Full Changelog

Added

v1.11.0 (2022-09-13)

Full Changelog

Added

v1.10.2 (2022-06-22)

Full Changelog

Fixed

v1.10.1 (2022-04-28)

Full Changelog

Fixed

  • Make sure handleRedirectCallback is only called once in StrictMode React 18 #355 (adamjmcgrath)

v1.10.0 (2022-04-19)

Full Changelog

Added

Fixed

v1.9.0 (2022-01-14)

Full Changelog

Added

Fixed

v1.8.0 (2021-09-20)

Full Changelog

Added

v1.7.0 (2021-09-06)

Full Changelog

Added

v1.6.0 (2021-07-14)

Added

v1.5.0 (2021-05-05)

Added

Changed

Fixed

v1.4.0 (2021-03-26)

Added

Fixed

v1.3.0 (2021-02-16)

Added

  • Added buildAuthorizeUrl and buildLogoutUrl #190 (THISS)

Changed

v1.2.0 (2020-11-04)

Added

v1.1.0 (2020-09-17)

Added

Fixed

v1.0.0 (2020-06-19)

Breaking Change

v0.4.0 (2020-06-05)

Added

v0.3.1 (2020-06-01)

Fixed

v0.3.0 (2020-05-29)

Added

Breaking Changes

v0.2.0 (2020-05-20)

Added

  • [SDK-1642] Add missing methods from SPA JS #11 (adamjmcgrath)
  • [SDK-1582] Normalize the auth0 error and add error handling to the basic example #10 (adamjmcgrath)

Changed

v0.1.0 (2020-05-08)

Added