This commit is contained in:
garronej 2022-04-28 09:36:41 +02:00
commit 55bb21f3ee
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
## **5.2.0** (2022-04-27)
- Export KcApp
## **5.1.0** (2022-04-27) ## **5.1.0** (2022-04-27)
- Export kcLanguageTags - Export kcLanguageTags

View File

@ -43,6 +43,10 @@
Rename `keycloak_theme_email` to `keycloak_email`. Rename `keycloak_theme_email` to `keycloak_email`.
If you already had a `keycloak_theme_email` you should rename it `keycloak_email`. If you already had a `keycloak_theme_email` you should rename it `keycloak_email`.
## v5.0.0
New i18n system. Import of terms and services have changed. [See example](https://github.com/garronej/keycloakify-demo-app/blob/a5b6a50f24bc25e082931f5ad9ebf47492acd12a/src/index.tsx#L46-L63).
## v4.10.0 ## v4.10.0
Add `login-idp-link-email.ftl` page [See PR](https://github.com/InseeFrLab/keycloakify/pull/92). Add `login-idp-link-email.ftl` page [See PR](https://github.com/InseeFrLab/keycloakify/pull/92).