Ecosyste.ms: OpenCollective

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

github.com/react-dropzone/react-dropzone

Simple HTML5 drag-drop zone with React.js.
https://github.com/react-dropzone/react-dropzone

fix: fix typings for {ref} and close #798

c518b43d09046a4e083f241482d712dae2a5c2d3 authored almost 6 years ago by rolandjitsu <[email protected]>
fix: prevent errors in IE when dragEffect is set and close #791

be5b238ef0fdf3a9493b47337ccc8e2c2ae48351 authored almost 6 years ago by rolandjitsu <[email protected]>
test: add test case for {refKey}

758ec11134fbcc1ef651d3c458cb06df92668ed3 authored almost 6 years ago by Roland Groza <[email protected]>
fix: check if document exists and fix #775

0bb8203b21f06ec0ee79e84c3821416ad7d01de9 authored almost 6 years ago by Roland Groza <[email protected]>
fix: expose {open} on the ref and close #787

cb9f1e359349add05bf8719543240409fd758525 authored almost 6 years ago by rolandjitsu <[email protected]>
fix: fix type for {accept} prop and close #780

387ba904b0943bbddc6a82cede767eb7071813ec authored almost 6 years ago by rolandjitsu <[email protected]>
fix: update file-selector and close #776

- add semicolons to all docs as it causes some issues when compiled by react-styleguidist
- do no...

74b3a955c91ac79859fb17fdac0bdc9f5e793cce authored almost 6 years ago by rolandjitsu <[email protected]>
docs: add a codesandbox sample to get started when creating issues

027dd51ee919006a007470252d9ac7449ed5d2df authored almost 6 years ago by Roland Groza <[email protected]>
feat: migrate to react hooks, close #722, close #762 and close #760

During this process, react-styleguidist and other dev deps have been upgraded to latest.

BREAKI...

5398f44f8fdcab8429b0c7769161bba72dad2800 authored almost 6 years ago by rolandjitsu <[email protected]>
fix: remove deprecated() lib and close #764

BREAKING CHANGE:

Remove deprecated prop {disableClick}. To prevent the default behavior of clic...

4d74cd1c849178c50c22bfe98fa0fc49e47e248f authored almost 6 years ago by Roland Groza <[email protected]>
feat: add support for folder drag 'n' drop

BREAKING CHANGE

Dropzone uses [file-selector](https://github.com/react-dropzone/file-selector) ...

2fc6e067d59c8aef76ae33ff1fd16e836f92671b authored almost 6 years ago by Roland Groza <[email protected]>
refactor: remove dead code

3655a0d0b342760b5e29cd76401f9bda4cc62da4 authored almost 6 years ago by Roland Groza <[email protected]>
refactor: deprecate {disableClick}

1402362dd16a349761187a29cca356628b23b798 authored almost 6 years ago by Roland Groza <[email protected]>
feat: use native {defaultPrevented} and {cancelBubble}

Fallback to react fns if not available.

db8842596830e0fd759b787c488014cbe8a99947 authored almost 6 years ago by Johannes Schill <[email protected]>
fix: set dropEffect on dragover and close #749

b9d9d0bbf949ae26584011d95f86680789065413 authored almost 6 years ago by Roland Groza <[email protected]>
docs: remove looking for maintainers message

615bb72d74832b9394c2e3253f3fb1929f114304 authored almost 6 years ago by Roland Groza <[email protected]>
Remove note about missing maintainers

Looks like this is pretty well supported, no need to scare people off with that message!

768b79e53fd093ddb9fd8cd9d9f7511fccf53d94 authored almost 6 years ago by Max Stoiber <[email protected]>
docs: Fix click to open dialog for styled-components example

fdc8e715c3b5611d0da7570249a04b728b68d401 authored almost 6 years ago by Igor Vidic <[email protected]>
fix: fix check for file types and close #726

5ed0a82a1a3179a36374a0b6d3136e0c556b7a18 authored about 6 years ago by rolandjitsu <[email protected]>
fix: do not capture keyboard events from children and close #730

d4ee298e119c11f2087859dece66cd43642a6e15 authored about 6 years ago by rolandjitsu <[email protected]>
fix: allow drag drop while file select dialog is opened

c8e3ad15f76a9efe56cc56a9c609ad2e744a0383 authored about 6 years ago by rolandjitsu <[email protected]>
feat: make <Dropzone> headless

Also closes #161, closes #468, closes #640, closes #706 and closes #718.

BREAKING CHANGE:

The ...

37306d94e6bd2e50ee56566950bd38775ec1e398 authored about 6 years ago by rolandjitsu <[email protected]>
docs: replace spread operator with Object.assign in preview example, simplify cWU function

9968ca8f80b89eeeded702ccc289df3bc27b64a2 authored about 6 years ago by spflow <[email protected]>
docs: Fix test example and link to test suite

3575922cff02688e2843252a95414c357bcf9b34 authored about 6 years ago by Andy <[email protected]>
fix: fix on file select dialog close behaviour (#707)

- do not invoke onFileDialogCancel cb if no files were selected, close #652

ff2b61547521454b238a40da08fdd72e2ac241a7 authored about 6 years ago by Roland Groza <[email protected]>
refactor: remove file preview and close #705

BREAKING CHANGE: File{preview} has been removed to avoid possible memory leaks

If you wish to c...

a93e426d0872b4366935604aa2a0c62dd7d3bce6 authored about 6 years ago by Roland Groza <[email protected]>
fix: fix event propagation and close #686

- persist event in callbacks where the event is passed down the custom callbacks
- do not call on...

fd65863a0539c10cf3decd2b59b32c67e517dea0 authored about 6 years ago by Roland Groza <[email protected]>
fix: fix types for getDataTransferItems()

14e6b67a98f14b58b96aa3a0e474105b5d2fef9e authored about 6 years ago by Roland Groza <[email protected]>
fix: fix regression in PRs #673 and #695

- do not use synthetic default imports in typings, close #696
- invoke onDrop when called from in...

4578f1ba5f01f6786f6467286bb651dda805a6ba authored about 6 years ago by rolandjitsu <[email protected]>
fix: improve onClick and disableClick props (fixes #530) (#694)

- Let onClick callback on container propagate when `{disableClick }` is true
- Do not open file...

bb2640329e7923f6ffc90ad9424aefa9c6faa6a5 authored about 6 years ago by Iñaki Baz Castillo <[email protected]>
feat: improve TypeScript setup

- add support for using {ref} with a RefObject
- run tsc on the .tsx test files
- add missing tsc...

5fedd14c9f77a47d6700d48aceafe45110e2eb08 authored about 6 years ago by Roland Groza <[email protected]>
fix: improve drag type detection and fix styling in Safari

- cleanup some of the tests
- apply different active styling when file type cannot be inferred an...

78d8eed04a847caec8a76aa06a6adecf3f506953 authored about 6 years ago by rolandjitsu <[email protected]>
fix: pass event to user-supplied inputProps {onClick}

fd9971956edfeaf184cf8d5774d30f9ee8ac0685 authored about 6 years ago by Hunter McMillen <[email protected]>
fix: call setState before callbacks (#690)

b6aab860e34ead8c228573e733c902edabe02054 authored about 6 years ago by Leo Giertz <[email protected]>
feat: add open() to child func props (#691) (#692)

f37fb5b264366d6f82eddd399a286bcbe9c0d580 authored about 6 years ago by Jeremy Liberman <[email protected]>
docs: add missing key to fullscreen example (#693)

3e9ff52f8cde7ff95ddca3488c1879d33fe5bf6e authored about 6 years ago by Jeremy Liberman <[email protected]>
fix(edge): drag a link trigger drop event

d6cc06381aa15f255f09dc5a3fc11e88b49b3e99 authored about 6 years ago by Jean-Alain Ré <[email protected]>
fix: update folder drop example

- add plugin tests

f016c8d54ed0a0b77eb7affd4644574396907b1d authored about 6 years ago by Roland Groza <[email protected]>
fix: fix a regression introduced by #619 (#678)

Closes https://github.com/react-dropzone/react-dropzone/pull/619#issuecomment-426573278

a5d72115a4fc03f4f6b911ea27de3d14381405d6 authored about 6 years ago by Roland Groza <[email protected]>
fix: Mark children as optional in the typings (#663)

* Mark children as optional in the typings

They're marked as required, but the `propTypes` on...

f836d38d8857833b3e70248283943efa8651bb5b authored about 6 years ago by Jessica Franco <[email protected]>
docs: Updated year in LICENSE (#671)

9f7e09c4ae0e280d4739c1191296470f1ae47d3a authored about 6 years ago by Ieva S <[email protected]>
fix: only call *onDrag callbacks when dragging files (#619)

BREAKING CHANGE: Callbacks won't get executed for non-file items anymore i.e. if items aren't o...

60d995e76fcf44ef8d77195b9c17f6ac89885bdc authored about 6 years ago by Roland Groza <[email protected]>
docs: Add en example of folders drag'n'drop (#662)

Closes #661

343d41f8783cdcfa83921ef647f9cd3f74553bea authored about 6 years ago by Dimitri Ivashchuk <[email protected]>
build: Remove travis-deploy-once and use `npx semantic-release`

b33ea28e446fb7939d306a73839749c16397f53c authored about 6 years ago by Andrey Okonetchnikov <[email protected]>
docs: fix styling example always showing same message

8a234b0b20859f40c34a9f5d37c35efa562100fb authored about 6 years ago by Nicolás Fantone <[email protected]>
docs: add relevant comment to accepted/rejected files state

d69350507754e916d3b26bd88d05a3be8b00aee5 authored about 6 years ago by Nicolás Fantone <[email protected]>
fix: set accepted/rejected files state on drop

cb99c8a9151810544e7be7fa5c68cf2f0dcc27a5 authored about 6 years ago by Nicolás Fantone <[email protected]>
feat: Add initial typescript definition (#591)

3b04bdedd3ff5ed270bdc5cb12464e5cef562278 authored over 6 years ago by Patrick Arminio <[email protected]>
fix: persist synthetic event (#657)

* fix: persist synthetic event

Since v4.3 the event passed to the handler is not reusable any...

b65625df7609539a18f90166f26785195a792f9a authored over 6 years ago by Daniel <[email protected]>
chore: fix security issue by updating deps (#654)

8ad99a70957cae3bc22ddd83a881a730f3303aa0 authored over 6 years ago by Ralic Lo <[email protected]>
tests: Replace sinon with jest mock functions (#651)

* refactor: change spies in nested Dropzone component with jest mock funcs

* refactor: change...

a5b2885575bd2a562e6fef7325360fa2a8241654 authored over 6 years ago by Tobias Lengsholz <[email protected]>
chore: Upgrade dev dependencies (#643)

3a886fe0643f014129f96edbfff4333787d25d5c authored over 6 years ago by Andrey Okonetchnikov <[email protected]>
tests: Upgrade to react 16 / enzyme 3 (#645)

f9fc44059a567586b419f1612bc927e0ef44e3cc authored over 6 years ago by Tobias Lengsholz <[email protected]>
build(styleguidist): Upgrade react-styleguidist and remove webpack (#642)

25852bb019cbb78d187a055f518743ae4743b77f authored over 6 years ago by Andrey Okonetchnikov <[email protected]>
build: Bundle UMD with Rollup (#601)

Rollup seems to be a better tool for bundling libraries. This will also make possible to remove ...

739c182edb5a773c8ac124d7ce2ea6ac1b2d9d1a authored over 6 years ago by Bogdan Chadkin <[email protected]>
fix(SSR): Add event listeners only if the element exist in DOM (#628)

Fixes #537 (potential issues with SSR)

c60a79da924b6f3dffc306f38669f5da45fd7082 authored over 6 years ago by Joseph Frazier <[email protected]>
fix: Reject all files in single file drop (#641)

If multiple files were dropped and `multiple == false`,
react-dropzone will reject all files. Pr...

da18e76ff78c5144d23d6fe2a6cfd456e540d888 authored over 6 years ago by Marc Schmitz <[email protected]>
feat: Support for plugins using getDataTransferItems prop (#616)

Implements the support for custom callback to get `File` objects array from the drop event. This...

71a54adc77071079214d2a0b3e987a52cdb95be3 authored over 6 years ago by Marina <[email protected]>
chore(size-limit): Increase size limits to make them a bit loose (#637)

28526fe5c1dc6944a2e975285785aebc355ad54d authored over 6 years ago by Andrey Okonetchnikov <[email protected]>
chore: upgrade attr-accept (#621)

* chore: upgrade attr-accept

* chore: fix size-limit

* chore: correct size limit

* chor...

77ec8e23b3f15c832edc2684d7e1389a4e3c36fd authored over 6 years ago by Rick Markins <[email protected]>
fix: Fixed code typo (style => styles) (#625)

41f00de16888947e1c4cd913f8ce22d15f3fc997 authored over 6 years ago by Robin Millette <[email protected]>
fix(accessibility): Better CSS to hide file input to still make it focusable and accessible for validation and keyboard (#606)

* Enable user editing of `inputAttributes.style`
* Make `inputProps` use default CSS object
* ...

d12f9f615f2d908a1c8d6e268701026b4fc7917c authored over 6 years ago by Marco Fugaro <[email protected]>
docs: Add a note about async file dialog blocking in modern browsers (#617)

Adds a note about modern browsers blocking popup behavior if called programmatically after some ...

d7846a15f7df90c9ffb91c534728972dc16fd820 authored over 6 years ago by Dmitriy <[email protected]>
Merge pull request #615 from tamlyn/master

fix: update 'accept' proptype definition

1f66b75618b345375e70591593e53d2eaa393285 authored over 6 years ago by Rick Markins <[email protected]>
fix: update 'accept' proptype definition

As documented, 'attr-accept' can take an array of mime-type strings

f174b13f067a03b0c88da42e642eb0037b2ae586 authored over 6 years ago by Tamlyn Rhodes <[email protected]>
docs: Rename examples/File Dialog/ to examples/FileDialog (#608)

221263edae184e84cfeb78572e8b97742d739cdd authored over 6 years ago by Brady Killeen <[email protected]>
fix: Fix onFileDialogCancel listener being overwritten for each instance (#611)

afaf4012f9bd5cffc338a9a41e8a2bbfcd13b59e authored over 6 years ago by gudvin <[email protected]>
fix: Wrap open in setTimeout only for IE/Edge. (#578)

Related to #450

72abe1d900fecd7784e08010e2f60bcb790c956a authored almost 7 years ago by Francisco Martinez <[email protected]>
Merge pull request #574 from pravdomil/patch-2

minor changes in docs

3c8407889623bbd7177f1e55aee585a5de7ebdc1 authored almost 7 years ago by Rick Markins <[email protected]>
minor changes in docs

d143ea31dbd439f8231795a39504ee46bbcf7cbc authored almost 7 years ago by Pravdomil <[email protected]>
build: Move semantic-release to CI (#571)

4530afba622eb5411a23aa43559e24585485c3d5 authored almost 7 years ago by Andrey Okonetchnikov <[email protected]>
fix: Proper externals for the UMD build (#564)

252253d7edbd20b6e606796b32536b7922d526e1 authored almost 7 years ago by Franck Kamayou <[email protected]>
docs: Clarify documentation for the file size props (#569)

d4e77630c06931438a780c24a0832a12ede21836 authored almost 7 years ago by Denis <[email protected]>
fix: Check if `this.fileInputEl` is `null` (#561)

Fixes #560

9e6234082d802e393b4f8fd0f1a1cc730b316492 authored almost 7 years ago by Thaddeus <[email protected]>
fix: restore isFileDialogActive to false after the FileDialog was closed (#556)

0eb69bb05da7170ad42470a576fcb4c7fd0efb9a authored almost 7 years ago by finico <[email protected]>
build: Use Webpack production mode during the build (#555)

Update webpack config and build on umd for production.

8e4ae3fe7548cde7a0da8ec4256ecee339d4c78e authored almost 7 years ago by Rick Markins <[email protected]>
fix: Add .babelrc to .npmignore (#558)

Fixes #535

223b9462e55c3554de1eeead921d8ffacfed26f7 authored almost 7 years ago by Jakub Skořepa <[email protected]>
fix: allow yarn build xplat using cross-env (#553)

d31ed38f7520288fc3d0de22165c937f1fcbd1bd authored almost 7 years ago by Dennis Roche <[email protected]>
fix: Chrome 63 hangs dragging a file onto the drop zone whilst the file dialog is open (#549)

70ac399fd760d5b69d55f9cd8f335d76d9a5ba12 authored almost 7 years ago by Dennis Roche <[email protected]>
docs: Fix readme example indentation (#552)

6a637490d453bd6e8f5f6f3df827dd465086087f authored almost 7 years ago by Juha Tauriainen <[email protected]>
chore: Avoid delete operator (#546)

141539e67e8eba10cba5912c61fb7bb9b1de6125 authored almost 7 years ago by Glenn Reyes <[email protected]>
style: Use default value assignment

2f83cd5d001800fff96a1958527259170f4cf77c authored almost 7 years ago by Glenn Reyes <[email protected]>
test: Add more tests

685a607e16d5ab0610a154bd8e3724284c6d9a61 authored almost 7 years ago by Glenn Reyes <[email protected]>
fix(SSR): Remove event listeners only if the element exist in DOM (#537)

This change fixes potential issues with SSR

ccb859f1eaa43683952bc4f3d4b6d3283a8582a8 authored about 7 years ago by Dominique Rau <[email protected]>
fix: Add 'yarn.lock' to '.npmignore' (#532)

67ffd7cc62d7d838e83f87ad5de7e6fd397cadda authored about 7 years ago by Jakub Strojewski <[email protected]>
docs: Fix the overlay position in the full screen example (#519)

Without the `position: "relative"` style on Dropzone component, the overlay comes at the top of ...

913bc97e00b60f2cc9554e8ddfe33417e3fa984b authored about 7 years ago by Arihant Verma <[email protected]>
fix: Fix bug in IE11 when this.node could be null when calling onDocumentDrop (#517)

- Protect calling this.node.contains when this.node is null
- Fix IE11 bug where onDocumentDrop...

24c6ce584569d769cf791e6119ce62c3700a18e3 authored about 7 years ago by Patrick Gilday <[email protected]>
feat: Add es2015 module build (#510)

* build: Add ES6 module build
* test: Add testing of es2015 module build and size-limit of 3 KB...

1fd768b2a95d53dadc8c746cb83a373bbe312ab5 authored about 7 years ago by anajavi <[email protected]>
fix: Update props that should not be applied to the DOM element (#504)

Updating list of properties to remove before they get spread onto the div.

Closes #503

1d270e5379576c1e62cb7ae6aba905f31a372c02 authored over 7 years ago by Thomas Rich <[email protected]>
test: Increase size-limit threshold to 6KB (#506)

70c8fc380a8cdf3eaad55d2aa1142d2169ae2a12 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
test: Fix wallaby config (#505)

6a45f31cc79b2e7e966b380dfa79664c27426157 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #498 from react-dropzone/size-limit

chore(size-limit): Add size-limit

b15fecbe7db1536a4d9d903f4ff11e0056a22932 authored over 7 years ago by Sara Vieira <[email protected]>
chore(size-limit): Add why script

6a0366966a7f590415fe3676601d25d8fe0d428e authored over 7 years ago by Sara Vieira <[email protected]>
chore(size-limit): Add size-limit

closes #495

47a511b711db59622050e71e500fbda82ea8fafd authored over 7 years ago by Sara Vieira <[email protected]>
chore(stale): Add pinned to excluded label (#494)

82cb91d2be29a52647a74605660d6633120b0553 authored over 7 years ago by Sara Vieira <[email protected]>
chore: Add Stale bot to automatically close stale issues and PRs (#493)

* chore(stale): Add stale bot to close issues

* chore(stale): add stale

:sjip

fd39c4908127b3041e0f72a08638b7f14125eeca authored over 7 years ago by Sara Vieira <[email protected]>
fix(490): Put build dependencies to devDependencies (#491)

lint / build dependencies incorrectly marked as `dependencies`

closes #490

dccb79679c820dd8eb1204525c25d2612a744078 authored over 7 years ago by Sara Vieira <[email protected]>
fix: Dragging multiple files when multiple is false doesn't apply rejectStyle (#489)

Closes #488

a5471a58b93335159be8bcd58be630c36791077c authored over 7 years ago by Ian Howe <[email protected]>
build: Remove npm prune since it's failing on Travis CI

b8c99df996f27fc76a8cbf652e16ad50489592b4 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>
build: Use Node 8 on Travic CI

05e5b67e6470866098856b4e5e8c69936c943310 authored over 7 years ago by Andrey Okonetchnikov <[email protected]>