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

Allow min-date and max-date options for DatePicker #92

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

Commits on Mar 22, 2017

  1. Navbar container prop

    Navbar container can be fluid or fixed width.
    cjmaxik authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    9604be9 View commit details
    Browse the repository at this point in the history
  2. Add ability to show the selected count instead of a list of selected …

    …values
    SimplyCorey authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    6281c0c View commit details
    Browse the repository at this point in the history
  3. input component regex checks this.val

    Stetzon authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    09cac6e View commit details
    Browse the repository at this point in the history
  4. got ButtonGroup component working

    gswilcox01 authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    cbbec57 View commit details
    Browse the repository at this point in the history
  5. update getting started docs to use package name

    Luke Shaheen authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    616205c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12c2ffd View commit details
    Browse the repository at this point in the history
  7. build dist and docs and checkin

    gswilcox01 authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    d77a09b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ec76f1 View commit details
    Browse the repository at this point in the history
  9. builddocs

    gswilcox01 authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    6347f27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0d2d9c View commit details
    Browse the repository at this point in the history
  11. 2.0.0

    gswilcox01 authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    bb5f682 View commit details
    Browse the repository at this point in the history
  12. updated aside docs to be correct

    gswilcox01 authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    d4aec72 View commit details
    Browse the repository at this point in the history
  13. 2.0.1

    gswilcox01 authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    ebe9910 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43cd0c1 View commit details
    Browse the repository at this point in the history
  15. radio fixes

    - changed 'checked' to 'selected', to avoid confusion with checkbox
    - support for button-group
    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    7461222 View commit details
    Browse the repository at this point in the history
  16. checkbox fixes

    - removed array handler, that function is handled by button-group, and will affect other array features
    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    116688b View commit details
    Browse the repository at this point in the history
  17. button-group fixes

    - disabled prop, in case you are grouping only for styles (no need to handle value)
    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    6e77795 View commit details
    Browse the repository at this point in the history
  18. select fixes

    - showCount is only supported in multi select
    - can personalice countText
    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    184704a View commit details
    Browse the repository at this point in the history
  19. button-group disabled in docs

    - added show-count to select docs
    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    6cef658 View commit details
    Browse the repository at this point in the history
  20. package name fixed

    - added banner to build
    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    b8e91b6 View commit details
    Browse the repository at this point in the history
  21. build 2.0.2

    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    6f022e9 View commit details
    Browse the repository at this point in the history
  22. rebuild 2.0.2

    - some minor fixes
    wffranco authored and tlshaheen committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    c6d33ce View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Add min and max options

    Luke Shaheen authored and Luke Shaheen committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    acac5d2 View commit details
    Browse the repository at this point in the history
  2. Update build files

    Luke Shaheen authored and Luke Shaheen committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    5e2b3c4 View commit details
    Browse the repository at this point in the history