Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
9119caa843 | |||
f5c5a79064 | |||
357d804124 | |||
d59cb3b470 | |||
8ac292bd97 | |||
c6cab82546 |
@ -1,3 +1,11 @@
|
|||||||
|
### **3.0.2** (2021-10-18)
|
||||||
|
|
||||||
|
- Scan deeper to retreive user attribute
|
||||||
|
|
||||||
|
### **3.0.1** (2021-10-17)
|
||||||
|
|
||||||
|
- Add client.description in type kcContext type def
|
||||||
|
|
||||||
# **3.0.0** (2021-10-16)
|
# **3.0.0** (2021-10-16)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "keycloakify",
|
"name": "keycloakify",
|
||||||
"version": "3.0.0",
|
"version": "3.0.2",
|
||||||
"description": "Keycloak theme generator for Reacts app",
|
"description": "Keycloak theme generator for Reacts app",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<#continue>
|
<#continue>
|
||||||
</#attempt>
|
</#attempt>
|
||||||
|
|
||||||
<#if depth gt 4>
|
<#if depth gt 7>
|
||||||
/* Avoid calling recustively too many times depth: ${depth}, key: ${key} */
|
/* Avoid calling recustively too many times depth: ${depth}, key: ${key} */
|
||||||
<#continue>
|
<#continue>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -65,6 +65,7 @@ export declare namespace KcContextBase {
|
|||||||
client: {
|
client: {
|
||||||
clientId: string;
|
clientId: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
|
description?: string;
|
||||||
};
|
};
|
||||||
isAppInitiatedAction: boolean;
|
isAppInitiatedAction: boolean;
|
||||||
messagesPerField: {
|
messagesPerField: {
|
||||||
|
Reference in New Issue
Block a user