Skip to content

Commit

Permalink
[DOC]: Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JinSSJ3 committed Dec 18, 2023
1 parent 9475e38 commit 03d8282
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Thils file also consider all dropzone-ui [releases](https://github.com/dropzone-ui/dropzone-ui-react/releases).

## [1.1.0](https://github.com/files-ui/files-ui-react/releases/tag/v1.1.0) (2023-12-17)

## 🧪 New features and 🐛 :hammer: Improvements

- [\<Dropzone/\>](https://www.files-ui.com/components/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](https://github.com/files-ui/files-ui-react/pull/27): Pull request to solve issue on ActionButtonItem.label prop has been merged.
- [FIX: ActionButtonItem.disabled not working #28 #29](https://github.com/files-ui/files-ui-react/pull/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](https://github.com/files-ui/files-ui-react/pull/34): Pull request to allow uploading a group of files in a single request.

## [Files-ui (1.0.0) = Dropzone-ui(7.0.0)](https://github.com/files-ui/files-ui-react/releases/tag/v1.0.0) (2023-03-28)

## 🧪 New features and 🐛 :hammer: Improvements
Expand Down

0 comments on commit 03d8282

Please sign in to comment.