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

Merge pull request #69 from okonet/master

Use Chrome's ability to see dragged files without breaking other browsers

github.com/react-dropzone/react-dropzone - eb19b81ad4de64718651e81b51d778a92fd85d0e authored over 9 years ago by Param Aggarwal <[email protected]>
Use Chrome's ability to see dragged files without breaking other browsers. Closes #68

github.com/react-dropzone/react-dropzone - df6ed1290d007b7bf16fff81f79dfef0e0776046 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Added codeclimate.yml

github.com/react-dropzone/attr-accept - 702f31017d17f695a08cd362fb6a2d6bc5d2135b authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #65 from okonet/master

Implemented accept attribute support for dropzone.

github.com/react-dropzone/react-dropzone - b6c515c7529f1e63591c17da86086ed44ed5cd34 authored over 9 years ago by Param Aggarwal <[email protected]>
Implemented accept attribute support for dropzone.

Introduced 2 new callbacks (onDropAccepted and onDropRejected).
Added rejectClassName prop to all...

github.com/react-dropzone/react-dropzone - d4d086776f3c60de938e464df4aa920fab02d5cf authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Actually publish compiled file to npm

github.com/react-dropzone/attr-accept - f514fc5ec5e094daa9f7c713d4146ac85cde6b9d authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Overwrite gitignore so compiled JS will be published to npm

github.com/react-dropzone/attr-accept - 09920f18273e764e059aa88636a6e1dbeb18af41 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Fixed checks and path to src file

github.com/react-dropzone/attr-accept - b6000f7039008ce0225860f4a323f7869f98cb9a authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Updated prepublish script

github.com/react-dropzone/attr-accept - dd0dd2d2bb6c9431b2e1c4e3fb2863e4ac4595f0 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Better build config

github.com/react-dropzone/attr-accept - 2ddace96e233ae562fbc75d1b04ff674a6cf943e authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Reformat package.json + added build and precompile tasks

github.com/react-dropzone/attr-accept - 20fbabc06a4c259afe94e893fb84827204b535e3 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Added .editorconfig

github.com/react-dropzone/attr-accept - 64d2e3c31be8fea8c673fca522fced0dccb6407c authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Moved index.js to src/

github.com/react-dropzone/attr-accept - 15fa2953310d43d5afb474e0dccf924ae56a2507 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Updated type information

github.com/react-dropzone/attr-accept - a3c7773e4a80190b5b8e078eb00ee92f82bf23e6 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Added source and tests

github.com/react-dropzone/attr-accept - 7c42456453a5e82a5a59a5fa1c7119a763f650ca authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Added deps and dot files

github.com/react-dropzone/attr-accept - 9446c4616ee3d96e7c6739bc62b0bae5f8613ddb authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Updated README

github.com/react-dropzone/attr-accept - e8289646297f0fd7077e7cfe85a29b7272d6b657 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Updated gitignore

github.com/react-dropzone/attr-accept - e7a35395c0ecc6f7d36e1662848012f41b55409b authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Added package.json

github.com/react-dropzone/attr-accept - 30b5c96549fd12b6a22df833700c896a283e85a8 authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Initial commit

github.com/react-dropzone/attr-accept - 6e606050e879bc63e84ac192f8dc5a0ba09f652a authored over 9 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #64 from conorhastings/fix-input-void-tag-error

make input a self closing tag and move position of children

github.com/react-dropzone/react-dropzone - 251cea680d3162daa8fc11827d9ac74f4a59fc8a authored over 9 years ago by Param Aggarwal <[email protected]>
make input a self closing tag and move position of children

github.com/react-dropzone/react-dropzone - b50514567f67f135f1fd5841e81c180a65e14ce9 authored over 9 years ago by conorhastings <[email protected]>
missing initial state (fixes #63)

github.com/react-dropzone/react-dropzone - 84d8b143703ce005dedfc72142d73c1e83b39800 authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #62 from appleboy/patch-1

Fix example code.

github.com/react-dropzone/react-dropzone - b758f5d10936e393e0719660c7e9d0368930bb37 authored over 9 years ago by Param Aggarwal <[email protected]>
remove multiple property.

github.com/react-dropzone/react-dropzone - 27bbf68e8cb35763538ec1c2cf168da4af65f077 authored over 9 years ago by Bo-Yi Wu <[email protected]>
Update readme

github.com/react-dropzone/react-dropzone - 98511fd34704219ee0d18290ecf19ba740058541 authored over 9 years ago by Param Aggarwal <[email protected]>
add .npmignore to not use .gitignore for npm publish

github.com/react-dropzone/react-dropzone - 541c62d358a8afb4c073f249bbbe785292852276 authored over 9 years ago by Param Aggarwal <[email protected]>
introduce activeStyle

github.com/react-dropzone/react-dropzone - 2152ad919eb760fbc1f6c864c8fb2628c66cbc9e authored over 9 years ago by Param Aggarwal <[email protected]>
use JSX, but expose compiled JS on npm

github.com/react-dropzone/react-dropzone - b92ae7f4632a069cbe73f73e75bb06280528de74 authored over 9 years ago by Param Aggarwal <[email protected]>
correct preposition

github.com/react-dropzone/react-dropzone - 391d4559d36a78572855d3d8fc67e7d7d16bf8eb authored over 9 years ago by Param Aggarwal <[email protected]>
remove misleading screenshot on static README

github.com/react-dropzone/react-dropzone - 78c8fc8ce0ebf0756a1c16ae4c4a31eb88ead56b authored over 9 years ago by Param Aggarwal <[email protected]>
remove demo files and move to gh-pages branch only

github.com/react-dropzone/react-dropzone - 703c0b286a73edf2ed5e8a4005925c3b43492b85 authored over 9 years ago by Param Aggarwal <[email protected]>
Update demo files

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

github.com/react-dropzone/react-dropzone - 6d4ab36152bb54f18788c0251c5fabb76e113f2b authored over 9 years ago by Param Aggarwal <[email protected]>
remove support for size, width, height as can be passed in style

github.com/react-dropzone/react-dropzone - ebd3e2453b166966a5ce0683bd5ac06d001c4300 authored over 9 years ago by Param Aggarwal <[email protected]>
delete editor files - not required

github.com/react-dropzone/react-dropzone - a5bb6321a3d3680b0cd3b7153055e56e5c1d30a0 authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #59 from tikotzky/fix-activeClassName

Add a space before active classname

github.com/react-dropzone/react-dropzone - 4ae01074cedd2e87ce08293616594b923f17c060 authored over 9 years ago by Param Aggarwal <[email protected]>
add a space before active classname

github.com/react-dropzone/react-dropzone - 3d0e01b70a2d651446d39826468b363ff272c898 authored over 9 years ago by Mordy Tikotzky <[email protected]>
Merge pull request #55 from tikotzky/activeClassName-prop

allow passing in custom activeClassName

github.com/react-dropzone/react-dropzone - 133f7ceafd1e9f011c49f022a76aa47e92254e30 authored over 9 years ago by Param Aggarwal <[email protected]>
allow passing in custom activeClassName

github.com/react-dropzone/react-dropzone - 1b6e7462670640264580a818e93bb82d4fa5c5a1 authored over 9 years ago by Mordy Tikotzky <[email protected]>
Merge pull request #51 from ialex/master

Adding a display name to avoid the component to display as Unknown

github.com/react-dropzone/react-dropzone - af89cccca8f5a259942b00d16dad562af613dd94 authored over 9 years ago by Param Aggarwal <[email protected]>
Adding a display name to avoid the component to display as <Unknown /> in React Dev Tools

github.com/react-dropzone/react-dropzone - f299093a8b25593f40c6876b4bc5cbafc8368783 authored over 9 years ago by Alejandro Villanueva <[email protected]>
Merge pull request #48 from voronianski/master

Disable onDragOver activation if effect is not all

github.com/react-dropzone/react-dropzone - 3f52dc9d74cf733fbcb2a90450d4fbc0ed024d9a authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #50 from djkirby/dk/update-readme

update README to explain accept, multiple, supportClick

github.com/react-dropzone/react-dropzone - 0291e3ad33ed56e3e70ac5aa36667c1aec0a706d authored over 9 years ago by Param Aggarwal <[email protected]>
update README to explain accept, multiple, supportClick

github.com/react-dropzone/react-dropzone - 4235bc025b35486b601eb9989fa382a486c895bd authored over 9 years ago by Dylan Kirby <[email protected]>
wrap setState to if

github.com/react-dropzone/react-dropzone - f36bfe58ff741c44a4a6c52ca1994dca46b14108 authored over 9 years ago by Dmitri Voronianski <[email protected]>
adjust if statement

github.com/react-dropzone/react-dropzone - 9048940ac097b7ff047ec0f9784abc34352fea3b authored over 9 years ago by Dmitri Voronianski <[email protected]>
add editorconfig and eslitrc, disable onDragOver activation if effetct is different

github.com/react-dropzone/react-dropzone - 0a937464228c9288c20672ea8b49668ea26d9351 authored over 9 years ago by Dmitri Voronianski <[email protected]>
Merge pull request #46 from robmclarty/noDefaultStyles

Optionally disable style object in a clearly explicit manner and control size better with `width...

github.com/react-dropzone/react-dropzone - d567bb8d8d004d6d3d6371f27f118004d12802fe authored over 9 years ago by Param Aggarwal <[email protected]>
update README to reflect removal of noDefaultStyles prop

github.com/react-dropzone/react-dropzone - c7f609f9b1fd80a2aee810ef39e8dd55208ec5c7 authored over 9 years ago by Robert McLarty <[email protected]>
add conditional to use inline styles or defaults based on existence of className or style object

github.com/react-dropzone/react-dropzone - bff81581951f8d8701decabdbda3cf67e2e3c953 authored over 9 years ago by Robert McLarty <[email protected]>
remove noDefaultStyles prop

github.com/react-dropzone/react-dropzone - 24d54b43f3f00f14966667485501315a622f639e authored over 9 years ago by Robert McLarty <[email protected]>
update README with new usage patterns for width, height, size, and noDefaultStyles

github.com/react-dropzone/react-dropzone - 5413931d48465780a3ca36b70138506625d29e03 authored over 9 years ago by Robert McLarty <[email protected]>
add noDefaultStyles prop to disable default inline style object

github.com/react-dropzone/react-dropzone - 280478678d03866ec06e3b01103679abd630f762 authored over 9 years ago by Robert McLarty <[email protected]>
reformat render return value to multiple lines for greater legibility

github.com/react-dropzone/react-dropzone - f4d5e2af10091f9e05122efe17c6319da30ae0d6 authored over 9 years ago by Robert McLarty <[email protected]>
add width and height props for greater control over element sizing

github.com/react-dropzone/react-dropzone - 41ba7102ae60f32a81f8f4df89889e78930f3077 authored over 9 years ago by Robert McLarty <[email protected]>
Merge pull request #45 from hudakdidit/onDragOver-fix

onDragOver fix for issue #37

github.com/react-dropzone/react-dropzone - 4cd1e25d660d6e39aceddb2b647546488cff906e authored over 9 years ago by Param Aggarwal <[email protected]>
event stopPropogation onDragOver method

github.com/react-dropzone/react-dropzone - 1a0868d762e14496142179c42c230f0957de3925 authored over 9 years ago by hudakdidit <[email protected]>
Merge pull request #43 from Sapphire64/dragcallbacks

Adding support for DragOver & DragLeave custom callbacks

github.com/react-dropzone/react-dropzone - 8d10a0cac657bb815236e1cc1827af8bc604b615 authored over 9 years ago by Param Aggarwal <[email protected]>
onDragOver returns false, fix for issue #37

github.com/react-dropzone/react-dropzone - 5f4c145d5b700efb20fdd837b78d55438e126fc0 authored over 9 years ago by hudakdidit <[email protected]>
Adding support for DragOver & DragLeave custom callbacks

github.com/react-dropzone/react-dropzone - 003d2ad3e8ada0a9eee98f927de02e21c0a318ca authored over 9 years ago by Anton Vlasenko <[email protected]>
Merge pull request #41 from brendon-gonzalez/clear-file-input

Clear out file input before click to allow user to select same file again

github.com/react-dropzone/react-dropzone - 8bcf347f8f1b5dd6c8ad2498b978772e3ff351dc authored over 9 years ago by Param Aggarwal <[email protected]>
Clear out file input before click to allow user to select same file again

github.com/react-dropzone/react-dropzone - 72abddf5e06a441165ff3b537aadb8c9487404a3 authored over 9 years ago by Brendon Gonzalez <[email protected]>
Merge pull request #39 from idolize/improve-build

Improve build

github.com/react-dropzone/react-dropzone - 1d6f0f21619065998a87dc46c14b655ff5c3f6db authored over 9 years ago by Param Aggarwal <[email protected]>
Update to latest React syntax

getDOMNode() is deprecated (React.findDOMNode is the replacement). Also fixed some consistency i...

github.com/react-dropzone/react-dropzone - 1b01b78b240cef79c10834b04ee72cb61c03de03 authored over 9 years ago by David Idol <[email protected]>
Improve build process for demo

Pulled demo into it's own (private) module with a simple build script. This avoids having Browse...

github.com/react-dropzone/react-dropzone - 4c3778f7e5813d790f1d5ba23c4b3f79d08c961d authored over 9 years ago by David Idol <[email protected]>
Merge pull request #36 from Martindelataille/change-reactify

use Babel for transform

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

github.com/react-dropzone/react-dropzone - 33f69383dd6aa01f32df324b731288d1a48ce37e authored over 9 years ago by mdelataille <[email protected]>
Merge pull request #32 from wmartins/document-manual-trigger

Add docs for manually opening the file prompt using 'open' method

github.com/react-dropzone/react-dropzone - 0902ebef46f9a341555b28f877eccb835e1a6a87 authored over 9 years ago by Param Aggarwal <[email protected]>
Add docs for manually opening the file prompt using 'open' method

github.com/react-dropzone/react-dropzone - d7fcbb24d1869cee18442e0e7e35744bc285fc64 authored over 9 years ago by William Martins <[email protected]>
fix merge conflicts

github.com/react-dropzone/react-dropzone - 06ddd47b7844a667479c70622c081c20caf42799 authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #29 from matiaslarsson/patch-1

Support setting multiple to false to enable single file drop/pick

github.com/react-dropzone/react-dropzone - 539fe101e700442b2af62cae6584188d813e3d75 authored over 9 years ago by Param Aggarwal <[email protected]>
Support setting multiple to false to enable single file drop/pick

Example: <Dropzone multiple={false} onDrop={this.onDrop} size={150}></Dropzone>

Currently jus...

github.com/react-dropzone/react-dropzone - d5ff34d2c2240979bd47ca11f85087fc2a918d0f authored over 9 years ago by Matias Larsson <[email protected]>
Merge pull request #28 from wmartins/manually-trigger-open

Add function to open dropzone from outside of the component (closes #27)

github.com/react-dropzone/react-dropzone - 773eb660c7848dd1d67e6e13c7f7261eaaa9fd4d authored over 9 years ago by Param Aggarwal <[email protected]>
Add function to open dropzone from outside of the component (closes #27)

github.com/react-dropzone/react-dropzone - f6193026a0848cb039f0ff2a20798148343a1fc5 authored over 9 years ago by William Martins <[email protected]>
Merge pull request #26 from timse/allow-accept-attribute-to-specify-filetypes

allow accept attribute for dropped files (closes #20)

github.com/react-dropzone/react-dropzone - 7420246baf4caa4a97f0627d9d08b05a0f52e8f8 authored over 9 years ago by Param Aggarwal <[email protected]>
allow accept attribute for dropped files

github.com/react-dropzone/react-dropzone - 5d832b2880f16c01e7f0465767a156cfb27b0518 authored over 9 years ago by Tim Sebastian <[email protected]>
Merge pull request #24 from jackfranklin/master

Configurable onClick support

github.com/react-dropzone/react-dropzone - 5c0af26322c391a6acc82f5e682bedf634dc2122 authored over 9 years ago by Param Aggarwal <[email protected]>
Add optional event parameter to onDrop

github.com/react-dropzone/react-dropzone - 2586326bed092dafc130070ebafc677c35d72960 authored over 9 years ago by Lau Siaw Young <[email protected]>
Add `supportClick` prop and make default true.

github.com/react-dropzone/react-dropzone - dd8e185fd3064a4a648de48224ec0d41738be090 authored over 9 years ago by Jack Franklin <[email protected]>
Merge pull request #21 from timothyjlaurent/patch-1

Update index.js

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

github.com/react-dropzone/react-dropzone - 9032ad25ed73be74b295f233a3c1a76fa0788651 authored over 9 years ago by Timothy J Laurent <[email protected]>
1. add @aleemb's preview note

2. remove me as author
3. add nextminds's explanation
4. contains @BDiehr's PR

github.com/react-dropzone/react-dropzone - 9d5ebfe4d9ca7e4693b2d23d585efbe4ea37f5d7 authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #13 from aleemb/patch-1

Add previews to file objects

github.com/react-dropzone/react-dropzone - 4f0eba555ea19116ace2925ca773d7dd2a0d53e1 authored over 9 years ago by Param Aggarwal <[email protected]>
Merge pull request #16 from BDiehr/patch-1

Switch JSX to Javascript

github.com/react-dropzone/react-dropzone - 4db27ca02914eea28daed59403da4c8f23303e8f authored over 9 years ago by Param Aggarwal <[email protected]>
Switch JSX to Javascript

Switched out the JSX for javascript.

See this issue: https://github.com/paramaggarwal/react-d...

github.com/react-dropzone/react-dropzone - 117f1cf09ef25cb210e589993933b9d36814d602 authored over 9 years ago by BDiehr <bdiehr@bluegracegroup>