Skip to content

Tags: react-dropzone/react-dropzone

Tags

v15.0.0

Toggle v15.0.0's commit message
style: remove trailing newline in index.js

v14.4.1

Toggle v14.4.1's commit message
chore: add *.tgz to .gitignore

Co-authored-by: okonet <11071+okonet@users.noreply.github.com>

v14.4.0

Toggle v14.4.0's commit message
build: remove @semantic-release/git

v14.3.8

Toggle v14.3.8's commit message
fix(event_type): 🎨 Update drop event type to include FileSystemFileHa…

…ndle

When useFsAccessApi is enabled, the existing types do not account for FileSystemFileHandle, which can also be returned. This omission leads to an RTE crash.

v14.3.7

Toggle v14.3.7's commit message
fix: make ESM build compatible with native Node.js

- Add extensions to relative import/export.
- Add `{"type": "module"}` to the ESM build directory.

v14.3.6

Toggle v14.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): fix React 19 incompatible JSX type import

v14.3.5

Toggle v14.3.5's commit message
fix: fix wrong file type msg ux and close #1221

v14.3.4

Toggle v14.3.4's commit message
fix: set {isDragRejected} on drop and close #1238

v14.3.3

Toggle v14.3.3's commit message
fix: visually hide the input and close #1268

v14.3.2

Toggle v14.3.2's commit message
fix: update file-selector and close #1346