Skip to content

Releases: SoftwareBrothers/adminjs

v5.2.2

07 Oct 18:10
Compare
Choose a tag to compare

5.2.2 (2021-10-07)

Bug Fixes

v5.2.1

30 Aug 12:32
Compare
Choose a tag to compare

5.2.1 (2021-08-30)

Bug Fixes

  • fix StyledBackButton error when location state is not defined (28c1277)

v5.2.0

30 Aug 11:45
Compare
Choose a tag to compare

5.2.0 (2021-08-30)

Features

  • make back button navigate to previous page with search params (1b0c08b)

v5.1.1

25 Aug 06:35
Compare
Choose a tag to compare

5.1.1 (2021-08-25)

Bug Fixes

v5.1.0

20 Jul 15:14
Compare
Choose a tag to compare

5.1.0 (2021-07-20)

Bug Fixes

  • frontend: hide label in show record (da14a50)
  • add newline at end of file (03cc2cf)
  • expose bulkDelete action in ActionsMap (edf8cb5)
  • import error (148f023)
  • only treat records as new after submit if no errors (82d8733)
  • remove changes in availableValues (192ee5a)

Features

  • add navigation: false option to hide resource from nav bar (1647c3a), closes #749

v5.1.0-beta.1

20 Jul 15:08
Compare
Choose a tag to compare
v5.1.0-beta.1 Pre-release
Pre-release

5.1.0-beta.1 (2021-07-20)

Bug Fixes

  • frontend: hide label in show record (da14a50)
  • add newline at end of file (03cc2cf)
  • expose bulkDelete action in ActionsMap (edf8cb5)
  • import error (148f023)
  • only treat records as new after submit if no errors (82d8733)
  • remove changes in availableValues (192ee5a)

Features

  • add navigation: false option to hide resource from nav bar (1647c3a), closes #749

v5.0.1

01 Jul 08:13
Compare
Choose a tag to compare

5.0.1 (2021-07-01)

Bug Fixes

  • fix letter casing typo which caused bundler issues (12c9011)

v5.0.0

18 Jun 15:45
Compare
Choose a tag to compare

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

v4.0.1

15 Apr 08:45
Compare
Choose a tag to compare

4.0.1 (2021-04-15)

Bug Fixes

  • btoa encoding in array edit (cfb23fc)

v4.0.0-beta.4

14 Apr 14:18
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

4.0.0-beta.4 (2021-04-14)

Bug Fixes

  • only treat records as new after submit if no errors (82d8733)