Skip to content

Releases: SoftwareBrothers/adminjs-logger

v5.0.1

08 May 07:18
Compare
Choose a tag to compare

5.0.1 (2023-05-08)

Bug Fixes

  • hotfix: change import of styled to be imported from design system (16df24e)

v5.0.0

18 Apr 07:16
Compare
Choose a tag to compare

5.0.0 (2023-04-18)

BREAKING CHANGES

  • The package won't support CJS anymore.

  • chore: use componentLoader instead of AdminJS.bundle

  • Configuration changed due to AdminJS.bundle being removed, use componentLoader instead

v5.0.0-beta.2

04 Apr 07:59
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2023-04-04)

chore

  • rewrite package to esmodules (#16) (71d2312)
  • use use componentLoader instead of AdminJS.bundle (#17) (3c4763c)

BREAKING CHANGES

  • Configuration changed due to AdminJS.bundle being removed, use componentLoader instead
  • The package won't support CJS anymore.

v5.0.0-beta.1

21 Mar 12:42
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2023-03-21)

chore

  • update packages for esm (f05c7ee)

BREAKING CHANGES

  • The package won't support CJS anymore.

v4.0.1

21 Oct 17:02
Compare
Choose a tag to compare

4.0.1 (2022-10-21)

Bug Fixes

  • recordTitle value is based on custom config (acd20c3)

v4.0.0

14 Oct 08:46
Compare
Choose a tag to compare

4.0.0 (2022-10-14)

Features

  • refactor logger, rewrite configuration (52db801)

BREAKING CHANGES

  • The configuration of @adminjs/logger has been rewritten. Please refer to official documentation at docs.adminjs.co to update.

v3.0.0

13 Jul 14:26
Compare
Choose a tag to compare

3.0.0 (2022-07-13)

chore

BREAKING CHANGES

  • This package version should be used with AdminJS v6

v2.2.0

29 Mar 11:15
Compare
Choose a tag to compare

2.2.0 (2022-03-29)

Features

  • fix handling new action and add handler for bulkDelete action (9829781)

v2.1.0

23 Mar 13:47
Compare
Choose a tag to compare

2.1.0 (2022-03-23)

Features

  • add example app, update docs, update config options (a5aba67)

v2.0.0

19 Nov 09:58
Compare
Choose a tag to compare

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