# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [v0.3.5](https://github.com/substrate-system/drag-drop/compare/v0.3.4...v0.3.5) - 2024-11-28 * Better type for `DropRecord` ## [v0.3.4](https://github.com/substrate-system/drag-drop/compare/v0.3.2...v0.3.4) - 2024-11-28 Pass the `FileList` from the native event to the callback too. ## [v0.3.2](https://github.com/substrate-system/drag-drop/compare/v0.0.3...v0.3.2) - 2024-11-28 By default exclude hidden files. Can pass an argument to see them. ## [v0.3.1](https://github.com/substrate-system/drag-drop/compare/v0.0.3...v0.3.1) - 2024-11-28 Better docs. ## [v0.0.3](https://github.com/substrate-system/drag-drop/compare/v0.0.1...v0.0.3) - 2024-11-28 Return a flat object of files instead of recursively nested object. 90% less wonky. ## 0.0.1 ### Commits - setup automated tests [`4c9a4e0`](https://github.com/substrate-system/drag-drop/commit/4c9a4e0ddcab75ea124ac44edc0b8ec54b3ba104) - Initial commit [`56d5be5`](https://github.com/substrate-system/drag-drop/commit/56d5be5c4b5fcbe4581d1b604ab4b4906174fe6d) - clean up a little [`ab81f2f`](https://github.com/substrate-system/drag-drop/commit/ab81f2f67a7782349a6ff3d04ee561441592d05f)