All Versions
22
Latest Version
Avg Release Cycle
27 days
Latest Release
2940 days ago

Changelog History
Page 1

  • v0.8.4 Changes

    August 24, 2016
    • ๐Ÿ›  fixed; Actually include React 15.2+ compatability patches this time!
  • v0.8.3 Changes

    August 07, 2016
    • ๐Ÿ›  fixed; React 15.2+ compatiblity patches from the last version were lost during build, correctly included in this version
  • v0.8.2 Changes

    July 30, 2016
    • ๐Ÿ›  fixed; warnings from React 15.2+ about invalid dom attributes have been resolved, thanks Olivier Tassinari
    • ๐Ÿ›  fixed; pinch angle calculations have been fixed, thanks Yusuke Shibata
    • ๐Ÿ›  fixed; detectScroll() didn't work properly on Android, thanks Fangzhou Li
    • ๐Ÿ›  fixed; ReactDOM global is now used in the dist build
  • v0.8.1 Changes

    March 20, 2016

    โšก๏ธ Updated to allow compatiblity with React 15.x

  • v0.8.0 Changes

    December 28, 2015

    ๐Ÿ‘ Tappable now supports keyboard events; a keyDown event with the space or enter keys followed by a keyUp event will fire the onTap handler.

    ๐Ÿ†• New props onKeyDown and onKeyUp have also been added; return false from onKeyDown to prevent event handling.

    โšก๏ธ Thanks to Will Binns-Smith for this update.

  • v0.7.2 Changes

    December 13, 2015
    • โž• added; new classes prop (Object) adds support for defining the complete className applied with the component is active or inactive. Handy for use with css-modules, thanks Rudin Swagerman.
  • v0.7.1 Changes

    October 16, 2015
    • ๐Ÿ›  fixed; use react-dom for findDOMNode, thanks Daniel Cousens
  • v0.7.0 Changes

    October 13, 2015

    โšก๏ธ Tappable is updated for React 0.14. If you're still using React 0.13, please continue to use [email protected]. There are no functional differences between v0.7.0 and v0.6.0.

  • v0.6.0 Changes

    July 31, 2015

    ๐Ÿš€ This release contains a major refactor that makes react-tappable more modular, thanks to Naman Goel

    You can now use just the Tappable component, or choose to use the TapAndPinchable (default export). Instructions will be added to the Readme with more information soon.

  • v0.5.7 Changes

    July 30, 2015
    • ๐Ÿ›  fixed; removed former hacky attempts to handle the React eventpooling problem
    • โž• added; support for React 0.14.0-beta1