Skip to content

Releases: biodiv/contactjs

v2.1.7

11 May 07:48
Compare
Choose a tag to compare
  • improved timings for Tap and Press

v2.1.4

20 Oct 07:36
Compare
Choose a tag to compare
  • added supportedButtons option

v2.1.3

06 Oct 06:08
Compare
Choose a tag to compare
  • fix pinch: #31

v2.1.2

04 Oct 18:28
Compare
Choose a tag to compare
  • added a polyfill for CustomEvent for non-browser environments cccbbc6

v2.1.1

30 Sep 13:33
Compare
Choose a tag to compare

v2.1.0

30 Sep 08:12
Compare
Choose a tag to compare
  • added pointerManager to event.detail as event.detail.pointerManager
  • added center to event.detail.global
  • updated the docs accordingly

v2.0.4

29 Sep 14:28
Compare
Choose a tag to compare
  • added a few more types

v2.0.3

12 Sep 19:07
Compare
Choose a tag to compare
  • re-activated touchEvent handling by default
  • touchEvent handling can still be turned off as in previous versions:
let options = {
	handleTouchEvents: false
};

var pointerListener = new PointerListener(domElement, options);

v2.0.2

08 Sep 06:02
Compare
Choose a tag to compare
  • improved swipe recognition
  • fixed false panend events being fired in rare situations
  • added minified non-module version

v2.0.1

05 Sep 17:46
Compare
Choose a tag to compare
  • add missing directional events for swipe: swipeleft, swiperight, swipeup, swipedown
  • re-added no-module version