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

Support for customizable static range labels #271

Merged
merged 3 commits into from
Jan 21, 2019

Commits on Jan 11, 2019

  1. 'renderStaticRangeLabel' callback prop is added to DefinedRange compo…

    …nent to enable custom component rendering for static range labels.
    
    -'react-test-renderer' is added to dev dependencies.
    -README is updated for 'renderStaticRangeLabel'.
    -eslintignore file is updated to ignore snapshot files.
    -Existing demo is updated to display custom 'renderStaticRangeLabel' usage.
    mortargrind committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    c8ce7bd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    fb15e54 View commit details
    Browse the repository at this point in the history
  2. Enzyme's shallow rendering is used instead of "react-test-renderer". …

    …Existing snapshots are updated.
    mortargrind committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    5e4eb44 View commit details
    Browse the repository at this point in the history