Releases: SoftwareBrothers/adminjs-mongoose
Releases · SoftwareBrothers/adminjs-mongoose
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2021-06-18)
chore
- rebrand AdminBro to AdminJS (a9e2c4a)
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.1.1-beta.1
1.1.1-beta.1 (2020-12-16)
Bug Fixes
v1.1.0-beta.4
1.1.0-beta.4 (2020-12-02)
Bug Fixes
- Cannot read property 'ownerDocument' of null in mongoose-unique-validator (84a1398)