Releases: SoftwareBrothers/adminjs-sequelizejs
Releases · SoftwareBrothers/adminjs-sequelizejs
v2.1.0
v2.0.0
2.0.0 (2021-06-18)
chore
- rebrand AdminBro to AdminJS (6421a9b)
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
v1.3.0-beta.5
v1.3.0-beta.4
v1.3.0-beta.3
1.3.0-beta.3 (2021-04-03)
Bug Fixes
- individual exported database and resource (c22adae)
- individual exported database and resource (345e086)
Features
- do not include tests in build (49a2c27)
v1.3.0-beta.2
v1.3.0-beta.1
1.3.0-beta.1 (2021-04-03)
Bug Fixes
Features
- migrated index.js to index.ts to allow proper imports (2475d59)