Skip to content

Latest commit

 

History

History
183 lines (105 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

183 lines (105 loc) · 6.67 KB

Change Log

dropone-ui-logo

Dropzone-UI

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.4.0 (2021-12-12)

🧪 New features

  • <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.
  • <VideoPreview/>: Added new componentVideoPreview. 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/> 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. It also recieves autoplay and controls props like classic html <video/> tag.

🐛 Fixes or improvements

  • <FullScreenPreview/>: Improved media query style.

📚 Improved documentation.

  • Added documentation about new prop on FileItem.
  • Added documentation about new component VideoPreview.

6.3.6 (2021-07-12)

🧪 New features

  • <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🧪.

  • <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.

🐛 Fixes or improvements

  • <Dropzone/>: Fixed issue in FileItemContainer that made it to overflow the size of Dropzone.

📚 Improved documentation.

  • Added documentation about this new features

6.2.0 (2021-26-11)

New features

  • <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.
  • <FileItem/>: Added elevation prop. This prop provides the user to decide about the shadow and border on the FileItem container.
  • Webpage in beta version was released. You can visit dropzone-ui.com. In there you can find a nice code generator.

Fixesor improvements

  • <Dropzone/>: Fixed Spanish translation on footer.
  • <Dropzone/>: Hide "view" button when view prop is provided.
  • <Dropzone/>: Fix issue that hides dropzone label when FileItems are outside.
  • <Dropzone/>: Fixed minor issues on minHeight.
  • <FileItem/>: Hide "delete" button when onDelete prop is not provided
  • <FileItem/>: Change word-break css propertie from break-all to break-word;

Future feature

  • <FileItem/>: Show upload status on hover event.

5.5.6 (2021-26-11)

  • 🧪 Added Localization support for ✨ Russian and Chinese ✨.
  • 🐛 Fixed small bugs.
  • 📚 Improved documentation.

3.0.1 (2021-10-11)

Features

  • Translation support for Russian 🇷🇺 and also simplified and traditional Chinese 🇨🇳 .
  • File Item component can show image directly from url.
  • Minor bugs on Dropzone useStyle hook fixed.

3.0.1 (2021-10-11)

Features

  • Translation support for Portuguese.

2.8.1 (2021-10-08)

Features

  • Translation support for French.

2.1.1 (2021-10-01)

Features

  • Fixed issue on tsconfig.json that affected build process

2.1.0 (2021-09-28)

Features

  • Add preventDefault function on InputButton component
  • Improve Readme.md
  • Add Openbase badge
  • Improve description

2.0.0 (2021-09-21)

Features

  • Improve Readme.md
  • Add localization for Spanish and English
  • Add Readme_es.md file

1.2.10 (2021-09-21)

Features

  • Improve Readme.md
  • Add quiality badge

1.2.9 (2021-09-12)

Features

  • Release Input File Button
  • Release FileItemContainer Compnent
  • Improve API doc for all components (now arranged alphabetically)

1.1.28 (2021-09-09)

Features

  • Minor bug fixed, upload status not hiding on info open fixed

1.0.28 (2021-09-08)

Features

  • added readme status badges

  • Add Travis ci and coveralls integration

  • update README description

  • Dropzone, FileItem and FullScreenImage components released

1.0.1 (2021-08-28)

Features

  • README improvements

1.0.0 (2021-08-28)