Svelte File Dropzone Versions Save

Svelte component for fileupload

v2.0.7

1 month ago

Move typing to JSDoc for users without TypeScript enabled

v2.0.6

1 month ago

Small fix in the accept attribute

v2.0.5

1 month ago

Add typescript, improve the typing for the accept attribute

v2.0.4

3 months ago

Docs update for importing the Dropzone component

v2.0.2

3 months ago

Fixed export issues

v2.0.1

1 year ago

Empty release since I had to push 1.2.0 with the original bundling settings, to undo a regression I introduced with the build / typescript fixes I pushed with 1.1.0 (those improvements are in the 2.X releases)

v2.0.0

1 year ago

No api changes, only a change in import path, which is now

import Dropzone from "svelte-file-dropzone/Dropzone.svelte";

which should now include types.