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

Changelog History
Page 2

  • v0.5.6 Changes

    July 29, 2015
    • ๐Ÿ›  fixed; regression introduced in v0.5.5 where errors would occur in certain conditions
  • v0.5.5 Changes

    July 29, 2015
    • ๐Ÿ›  fixed; afterEndTouch is now called synchronously, which means the SyntheticTouch event behaves as expected. See #39 and #47 for more information.
  • v0.5.4 Changes

    July 25, 2015
    • ๐Ÿ›  fixed; removed React.initializeTouchEvents, no longer needed and breaks in React 0.14
  • v0.5.3 Changes

    July 24, 2015
    • ๐Ÿ›  fixed; preventDefault issue on iOS
  • v0.5.2 Changes

    June 23, 2015
    • โž• Added activeDelay prop, delays adding the -active class by the provided milliseconds for situations when you don't want to hilight a tap immediately (e.g. iOS Scrollable Lists)
  • v0.5.1 Changes

    June 17, 2015
    • ๐Ÿ›  Fixed issue where halting momentum scrolling would incorrectly fire a tap event
    • onTap now fires after the tappable's setState is complete, resolves some animation edge-case issues
  • v0.5.0 Changes

    June 16, 2015
    • Using Babel's polyfill for Object.assign
    • ๐Ÿ— lib build (via Babel) is provided for use without further transpilation
    • 0๏ธโƒฃ preventDefault is called to clock the click event firing after a touch has been detected
    • React has been changed to a dev/peerDependency
    • โž• Added pinch events - onPinchStart, onPinchMove, onPinchEnd
    • Older single touch based events don't fire when dealing with multi-touch
    • ๐Ÿ”จ Refactored the way props are passed to component. You can now pass in custom properties for the target component that are not meant for React-Tappable
  • v0.4.0 Changes

    March 12, 2015

    โšก๏ธ Updated

    • Now works with React 0.13, backwards compatible with 0.12
  • v0.3.3 Changes

    February 19, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for data- and aria- props on the Component, thanks Tom Hicks
  • v0.3.2 Changes

    February 19, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ— Cleanup around removal of Reactify, build-examples is working again