Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-dropzone

We're on our mission to simplify drag'n'drop for files in React applications.
Collective - Host: opensource - https://opencollective.com/react-dropzone - Website: https://react-dropzone.js.org/ - Code: https://github.com/react-dropzone

Add previews to file objects

Add the preview property to file object which contains the client-side preview of the just uploa...

github.com/react-dropzone/react-dropzone - 48b408f69eef04ab3b8e50cbfdd5b22d43140843 authored over 9 years ago by aleemb <[email protected]>
Merge pull request #10 from Pomax/master

Added several improvements

github.com/react-dropzone/react-dropzone - d2e77687fc991b89558a1a8d149bd65f8b440714 authored over 9 years ago by Param Aggarwal <[email protected]>
Update index.js

github.com/react-dropzone/react-dropzone - a57ecd60052ba7a53fd1c91d28a947bf6af1e783 authored over 9 years ago by Mike Kamermans <[email protected]>
Several changes

- removed pragma (React changed to advocating using .jsx instead)
- bypasses hardcoded styling ...

github.com/react-dropzone/react-dropzone - 44ee64d6b2d7100f6a2f1813a1c7211c91683aa9 authored over 9 years ago by Mike Kamermans <[email protected]>
Update index.html

github.com/react-dropzone/react-dropzone - a80b71e9d96f57a4cf584b6be2cd1e1603bd54a2 authored over 9 years ago by Param Aggarwal <[email protected]>
Update README.md

github.com/react-dropzone/react-dropzone - 5a783f198818b1cd22804be850a5911926e5f4f3 authored over 9 years ago by Param Aggarwal <[email protected]>
update screenshot

github.com/react-dropzone/react-dropzone - 8c22a8369635dd7c7d91080c99aa384c90ad5b98 authored over 9 years ago by Param Aggarwal <[email protected]>
revert all faulty PRs, implement click handling, multiple files, add a demo page

github.com/react-dropzone/react-dropzone - aa6cd8493916084f7211de8a349b34880c2a02fe authored over 9 years ago by Param Aggarwal <[email protected]>
Update README.md

github.com/react-dropzone/react-dropzone - 541d1cbb90b1d547bf1a03a146996baccc23533c authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #5 from subtirelumihail/master

Added multiple files option and input fallback options as params

github.com/react-dropzone/react-dropzone - abd04ef8ad4a18e6c59ef55cafe7650efa2d1ef1 authored over 9 years ago by Param Aggarwal <[email protected]>
Update index.jsx

Removed the array in case a single file is uploaded

github.com/react-dropzone/react-dropzone - 3793eaf8047a96b93149d046aedd7a34dbb2f265 authored over 9 years ago by Subtirelu Mihail <[email protected]>
Update index.js

Remove the array return in case of single file upload

github.com/react-dropzone/react-dropzone - 4f4a8097446128c09220a0bc91e1e8c3fe90ee30 authored over 9 years ago by Subtirelu Mihail <[email protected]>
Added multiple files option and input fallback options as params

github.com/react-dropzone/react-dropzone - 76f709aaf5d970ebdce858520b3d6c550d3ad786 authored over 9 years ago by Subtirelu Mihail <[email protected]>
Merge pull request #3 from codebusters/master

Renaming file to react naming conventions

github.com/react-dropzone/react-dropzone - 6abfd284513c351ecdbc63bc0d25df06ce4d98fb authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #4 from toshipon/master

Support click & choose file

github.com/react-dropzone/react-dropzone - 9ad48a23e4b777b972984b9459c0dae1f04576f8 authored over 9 years ago by Param Aggarwal <[email protected]>
Fixes example (thanks @benjaminmock, closes #2)

github.com/react-dropzone/react-dropzone - 44fee8349ee07c06dd3de211651cb014cba1b65a authored over 9 years ago by Param Aggarwal <[email protected]>
Ignore click event if node is null

github.com/react-dropzone/react-dropzone - a456d70d35bf7ffc0d943a191c9a01e3f771b2c9 authored almost 10 years ago by toshipon <[email protected]>
Added preventDefault

github.com/react-dropzone/react-dropzone - c8083dcb2852a18ddadc168baec0c752fc09982e authored almost 10 years ago by toshipon <[email protected]>
Changed to apply style always

github.com/react-dropzone/react-dropzone - d5ffde986abc67c3c777d02e81940ee821749cee authored almost 10 years ago by toshipon <[email protected]>
Apply style for input element

github.com/react-dropzone/react-dropzone - 79c20d17fc1967186d9b2d92399f60d771918b1f authored almost 10 years ago by toshipon <[email protected]>
Apply cursor:pointer for form element

github.com/react-dropzone/react-dropzone - f350b50a0cb9977475f101ba19405d3288a2da86 authored almost 10 years ago by toshipon <[email protected]>
Support click & choose file

github.com/react-dropzone/react-dropzone - 600e61fe8d33eaedcaba1583b538ece900bc7285 authored almost 10 years ago by toshipon <[email protected]>
Renaming file to react naming conventions

github.com/react-dropzone/react-dropzone - 75ca1edd6e52df0b8a30630d82f8868d38c36ce7 authored almost 10 years ago by Thorsten Scherler <[email protected]>
Update README.md

github.com/react-dropzone/react-dropzone - abbf474daa4b29ee2351d9a63ed7bcdcb3edbd92 authored about 10 years ago by Param Aggarwal <[email protected]>
Ability to give custom styling and messaging by passing in as props.

github.com/react-dropzone/react-dropzone - 4a5a0012b6d12240e5a12a81925f022acb284f3f authored about 10 years ago by Param Aggarwal <[email protected]>
Initial commit

github.com/react-dropzone/react-dropzone - e70b1ad3421af607e725db93622f0bc6369c3065 authored about 10 years ago by Param Aggarwal <[email protected]>