v1.1.0 Add new prop to Dropzone components and solve some bugs
🧪 New features and 🐛 🔨 Improvements
- <Dropzone/>:
- There is a new prop
groupUpload
that allows to perform the upload operation of a group of files in a single request. - FIX: ActionButtonItem.label not working #26 #27: Pull request to solve issue on ActionButtonItem.label prop has been merged.
- FIX: ActionButtonItem.disabled not working #28 #29: Pull request to solve issue on ActionButtonItem.disabled prop has been merged
- FEAT: Gives the option to send all files in a single request #32 #34: Pull request to allow uploading a group of files in a single request.
- There is a new prop
Special thanks to @TimmFitschen and @Pooyahmti