Releases: KrofDrakula/drop
1.0.2 - 🐛 Types bugfix release
In previous versions, I overlooked the misconfiguration of the types present in the package. That problem has now been resolved.
🎉 1.0.0 Release!
The API has stabilised and many examples now illustrate how this library can be used in various contexts.
0.0.9 — Improved typings and examples
In this release, the create
function's generic type defaults to File
so that providing only onDrop
will not default the argument to just Map<string, unknown>
but to Map<string, File>
if no parse
function is provided.
I've also written up more examples and moved then outside of the main README file for better clarity.
0.0.8 — Add file pickers
Enabled opening native file upload pickers when clicking on the element to make it mobile compatible.
0.0.7 - A new demo site
- Removed
asImage
helper due to it not being available on all browsers and non-HTTPS contexts. It is too niche to consider supporting it directly. - Made publishing to Pages using GitHub Actions off of the
main
branch to keep the demo in sync.
0.0.6 — `ImageDecoder`
0.0.5 — Bundler compatibility update
Added the module
field to package.json
to help older bundlers.
0.0.4 — Initial release
This is the first working version of the package to be released.