Skip to content

Commit

Permalink
feat: keycloak-angular v16 (#571)
Browse files Browse the repository at this point in the history
* Feat: Angular v.18 update. (#563) (#567)

* feat: changes in angular v18, update keycloak v25

---------

Co-authored-by: Philippe Gibert <[email protected]>
  • Loading branch information
mauriciovigolo and giboow committed Jun 17, 2024
1 parent 5016db8 commit 9fed287
Show file tree
Hide file tree
Showing 8 changed files with 4,450 additions and 16,856 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Known Vulnerabilities][vulnerabilities-badge]][vulnerabilities]
[![npm version][npm-version-badge]][npm]
[![npm][npm-badge]][npm]
[![Discord][discord-badge]][discord]
<!-- prettier-ignore-end -->

> Easy Keycloak setup for Angular applications.
Expand Down Expand Up @@ -52,8 +51,9 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al

| Angular | keycloak-js | keycloak-angular | Support |
| :-----: | :---------: | :--------------: | :-----------------: |
| 17.x | 18 - 24 | 15.x.x | New Features / Bugs |
| 16.x | 18 - 24 | 14.x.x | Bugs |
| 18.x | 18 - 24 | 16.x.x | New Features / Bugs |
| 17.x | 18 - 24 | 15.x.x | Bugs |
| 16.x | 18 - 24 | 14.x.x | - |
| 15.x | 18 - 21 | 13.x.x | - |
| 14.x | 18 - 19 | 12.x.x | - |
| 14.x | 10 - 17 | 11.x.x | - |
Expand Down Expand Up @@ -258,8 +258,8 @@ keycloakService.keycloakEvents$.subscribe({
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

<!-- prettier-ignore -->
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/jonkoops)<br />|
| :---: | :---: |
| [<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br /> | [<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/https://github.com/jonkoops)<br /> |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand All @@ -281,6 +281,4 @@ document.
[npm-badge]: https://img.shields.io/npm/dm/keycloak-angular?logo=npm&logoColor=fff
[npm]: https://www.npmjs.com/package/keycloak-angular
[contributors-badge]: https://img.shields.io/badge/all_contributors-5-orange
[discord-badge]: https://img.shields.io/discord/790617227853692958?color=7389d8&labelColor=6a7ec2&logo=discord&logoColor=fff
[discord]: https://discord.gg/mmzEhYXXDG
<!-- prettier-ignore-end -->
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/example",
"outputPath": {
"base": "dist/example"
},
"index": "projects/example/src/index.html",
"main": "projects/example/src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "projects/example/tsconfig.app.json",
"assets": [
Expand All @@ -62,7 +63,8 @@
],
"allowedCommonJsDependencies": ["base64-js", "js-sha256"],
"styles": ["projects/example/src/styles.css"],
"scripts": []
"scripts": [],
"browser": "projects/example/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -81,9 +83,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 9fed287

Please sign in to comment.