Skip to content

Releases: SoftwareBrothers/adminjs-hapijs

v6.0.0

13 Jul 14:28
Compare
Choose a tag to compare

6.0.0 (2022-07-13)

chore

BREAKING CHANGES

  • This package version should be used with AdminJS v6

v5.0.2

09 Mar 12:10
Compare
Choose a tag to compare

5.0.2 (2022-03-09)

Bug Fixes

v5.0.1

09 Mar 11:49
Compare
Choose a tag to compare

5.0.1 (2022-03-09)

Bug Fixes

  • add mising build script to CI (932888d)

v5.0.0

04 Mar 09:04
Compare
Choose a tag to compare

5.0.0 (2022-03-04)

Features

  • make inert optional + jsdoc changes (742bd4f)
  • update package to Typescript (7085664)

BREAKING CHANGES

  • We updated Hapi packages to the latest versions, as well as AdminJS packages.

v4.0.1

18 Jun 17:51
Compare
Choose a tag to compare

4.0.1 (2021-06-18)

Bug Fixes

  • remove .adminbro from repo (f8cd30d)

v4.0.0

18 Jun 17:13
Compare
Choose a tag to compare

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

v3.0.0

22 Aug 13:18
Compare
Choose a tag to compare

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

  • add detailed error handling (123dd3a)
  • upgrade hapi to the latest version (27619cd)

BREAKING CHANGES

  • now uers should install @admin-bro/hapi

v3.0.0-beta.5

04 Aug 17:39
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2020-08-04)

Bug Fixes

  • bring back old admin-bro package (d07e136)

v3.0.0-beta.4

30 Jul 21:13
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2020-07-30)

Features

  • add detailed error handling (123dd3a)

v3.0.0-beta.3

30 Jul 21:00
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2020-07-30)

Bug Fixes

  • allow multipart forms and fix cookies (f94a6ed)