react-images-uploading icon indicating copy to clipboard operation
react-images-uploading copied to clipboard

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.

Results 56 react-images-uploading issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Possible accepted values in `resolutionType` (when passed as array) are `'absolute' | 'less' | 'more' | 'ratio'` For Example: ``` resolutionType={['ratio', 'more']} ```

Thanks for making this module. I am curious, if there's a way to implement this: * ratio : (resolutionMinWidth / resolutionMinHeight) === (image width / image height) * min Dimensions:...

The new `resolutionType` acts as a combination of 'absolute' and 'more'

Added video along with image in validation to allow uploading video too.

Is there a way to capture the image's width and height so then it can be used to see its aspect ratio?

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, Existing Output: 1. Upload images then thumbnails will display 2. Click the `Update` button on any image then just click cancel 3. Upload new image **using drag and drop**...