Releases: SoftwareBrothers/adminjs-upload
Releases · SoftwareBrothers/adminjs-upload
v2.0.0
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 toadminjs
v1.3.1
v1.3.0
v1.2.0
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)