Releases: SoftwareBrothers/adminjs-upload
Releases · SoftwareBrothers/adminjs-upload
v2.0.0
18 Jun 16:44
Compare
Sorry, something went wrong.
No results found
2.0.0 (2021-06-18)
chore
rebrand AdminBro to AdminJS (e020a56 )
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
v1.3.1
23 Feb 08:14
Compare
Sorry, something went wrong.
No results found
1.3.1 (2021-02-23)
Bug Fixes
fix expires prop in AWS provider (19169aa )
v1.3.0
27 Jan 12:33
Compare
Sorry, something went wrong.
No results found
1.3.0 (2021-01-27)
Features
Implement multiple file upload (c303e21 )
v1.2.0
01 Nov 09:54
Compare
Sorry, something went wrong.
No results found
1.2.0 (2020-11-01)
Bug Fixes
bump admin-versions (466fdf8 )
bump AdminBro (b9ec38e )
check for duplicate proprerties (46c93ae )
gitignore settings for types (43f6ad6 )
missing size in file (b2a3589 )
not removing files after file change (90bbb2b )
pass filesToUpload to drop zone (a15237f )
payload hasn't been filtered from file (1ae37cd )
return updated record after multi upload (a68bfa2 )
types for validation (90966f4 )
Features
add multi file upload (fcb425b )
add option to change path of stored file (29572e5 )
improve erro handing for multiple invocations (391b639 )
v1.2.0-beta.9
01 Nov 09:52
Compare
Sorry, something went wrong.
No results found
v1.2.0-beta.8
19 Oct 05:56
Compare
Sorry, something went wrong.
No results found
v1.2.0-beta.7
18 Oct 15:26
Compare
Sorry, something went wrong.
No results found
Bug Fixes
check for duplicate proprerties (46c93ae )
v1.2.0-beta.6
18 Oct 14:15
Compare
Sorry, something went wrong.
No results found
v1.2.0-beta.5
14 Oct 15:22
Compare
Sorry, something went wrong.
No results found
Bug Fixes
pass filesToUpload to drop zone (a15237f )
v1.2.0-beta.4
12 Oct 19:14
Compare
Sorry, something went wrong.
No results found
Bug Fixes
return updated record after multi upload (a68bfa2 )