Skip to content

Commit

Permalink
Release v2.2.0 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jul 13, 2023
1 parent 585220b commit dafd116
Show file tree
Hide file tree
Showing 31 changed files with 28,013 additions and 3,785 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v2.2.0](https://github.com/auth0/auth0-angular/tree/v2.2.0) (2023-07-13)

[Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.1.0...v2.2.0)

**Added**

- Support Organization Name [\#453](https://github.com/auth0/auth0-angular/pull/453) ([frederikprijck](https://github.com/frederikprijck))

## [v2.1.0](https://github.com/auth0/auth0-angular/tree/v2.1.0) (2023-04-03)

[Full Changelog](https://github.com/auth0/auth0-angular/compare/v2.0.2...v2.1.0)
Expand Down
677 changes: 591 additions & 86 deletions docs/classes/Auth0ClientFactory.html

Large diffs are not rendered by default.

858 changes: 743 additions & 115 deletions docs/classes/AuthClientConfig.html

Large diffs are not rendered by default.

1,036 changes: 898 additions & 138 deletions docs/classes/AuthGuard.html

Large diffs are not rendered by default.

809 changes: 703 additions & 106 deletions docs/classes/AuthHttpInterceptor.html

Large diffs are not rendered by default.

698 changes: 607 additions & 91 deletions docs/classes/AuthModule.html

Large diffs are not rendered by default.

2,521 changes: 2,192 additions & 329 deletions docs/classes/AuthService.html

Large diffs are not rendered by default.

1,564 changes: 1,362 additions & 202 deletions docs/classes/AuthState.html

Large diffs are not rendered by default.

1,989 changes: 1,775 additions & 214 deletions docs/classes/User.html

Large diffs are not rendered by default.

829 changes: 730 additions & 99 deletions docs/enums/HttpMethod.html

Large diffs are not rendered by default.

1,077 changes: 976 additions & 101 deletions docs/functions/authGuardFn.html

Large diffs are not rendered by default.

1,189 changes: 1,076 additions & 113 deletions docs/functions/authHttpInterceptorFn.html

Large diffs are not rendered by default.

1,069 changes: 974 additions & 95 deletions docs/functions/isHttpInterceptorRouteConfig.html

Large diffs are not rendered by default.

1,060 changes: 962 additions & 98 deletions docs/functions/provideAuth0.html

Large diffs are not rendered by default.

507 changes: 433 additions & 74 deletions docs/interfaces/AppState.html

Large diffs are not rendered by default.

2,488 changes: 2,156 additions & 332 deletions docs/interfaces/AuthConfig.html

Large diffs are not rendered by default.

1,661 changes: 1,446 additions & 215 deletions docs/interfaces/AuthorizationParams.html

Large diffs are not rendered by default.

857 changes: 735 additions & 122 deletions docs/interfaces/GetTokenSilentlyOptions.html

Large diffs are not rendered by default.

614 changes: 532 additions & 82 deletions docs/interfaces/GetTokenWithPopupOptions.html

Large diffs are not rendered by default.

497 changes: 429 additions & 68 deletions docs/interfaces/HttpInterceptorConfig.html

Large diffs are not rendered by default.

953 changes: 817 additions & 136 deletions docs/interfaces/HttpInterceptorRouteConfig.html

Large diffs are not rendered by default.

3,117 changes: 2,797 additions & 320 deletions docs/interfaces/IdToken.html

Large diffs are not rendered by default.

812 changes: 693 additions & 119 deletions docs/interfaces/LogoutOptions.html

Large diffs are not rendered by default.

572 changes: 493 additions & 79 deletions docs/interfaces/PopupConfigOptions.html

Large diffs are not rendered by default.

519 changes: 446 additions & 73 deletions docs/interfaces/PopupLoginOptions.html

Large diffs are not rendered by default.

859 changes: 739 additions & 120 deletions docs/interfaces/RedirectLoginOptions.html

Large diffs are not rendered by default.

989 changes: 901 additions & 88 deletions docs/types/ApiRouteDefinition.html

Large diffs are not rendered by default.

974 changes: 892 additions & 82 deletions docs/variables/Auth0ClientService.html

Large diffs are not rendered by default.

991 changes: 905 additions & 86 deletions docs/variables/AuthConfigService.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/auth0-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth0/auth0-angular",
"version": "2.1.0",
"version": "2.2.0",
"description": "Auth0 SDK for Angular Single Page Applications (SPA)",
"keywords": [
"auth0",
Expand Down
2 changes: 1 addition & 1 deletion projects/auth0-angular/src/useragent.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { name: '@auth0/auth0-angular', version: '2.1.0' };
export default { name: '@auth0/auth0-angular', version: '2.2.0' };

0 comments on commit dafd116

Please sign in to comment.