Skip to content

Releases: biodiv/contactjs

v2.0.0

05 Sep 13:41
Compare
Choose a tag to compare
  • written in TypeScript instead of JavaScript
  • added easy-to-use options for Pess and Tap #20
  • added the option simultaneousGestures to PointerListener #14
  • added the option consecutiveGestures to PointerListener #14
  • The Contact class has been replaced with the PointerManager class
  • removed the non-module version

If you have been using event.detail.contact to get information out of the contact instance, this should be replaced with event.detail.pointerManager.

v1.4.1

14 Apr 08:09
Compare
Choose a tag to compare
  • fix "up" and "down" direction, merged #10

v1.4.0

02 Feb 10:07
Compare
Choose a tag to compare
  • event names are now built using strings
  • added builtin event management
  • added DEBUG, DEBUG_CONTACT, DEBUG_GESTURES to options
  • added feature to block parallel gestures

v1.3.1

28 Jan 08:51
Compare
Choose a tag to compare
  • added support for Press
  • added npm package
  • updated docs

v1.2.0

18 Jan 13:27
Compare
Choose a tag to compare

added support for event bubbling

v1.1.0

11 Jan 14:34
Compare
Choose a tag to compare
  • improved Pan
  • updated documentation (Recognizer Options, Tips&Tricks)
  • added js module version
  • ESlint compatibility

v1.0.7

03 Jan 10:12
Compare
Choose a tag to compare
  • add setPointerCapture and releasePointerCapture
  • remove pointerOut listener