Skip to content

Releases: timruffles/mobile-drag-drop

Shadow DOM support

24 Jun 19:21
Compare
Choose a tag to compare
Shadow DOM support Pre-release
Pre-release

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

05 Sep 20:23
Compare
Choose a tag to compare

Polyfill now tells if it takes effect

27 Jul 13:25
Compare
Choose a tag to compare

Stable release of rewrite

23 Jul 15:51
Compare
Choose a tag to compare

The rewrite is now released and available via npm as mobile-drag-drop 🎁

Fixed bug affecting iOS 9 (broken scrolling)

10 Mar 13:28
Compare
Choose a tag to compare

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

08 Mar 18:35
Compare
Choose a tag to compare

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

07 Mar 00:20
Compare
Choose a tag to compare

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