All Versions
10
Latest Version
Avg Release Cycle
78 days
Latest Release
2919 days ago

Changelog History

  • v2.0.8 Changes

    April 22, 2016
    Manager
    • โž• Added check to ensure that the required parameters are present (#908, 085d3a8)
    • ๐Ÿ›  Fixed restoration of Hammer.defaults.cssProps on destory (#904theregttr5ki, 7d0e60f)
    Input
    • ๐Ÿ›  Fixed de-duping of mouse events on mouse touch combo devices (#917, #863, bfeb89a)
    Touch-action
    • โž• Added support map for specific values of touch-action (#952, fbe9fd7)
  • v2.0.7

    April 21, 2016
  • v2.0.6 Changes

    December 23, 2015
    • โž• 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)
  • v2.0.5

    December 22, 2015
  • v2.0.4 Changes

    September 28, 2014
    • ๐Ÿ›  Fix IE pointer issue. #665
    • ๐Ÿ›  Fix multi-touch at different elements. #668
    • โž• Added experimental [single-user Touch input handler](src/input/singletouch.js). This to improve performance/ux when only a single user has to be supported. Plans are to release 2.1 with this as default, and a settings to enable the multi-user handler.
  • v2.0.3 Changes

    September 10, 2014
    • Manager.set improvements.
    • ๐Ÿ›  Fix requireFailure() call in Manager.options.recognizers.
    • ๐Ÿ‘‰ Make DIRECTION_ALL for pan and swipe gestures less blocking.
    • ๐Ÿ›  Fix Swipe recognizer threshold option.
    • ๐Ÿ”ฆ Expose the Input classes.
    • โž• Added the option inputClass to set the used input handler.
  • v2.0.2 Changes

    July 26, 2014
    • ๐Ÿ‘Œ Improved mouse and pointer-events input, now able to move outside the window.
    • โž• Added the export name (Hammer) as an argument to the wrapper.
    • Add the option experimental inputTarget to change the element that receives the events.
    • ๐Ÿ‘Œ Improved performance when only one touch being active.
    • ๐Ÿ›  Fixed the jumping deltaXY bug when going from single to multi-touch.
    • ๐Ÿ‘Œ Improved velocity calculations.
  • v2.0.1 Changes

    July 15, 2014
    • ๐Ÿ›  Fix issue when no document.body is available
    • โž• Added pressup event for the press recognizer
    • โœ‚ Removed alternative for Object.create
  • v2.0.0 Changes

    July 11, 2014
    • Full rewrite of the library.
  • v1.1.3

    May 20, 2014