Skip to content

Latest commit

 

History

History
188 lines (105 loc) · 8.52 KB

CHANGELOG.md

File metadata and controls

188 lines (105 loc) · 8.52 KB

Change Log

v2.3.3 (2023-12-11)

Full Changelog

Changed

v2.3.2 (2023-10-31)

Full Changelog

Fixed

v2.3.1 (2023-08-22)

Full Changelog

Fixed

v2.3.0 (2023-07-24)

Full Changelog

Added

Changed

v2.2.1 (2023-07-07)

Full Changelog

Fixed

v2.2.0 (2023-04-06)

Full Changelog

Added

v2.1.0 (2023-03-10)

Full Changelog

Added

  • Add RedirectLoginOptions to createAuthGuard #209 (june07)

Fixed

v2.0.2 (2023-02-22)

Full Changelog

Fixed

v2.0.1 (2023-01-31)

Full Changelog

Fixed

v2.0.0 (2023-01-19)

Full Changelog

Auth0-Vue 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
  • 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
  • Remove advancedOptions.defaultScope and replace with scope

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

v1.0.3 (2023-01-12)

Full Changelog

Security

This patch release is identical to 1.0.2 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.

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

Full Changelog

Auth0-Vue 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
  • 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
  • Remove advancedOptions.defaultScope and replace with scope

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

v1.0.2 (2022-06-22)

Full Changelog

Fixed

v1.0.1 (2022-05-02)

Full Changelog

Changed

Fixed

v1.0.0 (2022-03-14)

Full Changelog

This is the first version of the Auth0 SDK for Vue 3 applications, making integrating Auth0 as seamlessly as possible.

To learn more, have a look at the following documents:

For support or to provide feedback, please raise an issue on our issue tracker.

Changes since v1.0.0-beta.2

Added

Fixed

v1.0.0-beta.2 (2022-03-02)

Full Changelog

Added

v1.0.0-beta.1 (2022-02-25)

Full Changelog

Fixed