Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/origin #18

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

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    75fd7ed View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Adds two props to the component API:

    * arcLengthDegrees - the maximum arcLength of the slider in degrees (default: 360)
    * arcOffsetDegrees - the starting offset from the slider in degress (default: 90)
    
    This allows a developer to build semi circular components and components with a different starting position.
    J-Rojas committed May 11, 2019
    Configuration menu
    Copy the full SHA
    a4263d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13e76e View commit details
    Browse the repository at this point in the history
  3. Update build

    J-Rojas committed May 11, 2019
    Configuration menu
    Copy the full SHA
    c3dbd02 View commit details
    Browse the repository at this point in the history
  4. Add support for origin

    J-Rojas committed May 11, 2019
    Configuration menu
    Copy the full SHA
    f82ce12 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Fix click/touch events

    J-Rojas committed May 15, 2019
    Configuration menu
    Copy the full SHA
    da8a131 View commit details
    Browse the repository at this point in the history