⬆️v7 -> v8
Remove the
public/keycloak-resources
directory.The
--external-assets
build option has been removed it was a performance optimization that is no longer relevant now that we have lazy loading.kcContext.usernameEditDisabled
is nowkcContext.usernameHidden
, the type was lying, it has been updated to reflect what's actually on thekcContext
at runtime. If you want to see in detail what should be updated see issue, or you can search and replaceusernameEditDisabled
->usernameHidden
it'll do the trick.The
usePrepareTemplate
prototype has been changed, you can search and replace:
src/keycloak-theme/login/Template.tsx
by
and
src/keycloak-theme/account/Template.css
by
Last updated