Skip to content

Releases: zingchart/zingtouch

v1.0.6

Choose a tag to compare

@mike-schultz mike-schultz released this 26 Mar 21:19
  • Fixes custom expand events not working
  • Swipe: Adds duration and distance to event detail

v1.0.5

Choose a tag to compare

@mike-schultz mike-schultz released this 24 Mar 03:58

Fixes #22 , missing fn param

v1.0.4

Choose a tag to compare

@mike-schultz mike-schultz released this 03 Mar 16:49

Disallows chrome 55+ from using pointer events to avoid buggy feedback #15

v1.0.3

Choose a tag to compare

@mike-schultz mike-schultz released this 28 Oct 21:02

Fixes an issue where custom gestures were being reassigned an id every time bind() was called. The last bound element would be the only element who is aware of the new assignment. #11

v1.0.2

Choose a tag to compare

@mike-schultz mike-schultz released this 23 Aug 16:26
  • Version bump to overwrite an issue with an unreferenced build on npm #9
  • Adds a file header to the unminified and minified builds.

v1.0.1

Choose a tag to compare

@mike-schultz mike-schultz released this 27 Jul 06:01

Extended the Rotate gesture's functionality to use one input instead of two. The pivot point is calculated at the center point of the target element, to which the gesture is bound to. One-finger rotate is usable on both desktop and touch capable devices. See http://codepen.io/zingchart/pen/GqWVww

v1.0.0

Choose a tag to compare

@mike-schultz mike-schultz released this 06 Jul 23:22
Exposed production file, updated build include instructions, and adde…