From 5bc84b621ca5d4468fa80f120abecf844c9b0df1 Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 26 Oct 2021 17:21:01 +0200 Subject: [PATCH] Add notice about the fact that keycloakify have to be updated (changelog ignore) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0947f34f..57679edd 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ - Out of the box [frontend form validation](#user-profile-and-frontend-form-validation) 🥳 - Improvements (and breaking changes in `import { useKcMessage } from "keycloakify"`. +**NOTICE**: [`powerhooks`](https://www.npmjs.com/package/powerhooks) have to be updated ([it's a peerDependency since v3](#v3)) + # 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.