Skip to content

Commit ccf3cea

Browse files
committed
[DOC]: Add notable changes on Changelog.md
1 parent 83a25ef commit ccf3cea

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@
99

1010
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.
1111

12+
13+
<a name="6.0.1"></a>
14+
15+
## [6.0.1](https://github.com/dropzone-ui/dropzone-ui/compare/v6.0.1...v5.5.6) (2021-26-11)
16+
17+
### New features
18+
- \<FileItem/\>: Added `alwaysActive` prop. This prop provides hover interaction. If false (by default), FileItem will hide the main layer with all the buttons except the file validation status and the upload status. If true, main layer will be visible all the time.
19+
- \<FileItem/\>: Added `elevation` prop. This prop provides the user to decide about the shadow and border on the `FileItem` container.
20+
- `Webpage` in beta version was released. You can visit [dropzone-ui.com](https://www.dropzone-ui.com). In there you can find a nice code generator.
21+
22+
### Fixes or improvements
23+
- \<Dropzone/\>: Fixed Spanish translation on footer.
24+
- \<Dropzone/\>: Hide "view" button when view prop is provided.
25+
- \<Dropzone/\>: Fix issue that hides dropzone label when FileItems are outside.
26+
- \<Dropzone/\>: Fixed minor issues on minHeight.
27+
- \<FileItem/\>: Hide "delete" button when onDelete prop is not provided
28+
- \<FileItem/\>: Change `word-break` css propertie from `break-all` to `break-word`;
29+
30+
### Future feature
31+
- \<FileItem/\>: Show `upload status` on hover event.
32+
1233
<a name="3.0.1"></a>
1334

1435
## [3.0.1](https://github.com/dropzone-ui/dropzone-ui/compare/v2.8.1...v3.0.1) (2021-10-11)

0 commit comments

Comments
 (0)