Releases: thecodejack/svelte-file-dropzone
Releases · thecodejack/svelte-file-dropzone
2.0.8
Forward $$restProps to the dropzone container
Fix ts problem
Move typing to JSDoc for users without TypeScript enabled
v2.0.6
Small fix in the accept attribute
v2.0.5
Add typescript, improve the typing for the accept attribute
v2.0.4
Docs update for importing the Dropzone component
v2.0.1
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
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.