Skip to content

Tags: rluncasu/adminjs-upload

Tags

provider-minio

Toggle provider-minio's commit message

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](SoftwareBrothers/adminjs-upload@v2.0.0...v2.0.1) (2021-07-21)

### Bug Fixes

* only update files if files.length>0 (PR[SoftwareBrothers#31](SoftwareBrothers#31)) ([bb83813](SoftwareBrothers@bb83813))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](SoftwareBrothers/adminjs-upload@v1.3.1...v2.0.0) (2021-06-18)

### chore

* rebrand AdminBro to AdminJS ([e020a56](SoftwareBrothers@e020a56))

### 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
2. Update your custom CSS classes:
- `.admin-bro_<component name>` -> `.adminjs_<component name>` (example: `.adminjs_Box`)
3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs`

v1.3.1

Toggle v1.3.1's commit message
chore(release): 1.3.1 [skip ci]

## [1.3.1](SoftwareBrothers/adminjs-upload@v1.3.0...v1.3.1) (2021-02-23)

### Bug Fixes

* fix expires prop in AWS provider ([19169aa](SoftwareBrothers@19169aa))

v1.3.0

Toggle v1.3.0's commit message
chore(release): 1.3.0 [skip ci]

# [1.3.0](SoftwareBrothers/adminjs-upload@v1.2.0...v1.3.0) (2021-01-27)

### Features

* Implement multiple file upload ([c303e21](SoftwareBrothers@c303e21))

v1.2.0

Toggle v1.2.0's commit message
chore(release): 1.2.0 [skip ci]

# [1.2.0](SoftwareBrothers/adminjs-upload@v1.1.0...v1.2.0) (2020-11-01)

### Bug Fixes

* bump admin-versions ([466fdf8](SoftwareBrothers@466fdf8))
* bump AdminBro ([b9ec38e](SoftwareBrothers@b9ec38e))
* check for duplicate proprerties ([46c93ae](SoftwareBrothers@46c93ae))
* gitignore settings for types ([43f6ad6](SoftwareBrothers@43f6ad6))
* missing size in file ([b2a3589](SoftwareBrothers@b2a3589))
* not removing files after file change ([90bbb2b](SoftwareBrothers@90bbb2b))
* pass filesToUpload to drop zone ([a15237f](SoftwareBrothers@a15237f))
* payload hasn't been filtered from file ([1ae37cd](SoftwareBrothers@1ae37cd))
* return updated record after multi upload ([a68bfa2](SoftwareBrothers@a68bfa2))
* types for validation ([90966f4](SoftwareBrothers@90966f4))

### Features

* add multi file upload ([fcb425b](SoftwareBrothers@fcb425b))
* add option to change path of stored file ([29572e5](SoftwareBrothers@29572e5))
* improve erro handing for multiple invocations ([391b639](SoftwareBrothers@391b639))

v1.2.0-beta.9

Toggle v1.2.0-beta.9's commit message
chore(release): 1.2.0-beta.9 [skip ci]

# [1.2.0-beta.9](SoftwareBrothers/adminjs-upload@v1.2.0-beta.8...v1.2.0-beta.9) (2020-11-01)

### Bug Fixes

* bump admin-versions ([466fdf8](SoftwareBrothers@466fdf8))

v1.2.0-beta.8

Toggle v1.2.0-beta.8's commit message
chore(release): 1.2.0-beta.8 [skip ci]

# [1.2.0-beta.8](SoftwareBrothers/adminjs-upload@v1.2.0-beta.7...v1.2.0-beta.8) (2020-10-19)

### Bug Fixes

* missing size in file ([b2a3589](SoftwareBrothers@b2a3589))

v1.2.0-beta.7

Toggle v1.2.0-beta.7's commit message
chore(release): 1.2.0-beta.7 [skip ci]

# [1.2.0-beta.7](SoftwareBrothers/adminjs-upload@v1.2.0-beta.6...v1.2.0-beta.7) (2020-10-18)

### Bug Fixes

* check for duplicate proprerties ([46c93ae](SoftwareBrothers@46c93ae))

v1.2.0-beta.6

Toggle v1.2.0-beta.6's commit message
chore(release): 1.2.0-beta.6 [skip ci]

# [1.2.0-beta.6](SoftwareBrothers/adminjs-upload@v1.2.0-beta.5...v1.2.0-beta.6) (2020-10-18)

### Bug Fixes

* bump AdminBro ([b9ec38e](SoftwareBrothers@b9ec38e))
* types for validation ([90966f4](SoftwareBrothers@90966f4))