Skip to content

Commit fe1646c

Browse files
committed
[REF]: Bump dependencies and improve readme file
1 parent a6347a2 commit fe1646c

97 files changed

Lines changed: 55908 additions & 16494 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@
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+
<a name="7.0.0"></a>
1213

13-
<a name="6.0.1"></a>
14+
## [7.0.0](https://github.com/dropzone-ui/dropzone-ui/compare/v7.0.0...v6.2.0) (2021-dd-mm)
1415

15-
## [6.0.1](https://github.com/dropzone-ui/dropzone-ui/compare/v6.0.1...v5.5.6) (2021-26-11)
16+
### New features
17+
- \<ToolTip/\>: New component added for displaying message for non valid files and upload status on a tooltip when user hovers FileItem. Idea was suggested by [mateusmx](https://github.com/mateusmx).
18+
- \<FileItem/\>: Added resultOnLayer prop that allows keep the behaviour thta makes FileItem show the result of validation and upload on the FullInfoLayer when user pressed the `info` button. If not presnt or false, the default behaviour will be to show that info when user hovers the FileItem on a ToolTip. If true, the tooltip won´t be displayed.
19+
20+
21+
<a name="6.2.0"></a>
22+
23+
## [6.2.0](https://github.com/dropzone-ui/dropzone-ui/compare/v6.2.0...v5.5.6) (2021-26-11)
1624

1725
### New features
1826
- \<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.

README.md

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

build/components/dropzone/components/Dropzone/Dropzone.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

build/components/dropzone/components/Dropzone/DropzoneProps.d.ts

Lines changed: 0 additions & 198 deletions
This file was deleted.

build/components/dropzone/components/DropzoneFooter.tsx/DropzoneFooter.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/components/dropzone/components/DropzoneFooter.tsx/DropzoneFooterProps.d.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

build/components/dropzone/components/DropzoneHeader/DropzoneHeader.d.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

build/components/dropzone/components/DropzoneLabel/DropzoneLabel.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

build/components/dropzone/components/hooks/useDropzoneStyles.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

build/components/dropzone/components/utils/dropzone-ui.upload.utils.d.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)