Skip to content

Commit dc8e2fe

Browse files
Release v1.3.0 (#97)
1 parent 8c82ec2 commit dc8e2fe

17 files changed

+570
-344
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## [v1.3.0](https://github.com/auth0/auth0-angular/tree/v1.3.0) (2020-12-03)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-angular/compare/v1.2.0...v1.3.0)
6+
7+
**Added**
8+
9+
- [SDK-2161] Allow to skip the redirect callback [\#86](https://github.com/auth0/auth0-angular/pull/86) ([frederikprijck](https://github.com/frederikprijck))
10+
- [SDK-2139] Add errorPath configuration [\#84](https://github.com/auth0/auth0-angular/pull/84) ([frederikprijck](https://github.com/frederikprijck))
11+
12+
**Changed**
13+
14+
- Bump auth0-spa-js to 1.13.4 [\#95](https://github.com/auth0/auth0-angular/pull/95) ([frederikprijck](https://github.com/frederikprijck))
15+
- Do not send httpInterceptor to Auth0Client constructor [\#91](https://github.com/auth0/auth0-angular/pull/91) ([frederikprijck](https://github.com/frederikprijck))
16+
- Update peer dependencies to include Angular 9 and 11 [\#85](https://github.com/auth0/auth0-angular/pull/85) ([frederikprijck](https://github.com/frederikprijck))
17+
18+
**Fixed**
19+
20+
- [SDK-2140] Emit null for user and idTokenClaims when logged out [\#90](https://github.com/auth0/auth0-angular/pull/90) ([frederikprijck](https://github.com/frederikprijck))
21+
22+
**Security**
23+
24+
- Update dependencies [\#77](https://github.com/auth0/auth0-angular/pull/77) ([stevehobbsdev](https://github.com/stevehobbsdev))
25+
326
## [v1.2.0](https://github.com/auth0/auth0-angular/tree/v1.2.0) (2020-10-22)
427

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

0 commit comments

Comments
 (0)