Releases: biodiv/contactjs
Releases · biodiv/contactjs
v2.1.7
- improved timings for
Tap
and Press
v2.1.4
- added
supportedButtons
option
v2.1.2
- added a polyfill for CustomEvent for non-browser environments cccbbc6
v2.1.0
- added
pointerManager
to event.detail
as event.detail.pointerManager
- added
center
to event.detail.global
- updated the docs accordingly
v2.0.3
- 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
- improved swipe recognition
- fixed false
panend
events being fired in rare situations
- added minified non-module version
v2.0.1
- add missing directional events for
swipe
: swipeleft
, swiperight
, swipeup
, swipedown
- re-added no-module version