diff --git a/README.md b/README.md index 38eb42c8..1a55c3e0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ # Changelog highlights +## 6.4.0 + +- You can now optionally pass a `doFetchDefaultThemeResources: boolean` prop to every page component and the default `` + This enables you to prevent the default CSS and JS that comes with the builtin Keycloak theme to be downloaded. + You'll get [a black slate](https://user-images.githubusercontent.com/6702424/192619083-4baa5df4-4a21-4ec7-8e28-d200d1208299.png). + ## 6.0.0 - Bundle size drastically reduced, locals and component dynamically loaded. diff --git a/package.json b/package.json index 3f8d7513..eead31d7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.3.5", + "version": "6.4.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",