|
| 1 | +# Change Log |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | +<img align="center" height="120" src="https://user-images.githubusercontent.com/43678736/132112022-0ca409ae-cca2-43c8-be89-110376260a3f.png" alt="dropone-ui-logo"> |
| 5 | + |
| 6 | +<h1 align="center"> Dropzone-UI</h1> |
| 7 | + |
| 8 | +</p> |
| 9 | + |
| 10 | +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. |
| 11 | + |
| 12 | +<a name="6.4.0"></a> |
| 13 | + |
| 14 | +## [6.4.0](https://github.com/dropzone-ui/react-dropzone/releases/tag/v6.4.0) (2021-12-12) |
| 15 | + |
| 16 | +## 🧪 New features |
| 17 | + |
| 18 | +- \<FileItem/\>: Added `onWatch` prop. This prop provides an event handler for allowing full screen video previews. It works like `onSee` prop. It returns as first parameter the file object. If `onWatch` is present, file is `valid` and file type is `video`, `FileItem` will display the `play` button. |
| 19 | +- \<VideoPreview/\>: Added new component`VideoPreview`. This component is quite similar to `FullScreenPreview`. As the name sugests, this component is meant to be used to show video previews. Supported videos are the default supported videos by a [`<video/>`](https://www.w3schools.com/tags/tag_video.asp) tag (mp4, ogg, webm). First prop `videoSource` can be a `File` object or a `URI string` representation. Works in the same way as `FullScreenPreview`, it rcieves a `onClose` prop and an `open` prop. |
| 20 | + It also recieves `autoplay` and `controls` props like classic html [`<video/>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attributes) tag. |
| 21 | + |
| 22 | +## 🐛 Fixes or improvements |
| 23 | + |
| 24 | +- \<FullScreenPreview/>: Improved media query style. |
| 25 | + |
| 26 | +## 📚 Improved documentation. |
| 27 | + |
| 28 | +- Added documentation about new prop on `FileItem`. |
| 29 | +- Added documentation about new component `VideoPreview`. |
| 30 | + |
| 31 | +<a name="6.3.6"></a> |
| 32 | + |
| 33 | +## [6.3.6](https://github.com/dropzone-ui/react-dropzone/releases/tag/v6.3.6) (2021-07-12) |
| 34 | + |
| 35 | +## 🧪 New features |
| 36 | + |
| 37 | +- \<FileItem/\>: Added `resultOnToolip` prop. This prop provides another hover interaction. If present or `true`, FileItem will show the file validation status and the upload status on a nice tooltip. Otherwhise, if not present, false or undefined, FileItem will display the result on the InfoLayer. Special thanks to @mateusmx, 👏 who suggested this feature🧪. |
| 38 | + |
| 39 | +- \<Dropzone/\>: Added `disableScroll` prop. This prop disables the css property `overflow: auto` in FileItemContainer inside Dropzone, when it displays the FileItem list inside of it. It also disables the `maxHeight` property and forces the `view` prop to be `"grid"`. The purpose of this special prop is to allow FileItemContainer to grow at the same time FileItem list increases and prevent triggering scrollbars. |
| 40 | + |
| 41 | +## 🐛 Fixes or improvements |
| 42 | + |
| 43 | +- \<Dropzone/>: Fixed issue in FileItemContainer that made it to overflow the size of Dropzone. |
| 44 | + |
| 45 | +## 📚 Improved documentation. |
| 46 | + |
| 47 | +- Added documentation about this new features |
| 48 | + |
| 49 | +<a name="6.2.0"></a> |
| 50 | + |
| 51 | +## [6.2.0](https://github.com/dropzone-ui/react-dropzone/releases/tag/v6.2.0) (2021-26-11) |
| 52 | + |
| 53 | +### New features |
| 54 | + |
| 55 | +- \<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. |
| 56 | +- \<FileItem/\>: Added `elevation` prop. This prop provides the user to decide about the shadow and border on the `FileItem` container. |
| 57 | +- `Webpage` in beta version was released. You can visit [dropzone-ui.com](http://www.dropzone-ui.com). In there you can find a nice code generator. |
| 58 | + |
| 59 | +### Fixesor improvements |
| 60 | + |
| 61 | +- \<Dropzone/\>: Fixed Spanish translation on footer. |
| 62 | +- \<Dropzone/\>: Hide "view" button when view prop is provided. |
| 63 | +- \<Dropzone/\>: Fix issue that hides dropzone label when FileItems are outside. |
| 64 | +- \<Dropzone/\>: Fixed minor issues on minHeight. |
| 65 | +- \<FileItem/\>: Hide "delete" button when onDelete prop is not provided |
| 66 | +- \<FileItem/\>: Change `word-break` css propertie from `break-all` to `break-word`; |
| 67 | + |
| 68 | +### Future feature |
| 69 | + |
| 70 | +- \<FileItem/\>: Show `upload status` on hover event. |
| 71 | + |
| 72 | +<a name="5.5.6"></a> |
| 73 | + |
| 74 | +## [5.5.6](https://github.com/dropzone-ui/react-dropzone/releases/tag/v5.3.0) (2021-26-11) |
| 75 | + |
| 76 | +- 🧪 Added Localization support for ✨ **Russian** and **Chinese** ✨. |
| 77 | +- 🐛 Fixed small bugs. |
| 78 | +- 📚 Improved documentation. |
| 79 | + |
| 80 | +<a name="3.0.1"></a> |
| 81 | + |
| 82 | +## [3.0.1](https://github.com/dropzone-ui/dropzone-ui/compare/v2.8.1...v3.0.1) (2021-10-11) |
| 83 | + |
| 84 | +### Features |
| 85 | + |
| 86 | +- Translation support for `Russian` :ru: and also simplified and traditional `Chinese` :cn: . |
| 87 | +- File Item component can show image directly from url. |
| 88 | +- Minor bugs on Dropzone useStyle hook fixed. |
| 89 | + |
| 90 | +<a name="3.0.1"></a> |
| 91 | + |
| 92 | +## [3.0.1](https://github.com/dropzone-ui/dropzone-ui/compare/v2.8.1...v3.0.1) (2021-10-11) |
| 93 | + |
| 94 | +### Features |
| 95 | + |
| 96 | +- Translation support for `Portuguese`. |
| 97 | + <a name="2.8.1"></a> |
| 98 | + |
| 99 | +## [2.8.1](https://github.com/dropzone-ui/dropzone-ui/compare/v2.8.1...v2.1.1) (2021-10-08) |
| 100 | + |
| 101 | +### Features |
| 102 | + |
| 103 | +- Translation support for `French`. |
| 104 | + |
| 105 | +<a name="2.1.1"></a> |
| 106 | + |
| 107 | +## [2.1.1](https://github.com/dropzone-ui/dropzone-ui/compare/v2.1.1...v2.0.0) (2021-10-01) |
| 108 | + |
| 109 | +### Features |
| 110 | + |
| 111 | +- Fixed issue on tsconfig.json that affected build process |
| 112 | + |
| 113 | +<a name="2.1.0"></a> |
| 114 | + |
| 115 | +## [2.1.0](https://github.com/dropzone-ui/dropzone-ui/compare/v2.1.0...v2.0.0) (2021-09-28) |
| 116 | + |
| 117 | +### Features |
| 118 | + |
| 119 | +- Add preventDefault function on InputButton component |
| 120 | +- Improve Readme.md |
| 121 | +- Add Openbase badge |
| 122 | +- Improve description |
| 123 | + |
| 124 | +<a name="2.0.0"></a> |
| 125 | + |
| 126 | +## [2.0.0](https://github.com/dropzone-ui/dropzone-ui/compare/v2.0.0...v1.2.10) (2021-09-21) |
| 127 | + |
| 128 | +### Features |
| 129 | + |
| 130 | +- Improve Readme.md |
| 131 | +- Add localization for `Spanish` and `English` |
| 132 | +- Add Readme_es.md file |
| 133 | + |
| 134 | +<a name="1.2.10"></a> |
| 135 | + |
| 136 | +## [1.2.10](https://github.com/dropzone-ui/dropzone-ui/compare/v1.0.1...v1.0.2) (2021-09-21) |
| 137 | + |
| 138 | +### Features |
| 139 | + |
| 140 | +- Improve Readme.md |
| 141 | +- Add quiality badge |
| 142 | + <a name="1.2.9"></a> |
| 143 | + |
| 144 | +## [1.2.9](https://github.com/dropzone-ui/dropzone-ui/compare/v1.0.1...v1.0.2) (2021-09-12) |
| 145 | + |
| 146 | +### Features |
| 147 | + |
| 148 | +- Release Input File Button |
| 149 | +- Release FileItemContainer Compnent |
| 150 | +- Improve API doc for all components (now arranged alphabetically) |
| 151 | + |
| 152 | +<a name="1.1.28"></a> |
| 153 | + |
| 154 | +## [1.1.28](https://github.com/dropzone-ui/dropzone-ui/compare/v1.0.1...v1.0.2) (2021-09-09) |
| 155 | + |
| 156 | +### Features |
| 157 | + |
| 158 | +- Minor bug fixed, upload status not hiding on info open fixed |
| 159 | + |
| 160 | +<a name="1.0.28"></a> |
| 161 | + |
| 162 | +## [1.0.28](https://github.com/dropzone-ui/dropzone-ui/compare/v1.0.1...v1.0.2) (2021-09-08) |
| 163 | + |
| 164 | +### Features |
| 165 | + |
| 166 | +- added readme status badges |
| 167 | + |
| 168 | +- Add Travis ci and coveralls integration |
| 169 | + |
| 170 | +- update README description |
| 171 | +- Dropzone, FileItem and FullScreenImage components released |
| 172 | + |
| 173 | +<a name="1.0.1"></a> |
| 174 | + |
| 175 | +## [1.0.1](https://github.com/dropzone-ui/dropzone-ui/compare/v1.0.0...v1.0.1) (2021-08-28) |
| 176 | + |
| 177 | +### Features |
| 178 | + |
| 179 | +- README improvements |
| 180 | + |
| 181 | +<a name="1.0.0"></a> |
| 182 | + |
| 183 | +# [1.0.0](https://github.com/dropzone-ui/dropzone-ui/compare/v0.1.2...v1.0.0) (2021-08-28) |
0 commit comments