svelte-file-dropzone

Svelte component for fileupload

Downloads
33K
Stars
246
Committers
13

Bot releases are hidden (Show)

svelte-file-dropzone - 2.0.8

Published by arackaf about 2 months ago

Forward $$restProps to the dropzone container

svelte-file-dropzone - Fix ts problem Latest Release

Published by arackaf 6 months ago

Move typing to JSDoc for users without TypeScript enabled

svelte-file-dropzone - v2.0.6

Published by arackaf 6 months ago

Small fix in the accept attribute

svelte-file-dropzone - v2.0.5

Published by arackaf 6 months ago

Add typescript, improve the typing for the accept attribute

svelte-file-dropzone - v2.0.4

Published by arackaf 9 months ago

Docs update for importing the Dropzone component

svelte-file-dropzone - v2.0.2

Published by arackaf 9 months ago

Fixed export issues

svelte-file-dropzone - v2.0.1

Published by arackaf over 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)

svelte-file-dropzone - v2.0.0

Published by arackaf over 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.