Skip to content

v1.9.0-dev.201807240843

Compare
Choose a tag to compare

<a name"1.9.0-dev.201807240843">

1.9.0-dev.201807240843 (2018-07-24)

Bug Fixes

  • don't trigger release when the element was not pressed with pointer events (bd7ded87)
  • error when running in Node (ad34a83e)
  • don't start drag on right click for pointerdown (b285ee7b)
  • add 'default' export alias (bb15b7b6)
  • remove non-existing CDN bundle (c9b11aab)
  • serve CDN bundle for UNPKG and jsDelivr (7c3b92ae)
  • release the capture on up event (8b9c8e49)
  • do not fire drag on pointermove before press (50252157)
  • default CJS export (57970662)
  • check if addEventListener and RemoveEventListener methods exist for the element (23aa8d03)
  • do not respond to middle and right click events (918e191e)
  • remove unnecessary file from NPM package (6e4f461c)
  • The CDN example works now (560ab6de)
  • travis: build should pass now (03ac9b63)

Features