|
1 |
| -# Change Log |
| 1 | +# [9.1.0](https://github.com/manfredsteyer/angular-oauth2-oidc/compare/9.0.0...9.1.0) (2020-03-23) |
2 | 2 |
|
3 |
| -## Lates features |
4 | 3 |
|
5 |
| -See [Release Notes](https://github.com/manfredsteyer/angular-oauth2-oidc/releases) for details on each release. |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* **code flow:** Fixed code flow for IE 11 ([0f03d39](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/0f03d393aac9fe4e26444a73884dd154318d530f)) |
| 7 | +* **sample:** use hash-based routing ([3f44eca](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/3f44ecae157305c56ae377fcd6d2df8dfde8adf5)) |
| 8 | +* **session state:** save session_state also when using code flow ([8fa99ff](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/8fa99ff721ea2b08f28bc5e9fa3e48a459e2a59a)) |
| 9 | +* **state:** passing an url with a querystring as the state, e. g. url?x=1 ([71b705c](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/71b705cb5105f6dfb49aabc55607745b881c5dc3)) |
| 10 | +* [#687](https://github.com/manfredsteyer/angular-oauth2-oidc/issues/687) ([e2599e0](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/e2599e071307ae1efe1592c83bb3b7a01642a61d)) |
| 11 | + |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* **automatic silent refresh:** stopAutomaticRefresh stops all timers. ([8ab853b](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/8ab853bf38dd162060d7b6cbd18f7b4fd5a84f18)) |
| 16 | +* **code-flow:** allow using implicit flow by setting useSilentRefresh to true ([93902a5](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/93902a5808bb9b75a41d4bde44c6ab763bcfa9f6)) |
| 17 | +* **sample:** also use new idsvr 4 for implicit flow demo to prevent issues with same site cookies ([58c6354](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/58c63541bc7d83d72c30577da2b68ac2d1dc35b7)) |
| 18 | +* **session checks:** Session checks work now for code flow too. Pls see Docs for details. ([4bf8901](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/4bf89014d8cc5d50ed716500e3f3ad265b4ae2db)) |
6 | 19 |
|
7 |
| -## Older versions |
8 | 20 |
|
9 |
| -Since Angular 5, versions of this library matched up with the Angular version. |
10 |
| -So versions 5.x were released while Angular 5 was out, the 6.x versions during Angular 6, etc. |
11 |
| -If you need to support a specific old version of Angular, you can consider using a version of the library that lines up. |
12 | 21 |
|
13 |
| -For older release notes check the repository version history, or above-linked release notes. |
14 |
| -For even older versions, check out [the old change log](https://github.com/manfredsteyer/angular-oauth2-oidc/blob/5d676101c6118d6fa01bfa05b17fb4a58490eaf7/CHANGELOG.md). |
|
0 commit comments