westures v0.5.4 Release Notes

    • โž• Add 'cancel' phase support for touchcancel and pointercancel.
      • For most gestures, will probably be the same as 'end', but it must be different for gestures that emit on 'end'.
    • โž• Add a 'blur' listener to window to reset the state when the window loses focus.
    • ๐Ÿ›  Fix Swivel bug in Edge: Edge doesn't provide 'x' and 'y' fields with 'getBoundingClientRect', so use 'left' and 'top' instead.
    • ๐Ÿ‘‰ Make Swipes work for multitouch.