Skip to content

Latest commit

 

History

History
422 lines (244 loc) · 22.2 KB

CHANGELOG.md

File metadata and controls

422 lines (244 loc) · 22.2 KB

Change Log

v2.2.3 (2024-01-15)

Full Changelog

Changed

v2.2.2 (2023-12-12)

Full Changelog

Changed

v2.2.1 (2023-07-24)

Full Changelog

Fixed

v2.2.0 (2023-07-13)

Full Changelog

Added

v2.1.0 (2023-04-03)

Full Changelog

Added

Fixed

v2.0.2 (2023-03-10)

Full Changelog

Fixed

v2.0.1 (2023-01-25)

Full Changelog

Fixed

v2.0.0 (2023-01-19)

Full Changelog

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

  • Remove polyfills from bundles
  • Introduce authorizationParams and logoutParams to hold properties sent to Auth0
  • Remove buildAuthorizeUrl and buildLogoutUrl
  • Remove redirectMethod, and replace by openUrl
  • Remove localOnly from logout in favor of openUrl
  • Ensure logout returns an Onservable instead of a Promise
  • Rework ignoreCache to cacheMode and introduce cache-only
  • Use form-encoded data by default
  • Do not fallback to refreshing tokens via iframe method by default
  • getUser and getIdTokenClaims are removed
  • Remove advancedOptions.defaultScope and replace with scope

As with any major version bump, v2 of Auth0-Angular 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-13)

Full Changelog

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

  • Remove polyfills from bundles
  • Introduce authorizationParams and logoutParams to hold properties sent to Auth0
  • Remove buildAuthorizeUrl and buildLogoutUrl
  • Remove redirectMethod, and replace by openUrl
  • Remove localOnly from logout in favor of openUrl
  • Ensure logout returns an Onservable instead of a Promise
  • Rework ignoreCache to cacheMode and introduce cache-only
  • Use form-encoded data by default
  • Do not fallback to refreshing tokens via iframe method by default
  • getUser and getIdTokenClaims are removed
  • Remove advancedOptions.defaultScope and replace with scope

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

v1.11.1 (2022-11-17)

Full Changelog

Changed

v1.11.0 (2022-10-03)

Full Changelog

Changed

Note: This release drops support for Angular <12 as those versions are no longer supported by Google themselves. [Read more ...]

v1.10.1 (2022-07-26)

Full Changelog

Fixed

v1.10.0 (2022-06-08)

Full Changelog

Added

Changed

v1.9.0 (2022-02-14)

Full Changelog

Added

v1.8.2 (2022-01-11)

Full Changelog

Fixed

v1.8.1 (2021-12-07)

Full Changelog

Changed

Fixed

v1.8.0 (2021-10-27)

Full Changelog

Added

v1.7.0 (2021-09-20)

Full Changelog

Added

v1.6.2 (2021-09-15)

Full Changelog

Fixed

v1.6.1 (2021-09-10)

Full Changelog

Fixed

v1.6.0 (2021-07-14)

Full Changelog

Added

Fixed

  • [SDK-2635] Avoid emitting error when calling endpoints using allowAnonymous #180 (frederikprijck)

v1.5.1 (2021-05-25)

Full Changelog

Changed

v1.5.0 (2021-05-06)

Full Changelog

Added

v1.4.1 (2021-04-13)

Full Changelog

Added

Changed

  • Remove unnecessary returns from tap #141 (sorohan)
  • Only emit user$ and idTokenClaims$ when login, logout or token changed #131 (frederikprijck)

v1.4.0 (2021-03-25)

Full Changelog

Added

Changed

v1.3.2 (2021-01-21)

Full Changelog

Changed

Fixed

v1.3.1 (2020-12-18)

Full Changelog

Changed

Fixed

Security

v1.3.0 (2020-12-03)

Full Changelog

Added

Changed

Fixed

  • [SDK-2140] Emit null for user and idTokenClaims when logged out #90 (frederikprijck)

Security

v1.2.0 (2020-10-22)

Full Changelog

Added

Fixed

v1.1.0 (2020-10-14)

Full Changelog

Added

  • [SDK-1976] Dynamic configuration (alternative to AuthModule.forRoot) #62 (stevehobbsdev)

v1.0.0 (2020-09-16)

Full Changelog

Added

Changed

  • [SDK-1895] Add options to match HTTP requests based on HTTP method #48 (stevehobbsdev)
  • Update Readme with more badges and rewording of expectations #40 (stevehobbsdev)

Removed

Fixed

  • docs: add return type to the example in the README #44 (ahasall)
  • [SDK-1923] Improve readability of Calling an API section in the readme #42 (stevehobbsdev)
  • Fix publish script using the new release version #39 (lbalmaceda)

v0.2.1 (2020-08-14)

Full Changelog

Changed

v0.2.0 (2020-08-14)

Full Changelog

Added

Removed

v0.1.0 (2020-07-31)

Early Access Release Do not use it in a Production environment.

Installation

In order to install this package on your application, download the auth0-auth0-angular-0.1.0.tgz file from the Releases section on the Github repository and run the following command:

npm install /path/to/auth0-auth0-angular-0.1.0.tgz

Added

Fixed