Releases: timruffles/mobile-drag-drop
Releases · timruffles/mobile-drag-drop
Shadow DOM support
Thanks to all contributors in #115 and the PR #168 of @jogibear9988 to make shadow DOM support possible in mobile-drag-drop
!
holdToDrag is now available
Polyfill now tells if it takes effect
Stable release of rewrite
The rewrite is now released and available via npm as mobile-drag-drop
🎁
Fixed bug affecting iOS 9 (broken scrolling)
Bugfix
- Updated removeEventListener to match addEvenetListener to ensure handlers were effectively removed.
Added ability to require explicit 'draggable' attribute, updated .json files to match license file
Features
- Added ability to require explicit 'draggable' attribute
Bugfixes
- updated .json files to match license file (MIT)
CommonJS support, Chrome v56 fix and several bugfixes
Features
- Added commonjs support
Bugfixes
- fixed issue with Chrome and addEventListener defaulting to {passive:true} in v56
- when dragstart occurs on anchor element, defaulting to not send mouse events
- will search upwards for a draggable element in touchstartDelay now