Skip to content

Tags: jasontll/react-dropzone

Tags

v11.4.2

Toggle v11.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: re-export `ErrorCode` from './utils'

v11.4.1

Toggle v11.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: update node version for semantic-release (react-dropzone#1093)

Co-authored-by: Roland Groza <[email protected]>

v11.4.0

Toggle v11.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(ts): export the error codes as an enum

v11.3.5

Toggle v11.3.5's commit message
fix: ignore the vendor dir to avoid licensing issues

v11.3.4

Toggle v11.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add the `validator` as dependency to onDropCb

This PR:

- Adds validator prop to dependency array as unexpected behavior happens if onDropCb is not using last updated validator function.

Co-authored-by: Roland Groza <[email protected]>

v11.3.3

Toggle v11.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typings): use generics for `getRootProps` and `getInputProps`

v11.3.2

Toggle v11.3.2's commit message
fix: Check drag event contains files before showing "copy" cursor

closes react-dropzone#1042

v11.3.1

Toggle v11.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow validator to be null

v11.3.0

Toggle v11.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add {validator} for custom validation

v11.2.4

Toggle v11.2.4's commit message
fix: add supported browsers via browserslist config and close react-d…

…ropzone#630