Releases: median-dispersion/Super-Simple-Full-Screen-Drag-And-Drop-JS
Releases · median-dispersion/Super-Simple-Full-Screen-Drag-And-Drop-JS
v1.2
Total rewrite of the event listener system
Additions
- New event listener system, now checking all relevant drag events
- Handling of the input via the drop event, replacing the input HTML element
- Fixed the removal of event listeners when disabling the drag and drop window
- Styling for the width and height of the border element
- Option for setting the animation duration
Removals
- Input HTML element
v1.1
Small bug fix
Fixed the issue that when the global font size of a webpage was set to 0 in chromium based browsers, the input field was not working.
v1.0
Initial Releases
A super simple, one file JavaScript solution to add a full screen drag and drop window to any web page.