From beb3dca49507f1c8ce21efb0346b8c6291941903 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 7 Mar 2022 01:50:25 +0100 Subject: [PATCH] Bump version (changelog ignore) --- README.md | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5d350dee..9ad1f78e 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,6 @@

-> There is a new recommended way to setup highly customized theme. See [here](https://github.com/garronej/keycloakify-demo-app/blob/look_and_feel/src/KcApp/KcApp.tsx). -> Unlike with [the previous recommended method](https://github.com/garronej/keycloakify-demo-app/blob/a51660578bea15fb3e506b8a2b78e1056c6d68bb/src/KcApp/KcApp.tsx), -> with this new method your theme wont break on minor Keycloakify update. - # 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. @@ -478,9 +474,22 @@ and `kcRegisterContext["authorizedMailDomains"]` to validate on. # Changelog highlights -> **New in v4.3.0**: Feature [`login-update-password.ftl`](https://user-images.githubusercontent.com/6702424/147517600-6191cf72-93dd-437b-a35c-47180142063e.png). -> Every time a page is added it's a breaking change for non CSS-only theme. -> Change [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L17) and [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L37) to update. +# v4.6.0 + +`tss-react` and `powerhooks` are no longer peer dependencies of `keycloakify`. +After updating Keycloakify you can remove `tss-react` and `powerhooks` from your dependencies if you don't use them explicitly. + +## v4.5.3 + +There is a new recommended way to setup highly customized theme. See [here](https://github.com/garronej/keycloakify-demo-app/blob/look_and_feel/src/KcApp/KcApp.tsx). +Unlike with [the previous recommended method](https://github.com/garronej/keycloakify-demo-app/blob/a51660578bea15fb3e506b8a2b78e1056c6d68bb/src/KcApp/KcApp.tsx), +with this new method your theme wont break on minor Keycloakify update. + +## v4.3.0 + +Feature [`login-update-password.ftl`](https://user-images.githubusercontent.com/6702424/147517600-6191cf72-93dd-437b-a35c-47180142063e.png). +Every time a page is added it's a breaking change for non CSS-only theme. +Change [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L17) and [this](https://github.com/garronej/keycloakify-demo-app/blob/df664c13c77ce3c53ac7df0622d94d04e76d3f9f/src/KcApp/KcApp.tsx#L37) to update. ## v4 diff --git a/package.json b/package.json index ae3f0a39..3adf5e72 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "4.5.5", + "version": "4.6.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",