Releases: SoftwareBrothers/adminjs-hapijs
Releases · SoftwareBrothers/adminjs-hapijs
v6.0.0
v5.0.2
v5.0.1
v5.0.0
v4.0.1
v4.0.0
4.0.0 (2021-06-18)
chore
- rebrand AdminBro to AdminJS (80ca93d)
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
v3.0.0
3.0.0 (2020-08-22)
Bug Fixes
- allow multipart forms and fix cookies (f94a6ed)
- bring back old admin-bro package (d07e136)
- wrong require statements after hapi update (b9c4935)
Code Refactoring
- ⚡ rename package to @admin-bro/hapi (d6c2991)
Features
BREAKING CHANGES
- now uers should install @admin-bro/hapi