Skip to content

Commit 0211482

Browse files
committed
chore: update to ng 17
1 parent f1d3c38 commit 0211482

14 files changed

+9246
-8047
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ For using this library with **Azure Active Directory** (**Azure AD**), we recomm
2828

2929
Also, the Okta community created some guidelines on how to use this lib with Okta. See the links at the end of this page for more information.
3030

31+
**Angular 17**: Use 17.x versions of this library (**should also work with older Angular versions!**).
32+
3133
**Angular 16**: Use 16.x versions of this library (**should also work with older Angular versions!**).
3234

3335
**Angular 15**: Use 15.x versions of this library (**should also work with older Angular versions!**).

Diff for: angular.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@
9393
"serve": {
9494
"builder": "@angular-devkit/build-angular:dev-server",
9595
"options": {
96-
"browserTarget": "sample:build"
96+
"buildTarget": "sample:build"
9797
},
9898
"configurations": {
9999
"production": {
100-
"browserTarget": "sample:build:production"
100+
"buildTarget": "sample:build:production"
101101
}
102102
}
103103
},
104104
"extract-i18n": {
105105
"builder": "@angular-devkit/build-angular:extract-i18n",
106106
"options": {
107-
"browserTarget": "sample:build"
107+
"buildTarget": "sample:build"
108108
}
109109
},
110110
"test": {
@@ -186,18 +186,18 @@
186186
"serve": {
187187
"builder": "@angular-devkit/build-angular:dev-server",
188188
"options": {
189-
"browserTarget": "quickstart-demo:build"
189+
"buildTarget": "quickstart-demo:build"
190190
},
191191
"configurations": {
192192
"production": {
193-
"browserTarget": "quickstart-demo:build:production"
193+
"buildTarget": "quickstart-demo:build:production"
194194
}
195195
}
196196
},
197197
"extract-i18n": {
198198
"builder": "@angular-devkit/build-angular:extract-i18n",
199199
"options": {
200-
"browserTarget": "quickstart-demo:build"
200+
"buildTarget": "quickstart-demo:build"
201201
}
202202
},
203203
"test": {
@@ -297,18 +297,18 @@
297297
"builder": "@angular-devkit/build-angular:dev-server",
298298
"configurations": {
299299
"production": {
300-
"browserTarget": "quickstart-standalone:build:production"
300+
"buildTarget": "quickstart-standalone:build:production"
301301
},
302302
"development": {
303-
"browserTarget": "quickstart-standalone:build:development"
303+
"buildTarget": "quickstart-standalone:build:development"
304304
}
305305
},
306306
"defaultConfiguration": "development"
307307
},
308308
"extract-i18n": {
309309
"builder": "@angular-devkit/build-angular:extract-i18n",
310310
"options": {
311-
"browserTarget": "quickstart-standalone:build"
311+
"buildTarget": "quickstart-standalone:build"
312312
}
313313
},
314314
"test": {

Diff for: docs/changelog.html

+23
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,29 @@
3131
<div class="content getting-started">
3232
<div class="content-data">
3333

34+
<h1>Changelog</h1>
35+
<h3>Features</h3>
36+
<ul>
37+
<li>update project to Angular 16 (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/b999024b1bb7fdb40f07810a75add60f47fe5f08">b999024</a>)</li>
38+
</ul>
39+
<h3>Bug Fixes</h3>
40+
<ul>
41+
<li><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/issues/728">#728</a> (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/51e438a942773948f17ab108332d704b459fd789">51e438a</a>), closes <a href="https://github.com/manfredsteyer//github.com/manfredsteyer/angular-oauth2-oidc/issues/728/issues/issuecomment-808969225">/github.com/manfredsteyer/angular-oauth2-oidc/issues/728#issuecomment-808969225</a></li>
42+
<li>clear location.hash only if it is present (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/c2b2753943d59a6b4b5149f1003371338ac1a210">c2b2753</a>), closes <a href="https://github.com/manfredsteyer/angular-oauth2-oidc/issues/970">#970</a></li>
43+
<li>clock skew bug (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/f30098df4213671871cf9cd5667ca9751ff29ddd">f30098d</a>)</li>
44+
<li>correctly handle ? and &amp; in location replacements (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/70fd8268832aba954956542e37896252dde5cdab">70fd826</a>)</li>
45+
<li>correctly use clockSkew for hasValid[Access|Id]Token (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/68238fb6ea4a2f88ada97b03b13663d1454b001c">68238fb</a>)</li>
46+
<li>Disable nonce validation for id token for e2e tests (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/f5bd96ca81ec6b7af868de72b1098541264347cf">f5bd96c</a>)</li>
47+
<li>fix scope/state removal for implicit flow with hash (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/9e257d0d267942d716607f2a1c78700bd9d6e9ef">9e257d0</a>)</li>
48+
<li>in code flow pass options to error handler (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/c9a2c557178af26154adfbcf39e3db2d12ee0503">c9a2c55</a>), closes <a href="https://github.com/manfredsteyer/angular-oauth2-oidc/issues/972">#972</a></li>
49+
<li>issue with sha256 and prod build <a href="https://github.com/manfredsteyer/angular-oauth2-oidc/issues/1120">#1120</a> (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/b44e19a2f5c758e3b5dab259336ee1974bfe99c8">b44e19a</a>)</li>
50+
<li><strong>js-sha256:</strong> wrap logic in a function to prevent optimizer destroy lib (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/ae26fba258cc3effd693d23473ff51b63005b9ae">ae26fba</a>)</li>
51+
<li><strong>jwks:</strong> update jsrsasign dependency to 10.2.0 (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/a05bd8a106035acb51fb06fd62e17de0de8decb4">a05bd8a</a>), closes <a href="https://github.com/manfredsteyer/angular-oauth2-oidc/issues/1061">#1061</a></li>
52+
<li>multiplying calls to token endpoint in code flow (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/59f65d2eb9cd1a724301fb3de0b3def796920bd4">59f65d2</a>)</li>
53+
<li>Refresh tokens with a plus sign get corrupted before sending to token endpoint (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/2204c5a307640d11b847a0c266b44ca2c18fd9a7">2204c5a</a>)</li>
54+
<li><strong>revoketokenandlogout:</strong> &#39;customParameters&#39; should accept boolean (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/9761baded0d85bd831947de4607296fb029579ab">9761bad</a>)</li>
55+
<li>While Using POPUP mode, we click on login button multiple time it opens multiple popup instead of focusing already opened (<a href="https://github.com/manfredsteyer/angular-oauth2-oidc/commit/bbff95b86173fa9262bf962e7fa4cfe4121b787e">bbff95b</a>)</li>
56+
</ul>
3457
<h2><a href="https://github.com/manfredsteyer/angular-oauth2-oidc/compare/v10.0.3...v10.0.2">12.0.0</a> (2021-07-16)</h2>
3558
<h3>Bug Fixes</h3>
3659
<ul>

Diff for: docs/dependencies.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@
5050
</ol>
5151
<ul class="dependencies-list">
5252
<li>
53-
<b>@angular/animations</b> : ^16.0.3</li>
53+
<b>@angular/animations</b> : ^17.0.7</li>
5454
<li>
55-
<b>@angular/common</b> : ^16.0.3</li>
55+
<b>@angular/common</b> : ^17.0.7</li>
5656
<li>
57-
<b>@angular/compiler</b> : ^16.0.3</li>
57+
<b>@angular/compiler</b> : ^17.0.7</li>
5858
<li>
59-
<b>@angular/core</b> : ^16.0.3</li>
59+
<b>@angular/core</b> : ^17.0.7</li>
6060
<li>
61-
<b>@angular/elements</b> : ^16.0.3</li>
61+
<b>@angular/elements</b> : ^17.0.7</li>
6262
<li>
63-
<b>@angular/forms</b> : ^16.0.3</li>
63+
<b>@angular/forms</b> : ^17.0.7</li>
6464
<li>
65-
<b>@angular/platform-browser</b> : ^16.0.3</li>
65+
<b>@angular/platform-browser</b> : ^17.0.7</li>
6666
<li>
67-
<b>@angular/platform-browser-dynamic</b> : ^16.0.3</li>
67+
<b>@angular/platform-browser-dynamic</b> : ^17.0.7</li>
6868
<li>
69-
<b>@angular/router</b> : ^16.0.3</li>
69+
<b>@angular/router</b> : ^17.0.7</li>
7070
<li>
7171
<b>@popperjs/core</b> : ^2.9.2</li>
7272
<li>
@@ -92,7 +92,7 @@
9292
<li>
9393
<b>tslib</b> : ^2.5.2</li>
9494
<li>
95-
<b>zone.js</b> : ~0.13.0</li>
95+
<b>zone.js</b> : ~0.14.2</li>
9696
</ul>
9797

9898

Diff for: docs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ <h2>Tested Environment</h2>
5252
<p>At server side we&#39;ve used <strong>IdentityServer</strong> (.NET / .NET Core), Redhat&#39;s <strong>Keycloak</strong> (Java), and <strong>Auth0</strong> (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.</p>
5353
<p>For using this library with <strong>Azure Active Directory</strong> (<strong>Azure AD</strong>), we recommend an additional look to this <a href="https://dev.to/yuriburger/azure-active-directory-b2c-with-pkce-for-your-angular-app-1dcg">blog post</a> and the example linked at the end of this blog post.</p>
5454
<p>Also, the Okta community created some guidelines on how to use this lib with Okta. See the links at the end of this page for more information.</p>
55+
<p><strong>Angular 17</strong>: Use 17.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
5556
<p><strong>Angular 16</strong>: Use 16.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
5657
<p><strong>Angular 15</strong>: Use 15.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
5758
<p><strong>Angular 14</strong>: Use 14.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>

Diff for: docs/js/menu-wc_es5.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/js/search/search_index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/properties.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</ol>
5252
<ul class="properties-list">
5353
<li>
54-
<b>Version</b> : 16.0.0</li>
54+
<b>Version</b> : 17.0.0</li>
5555
<li>
5656
<b>License</b> : MIT</li>
5757
</ul>

0 commit comments

Comments
 (0)