Releases: SoftwareBrothers/adminjs-logger
Releases · SoftwareBrothers/adminjs-logger
v5.0.1
v5.0.0
v5.0.0-beta.2
5.0.0-beta.2 (2023-04-04)
chore
- rewrite package to esmodules (#16) (71d2312)
- use use componentLoader instead of AdminJS.bundle (#17) (3c4763c)
BREAKING CHANGES
- Configuration changed due to AdminJS.bundle being removed, use componentLoader instead
- The package won't support CJS anymore.
v5.0.0-beta.1
5.0.0-beta.1 (2023-03-21)
chore
- update packages for esm (f05c7ee)
BREAKING CHANGES
- The package won't support CJS anymore.
v4.0.1
v4.0.0
v3.0.0
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2021-11-19)
Bug Fixes
- use correct secret value for NPM_TOKEN in CI (e92567c)
chore
- rebrand AdminBro to AdminJS (395eb95)
BREAKING CHANGES
- AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
Migration Guide
- Update your dependencies to use new
adminjs
packages.
admin-bro
->adminjs
for the core package@admin-bro/<package name>
->@adminjs/<package name>
for other modules
- Update your custom CSS classes:
.admin-bro_<component name>
->.adminjs_<component name>
(example:.adminjs_Box
)
- Search your project for
admin-bro
occurrences - most likely they will have to be updated toadminjs