Releases: SoftwareBrothers/adminjs-expressjs
Releases · SoftwareBrothers/adminjs-expressjs
v5.1.0-dev.1
15 Sep 09:30
Compare
Sorry, something went wrong.
No results found
v5.0.0
13 Jul 11:42
Compare
Sorry, something went wrong.
No results found
5.0.0 (2022-07-13)
chore
update AdminJS peer dependency to v6 (47c2c79 )
BREAKING CHANGES
This package version should be used with AdminJS v6
v4.1.3
16 May 09:57
Compare
Sorry, something went wrong.
No results found
4.1.3 (2022-05-16)
Bug Fixes
update protected routes handler to allow custom admin routes (48c4748 )
v4.1.2
12 May 11:34
Compare
Sorry, something went wrong.
No results found
4.1.2 (2022-05-12)
Bug Fixes
fix protected routes when root path is different than / (9daf9e9 )
v4.1.1
12 May 09:38
Compare
Sorry, something went wrong.
No results found
4.1.1 (2022-05-12)
Bug Fixes
v4.1.0
28 Feb 10:54
Compare
Sorry, something went wrong.
No results found
4.1.0 (2022-02-28)
Features
v4.0.3
21 Feb 10:54
Compare
Sorry, something went wrong.
No results found
4.0.3 (2022-02-21)
Bug Fixes
v4.0.2
11 Feb 20:34
Compare
Sorry, something went wrong.
No results found
4.0.2 (2022-02-11)
Bug Fixes
Do not protect non-admin routes (e7c51d7 )
Do not protect non-admin routes (e09e304 )
Move dependency (d573e04 )
v4.0.1
22 Nov 10:34
Compare
Sorry, something went wrong.
No results found
4.0.1 (2021-11-22)
Bug Fixes
add tslib to peer dependencies (8f0da01 )
v4.0.0
18 Jun 16:54
Compare
Sorry, something went wrong.
No results found
4.0.0 (2021-06-18)
chore
rebrand AdminBro to AdminJS (5d0dd3c )
BREAKING CHANGES
AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
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
Update your custom CSS classes:
.admin-bro_<component name> -> .adminjs_<component name> (example: .adminjs_Box)
Search your project for admin-bro occurrences - most likely they will have to be updated to adminjs