Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 09:58
· 19 commits to master since this release

2.0.0 (2021-11-19)

Bug Fixes

  • use correct secret value for NPM_TOKEN in CI (e92567c)

chore

  • rebrand AdminBro to AdminJS (395eb95)

BREAKING CHANGES

  • AdminBro has been rebranded to AdminJS. All package and repository names had been updated.

Migration Guide

  1. 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
  1. Update your custom CSS classes:
  • .admin-bro_<component name> -> .adminjs_<component name> (example: .adminjs_Box)
  1. Search your project for admin-bro occurrences - most likely they will have to be updated to adminjs