Open madeleineostoja opened 2 months ago
For sure - once it's stable we'll upgrade to Svelte 5 and bump a major version
Svelte 5 is now stable.
This package is dead. Pull requests from years ago not taken care of...
Not dead, but also not a ton of maintainers. I do merge pr's when they come up. I don't see any in the list of open ones that seem important, but if you think otherwise drop a link to which one and I'll take a look
Sorry if my previous comment sounded rude. That was not my intention. I just think either merge or close the PRs. It's not a good sign for potential future contributors if pull requests are laying around for more than a year.
Any plans to more fully support Svelte 5 now that's in release candidate?
The most notable change to bring
svelte-file-dropzone
in line with deprecations etc would just be to replace events (on:drag
etc) with callbacks (ondrag
etc).I've also noticed that many
svelte-file-dropzone
props aren't properly reactive when I use it in a Svelte 5 (runes mode) environment. I haven't dug too far into it yet, but my first guess from a quick skim of the codebase is how events are composed.