From 53be8b5e960eb8bce419276a99084c66072a97d2 Mon Sep 17 00:00:00 2001 From: garronej Date: Sun, 28 Aug 2022 12:10:45 +0700 Subject: [PATCH] Updat README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6c1b379c..aabb1362 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,15 @@ # Changelog highlights +## 6.0.0 + +- Bundle size drastically reduced, locals and component dynamically loaded. +- First print much quicker, use of React.lazy() everywhere. +- Real i18n API. +- Actual documentation for build options. + +Checkout the migration guide. + ## 5.8.0 - [React.lazy()](https://reactjs.org/docs/code-splitting.html#reactlazy) support 🎉. [#141](https://github.com/InseeFrLab/keycloakify/issues/141)