Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Add withSwipe higher-order component #30

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Commits on May 29, 2017

  1. notifyOnLowFPS -> withFPSGauge

    Fernando Via Canel committed May 29, 2017
    Configuration menu
    Copy the full SHA
    ca1d974 View commit details
    Browse the repository at this point in the history
  2. notifyOnLowFPS -> withFPSGauge part 2

    Fernando Via Canel committed May 29, 2017
    Configuration menu
    Copy the full SHA
    05747d7 View commit details
    Browse the repository at this point in the history
  3. deprecated -> withDeprecationWarning

    Fernando Via Canel committed May 29, 2017
    Configuration menu
    Copy the full SHA
    ad19d33 View commit details
    Browse the repository at this point in the history
  4. themeable -> withTheme

    Fernando Via Canel committed May 29, 2017
    Configuration menu
    Copy the full SHA
    d73e212 View commit details
    Browse the repository at this point in the history
  5. uniqueName -> withUniqueFormIdentifier

    Fernando Via Canel committed May 29, 2017
    Configuration menu
    Copy the full SHA
    e4f4616 View commit details
    Browse the repository at this point in the history
  6. uniqueName -> withUniqueFormIdentifier part 2

    Fernando Via Canel committed May 29, 2017
    Configuration menu
    Copy the full SHA
    3caa1c2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Update to latest Sagui and format

    Fernando Via Canel committed May 30, 2017
    Configuration menu
    Copy the full SHA
    cbee880 View commit details
    Browse the repository at this point in the history
  2. uncontrolled -> withUncontrolledProp

    Fernando Via Canel committed May 30, 2017
    Configuration menu
    Copy the full SHA
    201dd20 View commit details
    Browse the repository at this point in the history
  3. Add recompose

    Fernando Via Canel committed May 30, 2017
    Configuration menu
    Copy the full SHA
    dcb9743 View commit details
    Browse the repository at this point in the history
  4. Update displayNames

    Fernando Via Canel committed May 30, 2017
    Configuration menu
    Copy the full SHA
    26da0c2 View commit details
    Browse the repository at this point in the history
  5. Update react-context-props

    Fernando Via Canel committed May 30, 2017
    Configuration menu
    Copy the full SHA
    3c15add View commit details
    Browse the repository at this point in the history
  6. Update withTheme API

    Fernando Via Canel committed May 30, 2017
    Configuration menu
    Copy the full SHA
    31a87c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    b02da2a View commit details
    Browse the repository at this point in the history
  2. withFPSGauge -> withNotifyOnLowFPS

    Fernando Via Canel committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    e9d16c1 View commit details
    Browse the repository at this point in the history
  3. Fix typos in withHoverProps

    Fernando Via Canel committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    29684d5 View commit details
    Browse the repository at this point in the history
  4. Bootstrap live example with withDeprecationWarning

    Fernando Via Canel committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    e405c93 View commit details
    Browse the repository at this point in the history
  5. Add live withDisplayName example

    Fernando Via Canel committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    a54f338 View commit details
    Browse the repository at this point in the history
  6. Add live withFocusProps example

    Fernando Via Canel committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    42cd1f4 View commit details
    Browse the repository at this point in the history
  7. Update examples to show code

    Fernando Via Canel committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    a089a9c View commit details
    Browse the repository at this point in the history
  8. Add withTouchProps and withMouseDownProps example

    Fernando Via Canel committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    e6114da View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Start withSwipe example

    Fernando Via Canel committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    585e172 View commit details
    Browse the repository at this point in the history
  2. Swipe working in all directions

    TODO:
    - Add a "with no displacement" option
    - Add an option to use distance threshold instead of velocity threshold"
    Fernando Via Canel committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    0483a88 View commit details
    Browse the repository at this point in the history