Releases: SoftwareBrothers/adminjs
Releases · SoftwareBrothers/adminjs
v7.0.3
v7.0.2
v7.0.1
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
v7.0.0-beta-v7.13
v7.0.0-beta-v7.12
7.0.0-beta-v7.12 (2023-04-17)
Bug Fixes
- beta: remove TranslateFunctions from ActionContext (3286347)
v7.0.0-beta-v7.11
v7.0.0-beta-v7.10
7.0.0-beta-v7.10 (2023-04-17)
Bug Fixes
- beta: fix locale not loading custom translations in Login page (729997e)
v7.0.0-beta-v7.9
7.0.0-beta-v7.9 (2023-04-14)
Bug Fixes
- beta: bump design system to handle reexport styled components (79a5c07)