Skip to content

Releases: thecodejack/svelte-file-dropzone

Fix ts problem

08 Apr 02:13
Compare
Choose a tag to compare

Move typing to JSDoc for users without TypeScript enabled

v2.0.6

07 Apr 00:03
Compare
Choose a tag to compare

Small fix in the accept attribute

v2.0.5

06 Apr 23:35
Compare
Choose a tag to compare

Add typescript, improve the typing for the accept attribute

v2.0.4

19 Jan 18:19
Compare
Choose a tag to compare

Docs update for importing the Dropzone component

v2.0.3

18 Jan 04:01
Compare
Choose a tag to compare

Fixed: #145
Fixed: #115

v2.0.2

18 Jan 03:58
8395738
Compare
Choose a tag to compare

Fixed export issues

v2.0.1

22 Mar 01:43
Compare
Choose a tag to compare

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

21 Mar 02:55
Compare
Choose a tag to compare

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.