[READ-ONLY] Mirror of https://github.com/probablykasper/svelte-tauri-filedrop. Tauri file drop handling component for Svelte
dropzone filedrop package svelte tauri
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Oct 23, 2024, 10:26 AM +0200) cbb2cb49 db187557

+4 -4
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 2.0.1 - 2024 Oct 23 4 4 - Supports Tauri 2 5 5 - Supports Svelte 3, 4 and 5 6 6 - `files` are now only provided when the user hovers over the dropzone.
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "svelte-tauri-filedrop", 3 - "version": "1.0.0", 3 + "version": "2.0.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "svelte-tauri-filedrop", 9 - "version": "1.0.0", 9 + "version": "2.0.1", 10 10 "license": "MIT", 11 11 "devDependencies": { 12 12 "@sveltejs/adapter-static": "^3.0.5",
+1 -1
package.json
··· 1 1 { 2 2 "name": "svelte-tauri-filedrop", 3 - "version": "1.0.0", 3 + "version": "2.0.1", 4 4 "description": "Tauri file drop handling component for Svelte", 5 5 "type": "module", 6 6 "scripts": {