github SoftwareBrothers/adminjs v5.0.0

latest releases: v7.8.13, v7.8.12, v7.8.11...
3 years ago

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.
  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

Don't miss a new adminjs release

NewReleases is sending notifications on new releases.