Skip to content

Commit 00d9b8d

Browse files
authored
Merge pull request #1424 from damienbod/release14
release prep V14.0.0
2 parents 89913ff + 2b92e38 commit 00d9b8d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Angular Lib for OpenID Connect/OAuth2 Changelog
22

3-
### 2022-01-17 14.0.0
3+
### 2022-04-18 14.0.0
44

55
In this version the APP_INITIALIZER was removed. ([See PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1307)).
66
The library will not do anything until the application interact with it. There is no pre-loading of anything and it does not affect your application's bootstrapping process at all.
@@ -16,8 +16,16 @@ See the [migration guide](https://nice-hill-002425310.azurestaticapps.net/docs/m
1616
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1353)
1717
- Add redirectUrl customization (via AuthOptions)
1818
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1372)
19-
- Fix: implicit flow in popup window error (fixes #1385)
19+
- Fix: implicit flow in popup window error (fixes #1385)
2020
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1390)
21+
- Enhancement: Improved abstract services
22+
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1422)
23+
- Remove double quotes in info messages
24+
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1420)
25+
- Fix: implicit flow in popup window error (fixes #1385)
26+
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1390)
27+
- Enhancement: Added auth result
28+
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1386)
2129

2230
### 2021-12-01 13.1.0
2331

0 commit comments

Comments
 (0)