v7.0.0
What's new in AdminJS version 7
7.0.0 (2023-04-18)
chore
Features
- add language selector (#1342)(@jwasiak) (8e6044c)
- components translations (#1417) (36ec1ea)
- handle multiple translated notifications and notice options in AppError (#1463) (260b881)
- importing themes (#1403) (e6f1970)
- improve i18n configuration (#1444) (1731eb2)
- make login page SPA, allow to override it via componentLoader (8b1932b)
- rewrite library to es modules (dcb4e82)
- use translateComponent to translate Login component (ed1da6d)
- useModal hook can handle all Modal props (#1428) (8642d63)
BREAKING CHANGES
- beta: styled-components are now re-exported by @adminjs/design-system/styled-components to fix this library's issues with ESM
- The package won't support CJS anymore