Skip to content

Releases: cotag/bower-angular-gesture

Chrome Pointer Events

15 Jan 23:15
Compare
Choose a tag to compare

Don't get me wrong, I really really like pointer events. Awesome work Chrome team!
Minor teething issue with the initial implementation. This works around it.

Meta

11 Dec 23:20
Compare
Choose a tag to compare

Fixes bower.json

Detatched

30 Nov 23:49
Compare
Choose a tag to compare
fixes issue where DOM element is detached

Pointer capture, at least the pollyfill will continue to send the events to the detached element.

Easy IE

08 May 05:13
Compare
Choose a tag to compare

Improved IE support and adds ng-stop

Homing Missile

11 Mar 06:38
Compare
Choose a tag to compare

Better IE support
Option to activate events only if the dom element is the direct target
Option to avoid capturing the mouse when desirable

Finger Smudge

06 Mar 00:32
Compare
Choose a tag to compare

Fixes issues with multi-touch and polymer on iOS

Componentised

11 Feb 00:14
Compare
Choose a tag to compare

Now uses the available bower component for polyfilling pointer events https://github.com/polymer/PointerEvents

Seamless Scrolling

24 Oct 05:00
Compare
Choose a tag to compare

Updates:

  1. Uses on and off to bind events
  2. Cancel events are no longer interpreted as a pointerup
    • This vastly improves scrolling over clickable elements on touch devices
    • Generally improves all gestures

right click ability

14 Oct 10:01
Compare
Choose a tag to compare
v1.2.3

bump version

v1.2.2

14 Oct 05:47
Compare
Choose a tag to compare

First stable of the 1.2 releases