|
1 | 1 | ## Angular Lib for OpenID Connect/OAuth2 Changelog
|
2 | 2 |
|
| 3 | +### 2024-05-31 17.1.0 |
| 4 | + |
| 5 | +- docs: add new signal properties to public api docs |
| 6 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1944) |
| 7 | +- fix(refresh-session): forceRefreshSession does not reset storageSilentRenewRunning |
| 8 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1943) |
| 9 | +- refactor example to control flow syntax |
| 10 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1941) |
| 11 | +- feat: add option to override the auth well known suffix |
| 12 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1940) |
| 13 | +- feat: add authenticated and userData signals |
| 14 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1937) |
| 15 | +- Bugfix: Updated URL service isCallbackFromSts |
| 16 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1936) |
| 17 | +- fix network error detection due to potential falsy instanceof ProgressEvent evaluation if ProgressEvent is monkey patched by another library |
| 18 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1934) |
| 19 | +- fix: refresh authWellKnownEndPoints |
| 20 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1922) |
| 21 | +- refactor: replace any types |
| 22 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1919) |
| 23 | +- fix: inject DOCUMENT |
| 24 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1918) |
| 25 | +- Moving to inject function |
| 26 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1917) |
| 27 | +- fix: adding missing field token_type from AuthResult. |
| 28 | + - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1907) |
| 29 | + |
3 | 30 | ### 2024-02-03 17.0.0
|
4 | 31 |
|
5 | 32 | - Support Angular 17
|
|
16 | 43 | - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1812)
|
17 | 44 | - Remove provided in root for interceptor
|
18 | 45 | - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1806)
|
19 |
| -- Support ng-add for standalone applications |
| 46 | +- Support ng-add for standalone applications |
20 | 47 | - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1800)
|
21 | 48 | - Code improvement, remove cast
|
22 | 49 | - [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1787)
|
23 |
| - |
| 50 | + |
24 | 51 | ### 2023-06-19 16.0.0
|
25 | 52 |
|
26 | 53 | - Add provideAuth for standalone applications
|
|
0 commit comments