hammer.js v2.0.8 Release Notes
Release Date: 2016-04-22 // almost 7 years ago-
Manager
- โ Added check to ensure that the required parameters are present (#908, 085d3a8)
- ๐ Fixed restoration of Hammer.defaults.cssProps on destory (#904theregttr5ki, 7d0e60f)
Input
Touch-action
Previous changes from v2.0.6
-
- โ Add Assign method and deprecate merge and extend (#895fc01eae)
- ๐ฆ Expose Hammer on window or self if either is defined to avoid issues when AMD is present but not used. ( 356f795)
- โ Add support for PointerEvent instead of MSPointerEvent if supported. (#754, 439c7a6)
- ๐ Fixed moz-prefix, prefix should be Moz not moz. (3ea47f3)
- โ Removed non-existant recognizer (f1c2d3b)
- ๐ Fixed config leaking between instances(189098f)
- ๐ Fixed gaps in gesture configs and update tests to match (70c2902)
- ๐ Fixed Manager off method (#768, da49a27)
- โ Added compatibility with requirejs optimizer namespaces ( 70075f2)
- โ Made touchaction test zoomable ( 50264a7)
- ๐ Fixed preventing default when for
pan-x pan-y
case ( 95eaafa) - ๐ Fixed incorrect touch action pan direction ( a81da57)
- ๐ Fixed combined pan-x pan-y to resolve to none ( fdae07b)
- ๐ Fixed inverted touch-action for pan recognizer (#728, 605bd3b)
- ๐ Fixed dependency on non standard touch list ordering (#610, #791, 287720a)
- ๐ Fixed swipe to not trigger after multitouch gesture (#640, 711d8a1)
- ๐ Fixed swipe recognizer to use overall gesture direction and velocity ( 963fe69)
- ๐ Fixed getDirection returning reversed direction ( e40dcde)
- ๐ Fixed detection of tap when multi touch gestures are present ( c46cbba)
- ๐ Fixed incorrect event order (#824, 92f2d76)
- ๐ Fixed leaking options between recognizer instances (#813, af32c9b)
- ๐ Fixed detection when element has no style attribute ( 5ca6d8c)