keycloakify 4.5.2 → 4.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +3 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -30,9 +30,9 @@
|
|
30
30
|
<img src="https://user-images.githubusercontent.com/6702424/110260457-a1c3d380-7fac-11eb-853a-80459b65626b.png">
|
31
31
|
</p>
|
32
32
|
|
33
|
-
>
|
34
|
-
>
|
35
|
-
>
|
33
|
+
> 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).
|
34
|
+
> Unlike with [the previous recommended method](https://github.com/garronej/keycloakify-demo-app/blob/a51660578bea15fb3e506b8a2b78e1056c6d68bb/src/KcApp/KcApp.tsx),
|
35
|
+
> with this new method your theme wont break on minor Keycloakify update.
|
36
36
|
|
37
37
|
# Motivations
|
38
38
|
|
@@ -257,8 +257,6 @@ WARNING: If you chose to go this way use:
|
|
257
257
|
}
|
258
258
|
```
|
259
259
|
|
260
|
-
in your `package.json` instead of `^X.Y.Z`. A minor update of Keycloakify might break your app.
|
261
|
-
|
262
260
|
### Hot reload
|
263
261
|
|
264
262
|
Rebuild the theme each time you make a change to see the result is not practical.
|