Releases: SoftwareBrothers/adminjs-expressjs
Releases · SoftwareBrothers/adminjs-expressjs
v5.1.0-dev.1
v5.0.0
v4.1.3
v4.1.2
v4.1.1
v4.1.0
4.1.0 (2022-02-28)
Features
- added support for limiting the number of attempts (#59)(@sviat9440) (5797162)
v4.0.3
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2021-06-18)
chore
- rebrand AdminBro to AdminJS (5d0dd3c)
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