Skip to content

Bump @dropzone-ui/react from 6.3.6 to 6.7.20 #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps @dropzone-ui/react from 6.3.6 to 6.7.20.

Release notes

Sourced from @​dropzone-ui/react's releases.

v6.7.20: Add headerClassName and footerClassName

🧪 New features

<Dropzone/>: Added new props to override css styles in footer and header. The style rules must be added in a css or sass file like so:

.dz-ui-footer.footer-extra-styles {
  overflow-y: auto;
  height: 35px;
}
.dz-ui-header.header-extra-styles {
justify-content: center;
}

📚 Improved documentation.

  • Added documentation about new props on Dropzone component.

v6.7.12

🐛 Fixes:

  • Fixed TS support on React 18

v6.7.10: Improvements on "children" prop and fix "replace" behaviour bug

🐛 Fixes or improvements

  • Fixed bug that shows files as non valid when Dropzone props are set behaviour="replace" and user drops more files than the maxFiles prop.
  • Improved children prop behaviour: Since version 6.7.10 children prop has the highest priority and will show the children content if present even when thee is no dropped files.
  • Package now can be used in react 17 and 18 ⚛️ 🚀

v6.4.2: Add video previews

🐛 Fixes or improvements

  • <FullScreenPreview/>: Improved media query style.

📚 Improved documentation.

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

🧪 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. video preview video preview 2
Changelog

Sourced from @​dropzone-ui/react's changelog.

Change Log

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.

Commits
  • 20c4f34 [FEAT]: Add headerClassName and footerClassName for overriding css styles on ...
  • 7e10875 Update semantic versioning
  • a60de1d Improved documentation for footerClassName and headerClassName
  • 3e1b72e [FEAT]: Add headerClassName and footerClassName for overriding css styles on ...
  • 1049299 [FEAT]: Add headerClassName and footerClassName for overriding css styles on ...
  • 4290c3a [FEAT]: Add headerClassName and footerClassName for overriding css styles on ...
  • 39d0e36 Merge branch 'master' of https://github.com/dropzone-ui/dropzone-ui-react
  • 988d006 Update test envireonment and dynamicss version
  • e6fe2dc Update test envireonment and dynamicss version
  • 935162c Merge pull request #501 from sk-coolascode/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@dropzone-ui/react](https://github.com/dropzone-ui/dropzone-ui-react) from 6.3.6 to 6.7.20.
- [Release notes](https://github.com/dropzone-ui/dropzone-ui-react/releases)
- [Changelog](https://github.com/dropzone-ui/dropzone-ui-react/blob/master/CHANGELOG.md)
- [Commits](dropzone-ui/dropzone-ui-react@v6.3.6...v6.7.20)

---
updated-dependencies:
- dependency-name: "@dropzone-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants