Skip to content

Releases: SoftwareBrothers/adminjs-koa

v4.1.0

21 Nov 10:15
Compare
Choose a tag to compare

4.1.0 (2023-11-21)

Features

v4.0.1

20 Apr 10:20
Compare
Choose a tag to compare

4.0.1 (2023-04-20)

Bug Fixes

v4.0.0

18 Apr 07:19
Compare
Choose a tag to compare

4.0.0 (2023-04-18)

chore

BREAKING CHANGES

  • The package won't support CJS anymore.

v4.0.0-beta.2

28 Mar 09:53
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2023-03-28)

Bug Fixes

  • serve components.bundle.js publicly (31bf16e)

v4.0.0-beta.1

21 Mar 11:17
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

chore

  • update packages for esm (35a957c)

BREAKING CHANGES

  • The package won't support CJS anymore.

v3.0.1

09 Sep 16:29
Compare
Choose a tag to compare

3.0.1 (2022-09-09)

Bug Fixes

v3.0.0

13 Jul 14:27
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.1.0

28 Mar 11:25
Compare
Choose a tag to compare

2.1.0 (2022-03-28)

Bug Fixes

  • broken redirect + better error handling (355712d)
  • don't bump version (d7b04cb)
  • don't swallow exceptions (311bba3)

Features

  • expose koa session options (d25f2b1)

v2.0.0

02 Feb 12:56
Compare
Choose a tag to compare

2.0.0 (2022-02-02)

chore

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

v1.1.1

31 Aug 10:55
Compare
Choose a tag to compare

1.1.1 (2020-08-31)

Bug Fixes

  • remove not needed cookiePassword property (53a22f3)