keycloak-angular 9.0.0 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,12 +53,11 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
|
|
|
53
53
|
|
|
54
54
|
| Angular | keycloak-angular | keycloak-js | Support |
|
|
55
55
|
| :---------: | :--------------: | :---------: | :-----------------: |
|
|
56
|
-
| 11.x - 13.x | 9.x.x | 10 -
|
|
57
|
-
| 10.x | 8.x.x | 10 - 11 | Bugs |
|
|
56
|
+
| 11.x - 13.x | 9.x.x | 10 - 16 | Bugs / New Features |
|
|
58
57
|
|
|
59
58
|
We try to support the same Angular versions that are [supported](https://angular.io/guide/releases#support-policy-and-schedule) by the Angular team. That said, it's always best to keep up to date with the latest version of Angular for optimal support.
|
|
60
59
|
|
|
61
|
-
_Note_: In keycloak-angular **v.9**, it is needed to add `allowSyntheticDefaultImports: true` in the tsconfig.json file in your project. There is an [issue in the keycloak project](https://github.com/keycloak/keycloak/issues/9045
|
|
60
|
+
_Note_: In keycloak-angular **v.9**, it is needed to add `allowSyntheticDefaultImports: true` in the tsconfig.json file in your project. There is an [issue in the keycloak project](https://github.com/keycloak/keycloak/issues/9045) to update the typescript definitions file and solve the problem.
|
|
62
61
|
|
|
63
62
|
#### Choosing the right keycloak-js version
|
|
64
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keycloak-angular",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Easy Keycloak setup for Angular applications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@angular/common": "^11 || ^12 || ^13",
|
|
30
30
|
"@angular/core": "^11 || ^12 || ^13",
|
|
31
31
|
"@angular/router": "^11 || ^12 || ^13",
|
|
32
|
-
"keycloak-js": "^10 || ^11 || ^12 || ^13 || ^14 || ^15"
|
|
32
|
+
"keycloak-js": "^10 || ^11 || ^12 || ^13 || ^14 || ^15 || ^16"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.0.0"
|