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

docs: Better formatting

github.com/react-dropzone/react-dropzone - cf766835bc1d7f4ff1bb9e825441e275b07c65aa authored about 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Add looking for maintainers message

github.com/react-dropzone/react-dropzone - 28953a8ce77fb176326f6edbaacd03ff7bb5dbd8 authored about 7 years ago by Andrey Okonetchnikov <[email protected]>
fix: Always show an active drag state during the drag (#467)

Currently isDragActive is true only if all files are going to be accepted.
This has several imp...

github.com/react-dropzone/react-dropzone - d08eabdbf5cd17b60e5d6b8da744a8f8e0c5be8a authored about 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Fix the spelling mistakes. (#471)

github.com/react-dropzone/react-dropzone - cfdc897025e0a53c6581060eedd14db4af25904d authored about 7 years ago by HoosLab <[email protected]>
fix: Add React 16 in peer dependencies (#463)

github.com/react-dropzone/react-dropzone - dfb48e7bf14be10b60b43e6fc4a8e2063504f0ca authored about 7 years ago by Mike Cousins <[email protected]>
chore: Use commitlint with husky

github.com/react-dropzone/react-dropzone - b23a9849a6c13809c7f0cc991deefd7e8c4d1364 authored about 7 years ago by Andrey Okonetchnikov <[email protected]>
chore: Remove npm-check

github.com/react-dropzone/react-dropzone - 8f6d0c7a2e8a68af557a257a48d6e95fa122411d authored about 7 years ago by Andrey Okonetchnikov <[email protected]>
fix(IE/Edge): Fire onClick/onDragRejected events in the next frame to address for IE11/Edge inconsistencies (#451)

In IE11/Edge the file browser dialogue will block code running. A timeout is necessary here so t...

github.com/react-dropzone/react-dropzone - c817e002ee966a68a21b5b1ba063ebab5215cdbe authored over 7 years ago by Tyler Waters <[email protected]>
docs: Update links in the README

github.com/react-dropzone/react-dropzone - b740ef254058263beaa4abe339a2b4aa4c941e83 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
fix: Prevent onClick event being called twice on input element (#437)

Closes #252

github.com/react-dropzone/react-dropzone - 56251fec762ba85eee6a8f2c25a1b24d93f6b47b authored over 7 years ago by Kyle Potts <[email protected]>
chore(package): update lint-staged to version 4.0.0 (#446)

github.com/react-dropzone/react-dropzone - 9a5e703d90e82fbe0f94f413aa546d88fa9fb50f authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update react-styleguidist to version 5.4.2 (#444)

github.com/react-dropzone/react-dropzone - 8eba635984434c194c52f3d37ffe30bd37f8f47a authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update react-styleguidist to version 5.4.1 (#443)

github.com/react-dropzone/react-dropzone - 6f3a0cd43fcc4c8d2f44e8ad71acebe19cb77157 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update cz-conventional-changelog to version 2.0.0 (#361)

https://greenkeeper.io/

github.com/react-dropzone/react-dropzone - 16d9b72297aee24322bb9f1b7c81bf11eec30f25 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
docs: Show props and methods by default

After upgrading to RSG 5.4.0 props and methods are hidden by default. This fixes it.

github.com/react-dropzone/react-dropzone - f0bcc239cbfe90f81860ec29885020356ecd96cc authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update sinon to version 2.3.1 (#442)

Closes #385

github.com/react-dropzone/react-dropzone - e822db21f0bdf25a579e94e376ecc5ad349392df authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update style-loader to version 0.17.0 (#421)

https://greenkeeper.io/

github.com/react-dropzone/react-dropzone - e7c3df4951f2498eabf7003776b8f251daa09b1c authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update react-styleguidist to version 5.4.0 (#441)

github.com/react-dropzone/react-dropzone - 04ab494133c86f7e39b0ec3c2b68b51b0e17b3e3 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
build: Upgrade semantic-release and update travis.yml

In an attempt to fix Travis CI build

github.com/react-dropzone/react-dropzone - 85b06358f98eb800311b6840e89e809d3021d671 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
Revert "chore: Remove yarn.lock in attempt to fix Travis CI"

This reverts commit 0253513b626c934b5b613d4c261d3a5a59daedc2.

github.com/react-dropzone/react-dropzone - 02df023e4c6cd47cddc5c85d8928f4b2222b09ba authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Fix typo in the link

github.com/react-dropzone/react-dropzone - 4a32002166b411cc950c962effa94255ee905646 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore: Remove yarn.lock in attempt to fix Travis CI

github.com/react-dropzone/react-dropzone - 0253513b626c934b5b613d4c261d3a5a59daedc2 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
style: Use eslint-config-okonet and prettier (#413)

* Switch to eslint-config-okonet

- Add necessary dependencies
- .eslintrc changes
- package...

github.com/react-dropzone/react-dropzone - 100336abcd26b68a05ccb4f96f3a8c9ba0fd958c authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
fix: Handle changes to the `accept` attribute during the drag (#430)

When changing the `accept` prop for the component mid-drag, the component did not reflect the ch...

github.com/react-dropzone/react-dropzone - b83d38d29d04107094a8d28c90724ab36afc5ff4 authored over 7 years ago by Tom Bonnike <[email protected]>
chore(tests): Add jest-enzyme and add testSetup.js to devDependencies

github.com/react-dropzone/react-dropzone - 4af134583be5eab3adb898f879879c25fa7ee517 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update jest to version 20.0.1 (#426)

* chore(package): update jest to version 20.0.1

Closes #360

* Update snapshots

github.com/react-dropzone/react-dropzone - 8109d483426ab9b55bd62fcfbc5ae5974128b474 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Fix typo in Accept example (#424)

github.com/react-dropzone/react-dropzone - edb1f0a9845050501b608ec4f4de56379e6ce3d0 authored over 7 years ago by Christian Fleschhut <[email protected]>
chore(package): update css-loader to version 0.28.1 (#422)

https://greenkeeper.io/

github.com/react-dropzone/react-dropzone - 0c0020dbb30f1fb97ff2eaec8b95b8ba7fe02613 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
docs: Explain vendor differences on how accept work (#417)

github.com/react-dropzone/react-dropzone - b7238dd0778ed98293ca32f05303d8c09331ddaa authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
fix: Show rejected style when dragging multiple files when `multiple==false` (#410)

ATM setting `multiple` to `false` and dragging multiple files into dropzone will display "accept...

github.com/react-dropzone/react-dropzone - 72a9d93dde4c8649cf6ceb0bf2bad4de8e2fdab4 authored over 7 years ago by Patrick Lee <[email protected]>
docs: Use live examples

- Use es2015 only features to make it compatible with buble
- Use numbers in dirs to rearrange e...

github.com/react-dropzone/react-dropzone - ee7eb1a71f6e4234c74fffbc4f7a08f14b7e644f authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: More examples

- Switch to markdown documents instead of components
- Add more examples
- Remove examples from ...

github.com/react-dropzone/react-dropzone - 3a7042fc548f270f6f0924c05fedafb23a5c6f09 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore: Upgrade react-styleguidist

github.com/react-dropzone/react-dropzone - 4f4bcf881f43556e3c1a57549f68464e99995358 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Fix link to the logo to work on both GH and netlify

github.com/react-dropzone/react-dropzone - 04bb05283adc8c73c79933318f57548a1a636c6c authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
Use PNG instead of SVG

github.com/react-dropzone/react-dropzone - 55242411dd8c4ed2cdae5f2810900227de4bde91 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Use absolute GH URL for the logo

github.com/react-dropzone/react-dropzone - fac151395e9cb7bcb10741443d3a81339574238a authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
chore: Update yarn.lock

github.com/react-dropzone/react-dropzone - 6cfb02b73551aba7f46685d68d5ccc194adca027 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
feat: Add styleguide (#313)

Add styleguide and examples for different use cases

github.com/react-dropzone/react-dropzone - 08be46c3d7ede275ae375738e8eb469e269347e5 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Add logo to README and automate its export (#412)

- Exclude logo/ from npm package
- Remove text version of the logo
- Remove symbols and simpli...

github.com/react-dropzone/react-dropzone - a1fd4491ee65b10152bb1a92a3be06366aa85011 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Add logo (#346)

* Add 2 logo variations
* Add logo sketch file

github.com/react-dropzone/react-dropzone - e3a109c153ecb0819630acc8ab37b30b999d0425 authored over 7 years ago by Tikhon Belousko <[email protected]>
docs: Add missing `input` attributes to the README.md (#411)

github.com/react-dropzone/react-dropzone - 1b08a4f30da09435c45f5b7d2e99ef82644bf292 authored over 7 years ago by Ugurcan <[email protected]>
docs: Fix heading in the readme

github.com/react-dropzone/react-dropzone - 4e127018acd68b92c2a2862f66caa0bc3a3f9244 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
fix: Use `prop-types` package instead of `React.PropTypes` (#405)

* Use `prop-types`
* Add prop-types dependency
* Add `prop-types` as external package to the web...

github.com/react-dropzone/react-dropzone - 2c374dae00f81d6d7f4b919ad323dbcea25413ab authored over 7 years ago by jochenberger <[email protected]>
fix: Wrap preview generation with try catch to prevent breaking UI (#401)

Sometimes calling `createObjectURL` might throw an error. To guard against such situations and n...

github.com/react-dropzone/react-dropzone - ff35e142503c42c625c470ef984a4d44e6b61c34 authored over 7 years ago by NCPhillips <[email protected]>
docs: Add reject styling options to Readme (#393)

The readme only included the active styling options. Now the reject styling options rejectClassN...

github.com/react-dropzone/react-dropzone - 02e1416fb263e657a3448a9aa1ad72a61d36e40f authored over 7 years ago by Sijmen Huizenga <[email protected]>
fix: Remove deprecation warnings and wait until the real deprecations are happening

This reverts commit 0cc351dfb63dde40561b19c06c455d2172c8eaea.

github.com/react-dropzone/react-dropzone - 40f81a566510f2188c3f20d714e063ce3d98ca95 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
docs: Add a code comment that explains Firefox workaround (#388)

github.com/react-dropzone/react-dropzone - 70f9a3f30b13741c2bd37b9296c269235c02eeae authored over 7 years ago by Mike Olson <[email protected]>
docs(package.json): Add a contributor (#387)

github.com/react-dropzone/react-dropzone - ddf13f8cfdde1e61d4a25f23611ab84d750fd43f authored over 7 years ago by Mike Olson <[email protected]>
fix: Don't display rejected style in Firefox with the mimetype regression (#382)

Since Firefox always returns a type of `application/x-moz-file`, until https://bugzilla.mozilla....

github.com/react-dropzone/react-dropzone - d2c579a9404f807102989bbee21b702784a7a979 authored over 7 years ago by Mike Olson <[email protected]>
feat: Expose acceptedFiles and rejectedFiles to children (#380)

* Expose acceptedFiles and rejectedFiles to children
* Add an example to README

github.com/react-dropzone/react-dropzone - fdd28de25e2decac3f65096bba4b97ac975088c3 authored over 7 years ago by Vladimir Kalmykov <[email protected]>
fix: Disallow dropping files outside of the Dropzone by default (#373)

* New option `preventDropOnDocument`: if true, it will prevent dropped items from taking over th...

github.com/react-dropzone/react-dropzone - 91d9156a43221adb06da0dd5a1abdc3fd78f63dc authored over 7 years ago by Mike Olson <[email protected]>
fix: Fix for dragLeave not called when dragging over dynamic child content that is updated (#371)

When the child content can vary according to whether the drag is active, such as putting an over...

github.com/react-dropzone/react-dropzone - 77a2de9179eb47e1775eda39ae05bba3006e4046 authored over 7 years ago by Mike Olson <[email protected]>
chore: Add .github issue and PR templates

github.com/react-dropzone/react-dropzone - 399a5a480a178ef35df7290b9e3eb186e0820e9f authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
feat: Add deprecation warnings for some props (#364)

In the next major release some props will be deprecated.
In order to smoothen the migration pro...

github.com/react-dropzone/react-dropzone - 0cc351dfb63dde40561b19c06c455d2172c8eaea authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
feat: Pass active/reject state to children during the drag operation (#342)

Implement children as a function with `isDragActive` and `isDragReject` as arguments to allow re...

github.com/react-dropzone/react-dropzone - 61791104df222f5a34e30398bd81009fb6cffbc6 authored over 7 years ago by Aymeric Bouzy <[email protected]>
docs: Add backers and sponsors from Open Collective (#341)

This is for your open collective backers and sponsors to appear directly on your README.
see h...

github.com/react-dropzone/react-dropzone - 457bff1ca6981b5ff46cb7493c16b43bbdd63492 authored over 7 years ago by Pia Mancini <[email protected]>
fix(onClick): Propagate click events normally when `disableClick` is `false` (#335)

If `disableClick` isn't set we don't want to call `stopPropagation` method on the event.

github.com/react-dropzone/react-dropzone - f0c206c78aa8c141cfc0f9a4120bdfe59963702a authored over 7 years ago by frankwallis <[email protected]>
fix(preview): Remove filetype check for generating preview (#332)

Previews were disabled for everything but images. Some users report that you can actually genera...

github.com/react-dropzone/react-dropzone - 86fe2c5fbf2dfdcf55469b18a127efa4182ad587 authored over 7 years ago by mkuipers <[email protected]>
docs: Fix a broken link + add a link to list of MIME types (#327)

Fixes #323

github.com/react-dropzone/react-dropzone - 61261b0457ef6b0633d3a818fb1bbae113ffe80d authored almost 8 years ago by T-L0yAL <[email protected]>
feat: Allow passing a callback for onDragOver as a prop (#326)

A callback for `onDragOver` event was missing in props. This PR adds it.

Closes #325

github.com/react-dropzone/react-dropzone - 9bfaf129cd4022a25da6ca751afd96c27422ea29 authored almost 8 years ago by Yuriy Husnay <[email protected]>
test: Enabled a preview test case

github.com/react-dropzone/react-dropzone - ee86ca93e081393038bb0ab21ca97692037d4a22 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix: Fix getting data transfer items from event object

github.com/react-dropzone/react-dropzone - 4d40ce564993c593f42dc79784280d531daf3225 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Revert "Chore: Switch to semantic-release-tamia (#311)"

This reverts commit 5510a45a77314d8a4c34c403796e76aeaae4218b.

github.com/react-dropzone/react-dropzone - 622f6c3999ea91498ef93f0520a19d4063b01f8e authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
feat: Added `onClick` callback and prop

github.com/react-dropzone/react-dropzone - 3381357342bd85e83fbc7b55afb030449017b88e authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix: Do not invoke `onClick` of the wrapper component

Fixes #252

github.com/react-dropzone/react-dropzone - 0ea3c19a7d0d400c79b656301d23011528102955 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Fix: Call onDropAccepted if is some files were accepted and some were rejected.

Fixes #307

github.com/react-dropzone/react-dropzone - 04db88a26558d7fb609adf7e8352165d64339e09 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Chore: Use node 6.x on Travis CI

github.com/react-dropzone/react-dropzone - 5f415890abc701fb85df1ce838666fd2fe327a36 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Fix: Extracted getting items from DataTransfer to a separate getDataTransferItems.

Removes code duplication and should solve cross-browser issues.
See https://github.com/okonet/re...

github.com/react-dropzone/react-dropzone - 0e1645936fa250e5838c09204aff67bf0ee46173 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Test: Implement more tests

- Added a test for triggering an onClick on the wrapper
- Added more tests for onDrop method
- R...

github.com/react-dropzone/react-dropzone - c7f1172162a91782009c9b7ab76e4bdfcd93b9ec authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Chore: Switched tests to enzyme

github.com/react-dropzone/react-dropzone - e758c74be84a99941510423818827cb082625c2b authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Chore: Switch to semantic-release-tamia (#311)

Default semantic-release makes bigger releases not possible
since it is always does a release w...

github.com/react-dropzone/react-dropzone - 5510a45a77314d8a4c34c403796e76aeaae4218b authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update jest to version 18.0.0 (#306)

https://greenkeeper.io/

github.com/react-dropzone/react-dropzone - 57be44951dafcfccf46b37c049ab3c7f70839e11 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update babel-jest to version 18.0.0 (#305)

https://greenkeeper.io/

github.com/react-dropzone/react-dropzone - 70e0f9b58f65f866d8f8ded5d69ae21001e17af5 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore: Update dependencies to enable Greenkeeper 🌴 (#294)

* chore(package): update dependencies

https://greenkeeper.io/

* chore: Use peer dependency...

github.com/react-dropzone/react-dropzone - 95d632363b329b3fede19844b159f7d8ab46612a authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(tests): Use Jest for tests (#302)

* chore: Switched to Jest testing framework
* chore: Removed a temp test for a React bug that w...

github.com/react-dropzone/react-dropzone - b2a4486fa93ea7a7de97f9e6fe75263ed4a4c100 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
chore(build): Integrate with CodeClimate (#297)

Created a Code Climate config that'll use your existing ESLint configuration (also, turned on ou...

github.com/react-dropzone/react-dropzone - 62645e7bdd9ece1ef2e14ead5d201a49ee433102 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
docs: Use Travis CI badge for master branch

github.com/react-dropzone/react-dropzone - 2bd3e682262069a7e83b5b0e74ec152b47055341 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(react-dom): filter out `acceptedFiles` prop to remove React warning (#267)

* filter out `acceptedFiles` prop to remove warning
* reorder customProps list by alphabet

github.com/react-dropzone/react-dropzone - 68f39d7f9a7fd16860f93471678e5b96c8954154 authored almost 8 years ago by Artur Dudnik <[email protected]>
chore(package): update lint-staged to version 3.2.1 (#266)

github.com/react-dropzone/react-dropzone - 8acc7b23746a65c021bc41cd84616defdde9a2f5 authored almost 8 years ago by Greenkeeper <[email protected]>
ci(CI): Dont't run tests twice on CI

github.com/react-dropzone/react-dropzone - 3b46dac9562f208a9bc0755d5e37d90446cf2ba9 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(build): Triggering a build

github.com/react-dropzone/react-dropzone - 85de4683dc1c2d4ae1ffd6409eaf210d4829877e authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
docs: Added npm version badge to readme

github.com/react-dropzone/react-dropzone - 97ca906be5196269091324592991de6573699d8f authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
build(npm): Removed npmpub and renamed prerelease task to prepublish so the semantic release works

github.com/react-dropzone/react-dropzone - 544ef798c4cd50184ecf6b055b92e7fde432f79e authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
docs: Removed CHANGELOG.md since we have switched to semantic-release

Changelog is managed by semantic release and can be viewed here:

https://github.com/okonet/reac...

github.com/react-dropzone/react-dropzone - cc83b956fede9cf3ac164aea821b78a499584ada authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
build(ci): Removed codecov.io integration since it is not complete

github.com/react-dropzone/attr-accept - c00cd10d6c89ba522bb4398bb55aedef33f792cb authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
docs: Added npm version badge to the readme.md

github.com/react-dropzone/attr-accept - efd5f06a74ca10475c2f7fc24d5b0ce5d91097c5 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
build(npm): Switched to commitizen for commits

github.com/react-dropzone/attr-accept - d20b948dc06129ef3f8ed781510d3b61020416d3 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
build(ci): Added code coverage reporting using codecov.io

https://codecov.io/gh/okonet/attr-accept

github.com/react-dropzone/attr-accept - 8163731d00637fe452f0b3af49bb408ac7c4bad8 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
build(ci): Added .hound.yml

github.com/react-dropzone/attr-accept - 9d5ba7b7ac8546c7633152d0a52ec4211d5f774b authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
build(npm): Switched to semantic-release

github.com/react-dropzone/attr-accept - f298dd28ef61250632d572cf87d977566ceea7b1 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
docs: Updated readme for patch from PR #5

github.com/react-dropzone/attr-accept - 36e2c1350788758e1b80cea36dcb5c5bf3f9aa0c authored almost 8 years ago by Mike Nolan <[email protected]>
feat: Allow arrays to be passed as accepted file types

github.com/react-dropzone/attr-accept - 8685b38b0618ef8ea3c3f30dfe6556bc45b5ddb6 authored almost 8 years ago by Mike Nolan <[email protected]>
build(npm): Switched to semantic-release and commitizen

github.com/react-dropzone/react-dropzone - 52b4bcfb590f651ab92354b32f48c035799f9629 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(edge): Wrapped setting of `dropEffect` in `try/catch` block, as it causes errors in MS Edge/IE11 (#258)

* wrapped setting of `dropEffect` in `try/catch`, as it causes errors in MS Edge/IE11

Closes #248

github.com/react-dropzone/react-dropzone - cf0db15ab804af02490194d39739b8763a81acbe authored almost 8 years ago by bmueller-sykes <[email protected]>
Fixed .gitignore

github.com/react-dropzone/react-dropzone - 208d8e58905f163ea9665234a14507f83e0110ce authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
3.7.0

github.com/react-dropzone/react-dropzone - c1a4a503a048e8e4b271cdc974f8d93f0e2d690a authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/react-dropzone/react-dropzone - 4567fcac1e91cfd079b9032d52ba908bbba4d99b authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #253 from anuragCES/Issue-199_Open_Refractored

Issue-199 : Refactored open method

github.com/react-dropzone/react-dropzone - a89bfacb504a822c12dd5f966022d38251845b2c authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Issue-199 : Modified time delay to 300 ms

github.com/react-dropzone/react-dropzone - a8e612dff8f81e82a54d5d6637aa8a63b920cac4 authored about 8 years ago by Anurag Sharma <[email protected]>
Issue-199 : State method causing infinite loop

github.com/react-dropzone/react-dropzone - 6f9beaae87e9f0ca48e598200557c120f4b5524d authored about 8 years ago by Anurag Sharma <[email protected]>