Skip to content

Releases: kasper9n/svelte-tauri-filedrop

v2.0.2

Choose a tag to compare

@kasper9n kasper9n released this 12 Apr 08:47
d22ecf0
  • Fix npm package

v2.0.1

Choose a tag to compare

@kasper9n kasper9n released this 12 Apr 08:47
cbb2cb4
  • Fix package

v2.0.0

Choose a tag to compare

@kasper9n kasper9n released this 12 Apr 08:45
cbb2cb4
  • Supports Tauri 2
  • Supports Svelte 3, 4 and 5
  • files are now only provided when the user hovers over the dropzone.
    • ⚠️ It's yet not fully accurate due to tauri-apps/tauri#10744. For the time being, you can use the global_hover property.
  • The dropzone is now enclosed in a div element

v1.0.0

Choose a tag to compare

@kasper9n kasper9n released this 01 Dec 05:24
  • Initial release
  • Supports Svelte 3, 4 and 5