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

Fixes issue #1738 #1796

Merged
merged 12 commits into from
Oct 7, 2015
Merged

Fixes issue #1738 #1796

merged 12 commits into from
Oct 7, 2015

Commits on Oct 7, 2015

  1. Fix for issue mui#1722

    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    db98e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6691263 View commit details
    Browse the repository at this point in the history
  3. Added test to check if the previous month is disabled if the minDate …

    …month and initialDate month are the same
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    93117f2 View commit details
    Browse the repository at this point in the history
  4. Added test to check if the previous month button is enabled if the cu…

    …rrent month is after the minDate month prop
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    38ba818 View commit details
    Browse the repository at this point in the history
  5. Added test to check if the prev month is reenabled on pressing the ne…

    …xt month button when the current date is after the min date
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    336a413 View commit details
    Browse the repository at this point in the history
  6. Added test to check if the prev month button is redisabled if the pre…

    …vious month is one before the current month
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    83327bf View commit details
    Browse the repository at this point in the history
  7. Added test to check if the prev month button is disabled if the curre…

    …nt month is before the minDate month
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    0142821 View commit details
    Browse the repository at this point in the history
  8. Fixed issue mui#1738

    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    3663a46 View commit details
    Browse the repository at this point in the history
  9. Revert "Fix for issue mui#1722"

    This reverts commit 40ba4d0.
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    cb17196 View commit details
    Browse the repository at this point in the history
  10. Revert "Fix for issue where the time display was covering the entire …

    …time picker"
    
    This reverts commit 85524bb.
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    448c9d9 View commit details
    Browse the repository at this point in the history
  11. Put all the tests for the previous month butotn into it own describe …

    …block and rewrote the test descriptions
    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    e1f7a23 View commit details
    Browse the repository at this point in the history
  12. Added triling comma

    yulric committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    c1f4c8f View commit details
    Browse the repository at this point in the history