Bump version (changelog ignore)

This commit is contained in:
garronej 2021-12-27 22:31:03 +01:00
parent 91dd1dcddc
commit fc6910bc2c
2 changed files with 8 additions and 1 deletions

View File

@ -30,6 +30,8 @@
<img src="https://user-images.githubusercontent.com/6702424/110260457-a1c3d380-7fac-11eb-853a-80459b65626b.png"> <img src="https://user-images.githubusercontent.com/6702424/110260457-a1c3d380-7fac-11eb-853a-80459b65626b.png">
</p> </p>
> **New in v4.3.0**: Feature [`login-update-password.ftl`](https://github.com/InseeFrLab/keycloakify/pull/72)
# Motivations # Motivations
Keycloak provides [theme support](https://www.keycloak.org/docs/latest/server_development/#_themes) for web pages. This allows customizing the look and feel of end-user facing pages so they can be integrated with your applications. Keycloak provides [theme support](https://www.keycloak.org/docs/latest/server_development/#_themes) for web pages. This allows customizing the look and feel of end-user facing pages so they can be integrated with your applications.
@ -85,6 +87,7 @@ If you already have a Keycloak custom theme, it can be easily ported to Keycloak
- [Adding custom message (to `i18n/useKcMessage.tsx`)](#adding-custom-message-to-i18nusekcmessagetsx) - [Adding custom message (to `i18n/useKcMessage.tsx`)](#adding-custom-message-to-i18nusekcmessagetsx)
- [Email domain whitelist](#email-domain-whitelist) - [Email domain whitelist](#email-domain-whitelist)
- [Changelog highlights](#changelog-highlights) - [Changelog highlights](#changelog-highlights)
- [v4.3](#v43)
- [v4](#v4) - [v4](#v4)
- [v3](#v3) - [v3](#v3)
- [v2.5](#v25) - [v2.5](#v25)
@ -475,6 +478,10 @@ and `kcRegisterContext["authorizedMailDomains"]` to validate on.
# Changelog highlights # Changelog highlights
## v4.3
Feature [`login-update-password.ftl`](https://github.com/InseeFrLab/keycloakify/pull/72)
## v4 ## v4
- Out of the box [frontend form validation](#user-profile-and-frontend-form-validation) 🥳 - Out of the box [frontend form validation](#user-profile-and-frontend-form-validation) 🥳

View File

@ -1,6 +1,6 @@
{ {
"name": "keycloakify", "name": "keycloakify",
"version": "4.2.21", "version": "4.3.0",
"description": "Keycloak theme generator for Reacts app", "description": "Keycloak theme generator for Reacts app",
"repository": { "repository": {
"type": "git", "type": "git",