Releases: SoftwareBrothers/adminjs
Releases · SoftwareBrothers/adminjs
v5.2.2
v5.2.1
v5.2.0
v5.1.1
v5.1.0
v5.1.0-beta.1
5.1.0-beta.1 (2021-07-20)
Bug Fixes
- frontend: hide label in show record (da14a50)
- add newline at end of file (03cc2cf)
- expose bulkDelete action in ActionsMap (edf8cb5)
- import error (148f023)
- only treat records as new after submit if no errors (82d8733)
- remove changes in availableValues (192ee5a)
Features
v5.0.1
v5.0.0
5.0.0 (2021-06-18)
chore
- rebrand AdminBro to AdminJS (5145c48)
BREAKING CHANGES
- AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
- 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