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

merge-react-date-picker #1

Merged
merged 378 commits into from
Apr 24, 2020
Merged

merge-react-date-picker #1

merged 378 commits into from
Apr 24, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 6, 2018

  1. Merge pull request #1346 from webdeb/bk-fix-year-pre-selection-bug-1345

    Bk fix year pre selection bug, fixes #1345
    rafeememon committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    251edcf View commit details
    Browse the repository at this point in the history
  2. 1.4.1

    martijnrusschen committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    c8fd75c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3446817 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Add formatWeekDay prop for weekdays custom formatting (#1294)

    * Add formatWeekDay props for weekdays custom formatting
    
    * pass formatWeekDay prop
    
    * expect func
    andrewdormi authored and martijnrusschen committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    3b1efbe View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Set type attribute of the clear button to button

    A button in a form gets the type attribute set to submit by default, if the type is not specified.
    Submitting a form with a clearable datepicker component by pressing enter in a field currently triggers the clearing of the datepicker component, instead of submitting the form.
    This can be fixed by setting the type attribute of the clear button to "button".
    manubo committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    f86a8e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1351 from manubo/add-type-to-close-button

    Set type attribute of the clear button to "button"
    rafeememon committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    83cf74f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Fix month jumping in inline multiple month calendar (#1360)

    * Fix month jumping in inline multi-day calendar
    
    * Inline multi-month example
    
    * Add test for inline multi month calendar date change
    
    * Built docs
    jkyro authored and martijnrusschen committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    e052b4a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Add calendarContainer prop (#1387)

    johnsoft authored and aij committed May 22, 2018
    Configuration menu
    Copy the full SHA
    387ea02 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. fixed calendar withPortal closing (#1382)

    lkon authored and aij committed May 23, 2018
    Configuration menu
    Copy the full SHA
    94e2c9f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. 1.5.0

    martijnrusschen committed May 26, 2018
    Configuration menu
    Copy the full SHA
    6fd5464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8970e2c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Remove second autoFocus example (#1390)

    * Remove second autoFocus example
    
    hero_example already has autoFocus, and having two inputs
    focused by default dosn't make sense.
    
    Fixes #1212 #1334
    
    * Fix flaky test again
    aij authored and martijnrusschen committed May 31, 2018
    Configuration menu
    Copy the full SHA
    67f05e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Removed unused helper in date utils (#1403)

    Paulo Henrique authored and martijnrusschen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    087a7e9 View commit details
    Browse the repository at this point in the history
  2. Only open the calendar for ArrowUp and ArrowDown (#1395)

    * don't open calendar upon left and right arrow key
    
    * only open calendar upon ArrowDown and ArrowUp key
    Metavirulent authored and martijnrusschen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    6cf5587 View commit details
    Browse the repository at this point in the history
  3. Changed selection of today to allow for multiple instances of today t…

    …o be rendered (ie. in case today is the start of the month) (#1392)
    mpress authored and martijnrusschen committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    febaf1d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

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

Commits on Jun 17, 2018

  1. Merge pull request #1405 from kaekasui/fix-commentout-position

    Move '}' for js code markdown.
    rafeememon committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    8ab13e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

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

Commits on Jun 19, 2018

  1. Preserve the preselect date when the user is typing (#1407)

    * Don't clear the preSelect date when typing in the input
    
    * Do this only once
    johnsoft authored and martijnrusschen committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    953c40a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. fix-unsafe-lifecycles (#1374)

    - change componentWillReceiveProps to componentDidUpdate
    - update .eslintrc
    colinrcummings authored and martijnrusschen committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    5443432 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. add -> app

    lauriejones committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    0cfd95c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1410 from lauriejones/patch-1

    add -> app
    rafeememon committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    db6f040 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. readOnly fix (#1419)

    jbadan authored and martijnrusschen committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    c8c106e View commit details
    Browse the repository at this point in the history
  2. Adding a label to the month navigation buttons (#1421)

    Improves accessibility and facilitates custom localisation by having a default value for the month navigation
    aldavigdis authored and martijnrusschen committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    7dbd2d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93c46ed View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Patch #1389 Clear Field not clickable in Firefox (#1437)

    * Clear Icon not clickable in Firefox - Bugfix #1389
    
    Bugfix for #1389 .
    Clear Icon is not clickable in Firefox because hidden button has no width/height.
    
    * Fixed missspelled word
    Jefski14 authored and martijnrusschen committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    d25d0d7 View commit details
    Browse the repository at this point in the history
  2. 1.6.0

    martijnrusschen committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    bfd9048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3feb10c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    c655193 View commit details
    Browse the repository at this point in the history
  2. Update ISSUE_TEMPLATE.md (#1461)

    a-x- authored and martijnrusschen committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    8105ede View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    461c13d View commit details
    Browse the repository at this point in the history
  2. Selected time scrolltop fix (#1396) (#1454)

    The scroll position of the selected time is calculated using a height of 30px in time.jsx --> this.list.scrollTop = 30 * (multiplier * currH);
     
    However, the actual height of the time-list-item is 31px, so the scroll height is typically incorrect.
    
    This change ensures the selected time-list-item will be scrolled into view
    
    fixes #1396
    kirkdrichardson authored and martijnrusschen committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    8ef7622 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Upgrade react-popper (#1483)

    * Upgrade popper
    
    * Update popper component
    
    * Fix styles
    
    * Re-add wrapper div
    prayerslayer authored and martijnrusschen committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    24349d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Add aria-label to month. (#1494)

    gomo authored and martijnrusschen committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    62e6ac1 View commit details
    Browse the repository at this point in the history
  2. Fix the spacing on the time picker (#1495)

    An extra 70px of padding is turning up on the time picker in the latest versions of Firefox, Chrome and Safari, this is forcing hte time select to be clipped and not displayed properly. This is related to issue #1489 #1489
    benlloydjones authored and martijnrusschen committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    c3ecdeb View commit details
    Browse the repository at this point in the history
  3. Update year in LICENSE

    ievax committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    64783e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Merge pull request #1509 from ievax/patch-1

    Update year in LICENSE
    Ivan Malykh committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    1be8fe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. update broken doc (#1520)

    jwallet authored and martijnrusschen committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    700d6fb View commit details
    Browse the repository at this point in the history
  2. Allow utcOffset to be specified as a string (#1500)

    Moment, which ultimately consumes the offsets, accepts either numbers or
    strings. Updated prop types definitions and added a few tests.
    wacii authored and martijnrusschen committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    0aa518d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1b002 View commit details
    Browse the repository at this point in the history
  4. feat(props): Change todayButton to PropTypes.node. (#1493)

    PropTypes.node is more appropriate for this props.
    Sam Kvale authored and martijnrusschen committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    eaa1863 View commit details
    Browse the repository at this point in the history
  5. Add custom header renderer (#1482)

    * Add custom header renderer
    
    * Fix invalid behaviour when date is invalid
    matkrzy authored and martijnrusschen committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    dd7ef16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bced9c View commit details
    Browse the repository at this point in the history
  7. Calculate scroll of TimeSelect (#1331)

    Changed hardcoded 30px-per-item scroll in order to have selectedDate/currH scrolled down in the middle of the TimeSelect. Now it saves a reference of list-item of selectedDate (with fallback to currH when selectedDate not provided) and calculates list's default scroll based on list's height and the referenced item's offset.
    
    Add tests
    honzajerabek authored and martijnrusschen committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    20d6b44 View commit details
    Browse the repository at this point in the history
  8. 1.7.0

    martijnrusschen committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    d517619 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    179ee16 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. More convenient examples navigation (#1523)

    Using `position: sticky` if supported for more always visible navbar
    ingver authored and martijnrusschen committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    01c5606 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. remove extra div (#1491)

    * remove extra div
    
    * test with enzyme
    bertho-zero authored and martijnrusschen committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    df59d1d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Add error emitter for user input errors (#1354)

    * Add error emitter for user input errors
    
    * Fixed tests
    Amwam authored and martijnrusschen committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    f63972d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

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

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    6fd129a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a91ae6 View commit details
    Browse the repository at this point in the history
  3. Fix blur events (#1522)

    * Fix blur events
    
    * Clear input value on close
    matkrzy authored and martijnrusschen committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    dfdfece View commit details
    Browse the repository at this point in the history
  4. 1.8.0

    martijnrusschen committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    69fad28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    385e3f4 View commit details
    Browse the repository at this point in the history
  6. 2018

    martijnrusschen committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    27b1507 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Added setOpen as prop to week select function (#1434)

    * Added setOpen as prop to week select function
    
    * Added default shouldCloseOnSelect prop to Week component
    
    * Added test for setOpen function
    
    * Added another test for cases we do not want the picker to close
    
    * Moved sinon declaration
    
    * Removed afterEach hook
    charliearlie authored and martijnrusschen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    44b8159 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Moment removal (#1527)

    * initial commit, moment replaced with dayjs, tests are WIP
    
    * updating tests to include dayjs locales
    
    * updating doc examples
    
    * starting to convert over to date-fns
    
    * simplified month dropdown
    
    * more function replacements, fixed a while loop
    
    * some locale changes, fixed another while loop
    
    * converting dayjs functions to date-fns
    
    * most functions converted, utc tests failing
    
    * updated localization to use date-fns, removed the few utc methods
    
    * newDate/parseDate and test fixes
    
    * fixed some month dropdown issues, tests
    
    * converting to date-fns 2alpha for better localization support
    
    * all tests passing
    
    * converting some proptypes to dates
    
    * removed moment dependency
    
    * fixed getWeeks so it returns a number
    
    * simplified formatDate function, updating examples
    
    * more example fixes, isTimeInDisabledRange fix
    
    * getStartOfWeek gets locale
    
    * updated docs
    
    * importing individual date-fns functions, formatting
    
    * single quote reverts
    
    * fixed chinese locale case
    
    * clearing up some import description in readme
    
    * updated example date formats
    Darrken authored and martijnrusschen committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    f0d4c56 View commit details
    Browse the repository at this point in the history
  2. Upgrade karma firefox to use FirefoxHeadless (#1543)

    * Upgrade Karma Firefox Launcher
    
    * Switching to Headless
    martijnrusschen committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    19d1454 View commit details
    Browse the repository at this point in the history
  3. Replace codecov lib (#1544)

    * lock file
    
    * Replace codecov lib
    martijnrusschen committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    218fb54 View commit details
    Browse the repository at this point in the history
  4. Add note about Moment

    martijnrusschen committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    5695b6e View commit details
    Browse the repository at this point in the history
  5. 2.0.0

    martijnrusschen committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    75bd47e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2f6552 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0263ea View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    93d4694 View commit details
    Browse the repository at this point in the history
  2. Fix prop name typo in README (#1552)

    The README had an incorrect prop name that gave me a bit of confusion until I looked further in the docs folder. Hopefully this saves someone else a couple minutes of digging.
    TheEricBurnett authored and martijnrusschen committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    a381207 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Update lock file

    martijnrusschen committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    65d49ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb0bb54 View commit details
    Browse the repository at this point in the history
  3. Update lock files

    martijnrusschen committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    ba93663 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    c9870b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b2969 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Remove duplicate declaration of defaultprops in calendar component (#…

    …1566)
    
    * Removed duplicate declaration of defaultprops in calendar component
    
    * double quotes back to single quotes
    gautam-pahuja authored and martijnrusschen committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    20bd487 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Solution to issue #1337 (#1541)

    * Added a prop and logic for keeping the currently displayed months the same when working with a multi-month inline calendar.
    
    * Added tests to prove the added functionality.
    
    * Removed the boolean value that caused the Travis CI build to fail.
    
    * Removed duplicate default props from calendar.jsx.
    
    * Fixed a test that fails when it is December so it will no longer fail for the entirety of the month.
    CalebKAston authored and martijnrusschen committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    23a0c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac0d50 View commit details
    Browse the repository at this point in the history
  3. Bump npm-run-all

    martijnrusschen committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    8089fb7 View commit details
    Browse the repository at this point in the history
  4. Update package-lock

    martijnrusschen committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    dbfaf9f View commit details
    Browse the repository at this point in the history
  5. Upgrade karma

    martijnrusschen committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    5e959b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71c18f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

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

Commits on Jan 31, 2019

  1. catch range errors when dates are invalid and instead return boolean …

    …indicating validity (#1577)
    jkeam authored and martijnrusschen committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f9b5957 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Update locale example, clearify date-fns version (#1629)

    It's confusing because the default date-fns version is not compatible. Added a few lines of comments about how to install the compatible version.
    X-Y authored and martijnrusschen committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    90a29b3 View commit details
    Browse the repository at this point in the history
  2. Bump prettier version (#1610)

    * Bump prettier version
    
    * Escape calendar test in January
    
    * Bump prettier version
    martijnrusschen committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    fe4b9c8 View commit details
    Browse the repository at this point in the history
  3. Updating main field in package.json and fixing january test (#1605)

    * Update package.json
    
    * Fixing test for January
    andresfulla authored and martijnrusschen committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    6bb9dc4 View commit details
    Browse the repository at this point in the history
  4. 2.1.0

    Martijn Russchen authored and Martijn Russchen committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    6668f44 View commit details
    Browse the repository at this point in the history
  5. Publish new API docs (automated commit)

    Martijn Russchen authored and Martijn Russchen committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    164d10d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

Commits on Mar 12, 2019

  1. Locales without globals (#1660)

    * Allow using locales without passing them through a global variable
    
    * Add an example of using locales without a global variable
    whatisaphone authored and aij committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    caa9277 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Make date parsing conform strictly to the date format. (#1656)

    * Make date parsing conform strictly to the date format.
    
    * Set awareOfUnicodeTokens to true.
    
    * Add strictParsing prop to enforce strict parsing.
    
    * undo indenting
    
    * undo indenting
    
    * Validate parsed date.
    
    * Validate parsed date.
    
    * Fix strict parsing when year is more than 4 digits.
    benbcai authored and martijnrusschen committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    1c8d0e6 View commit details
    Browse the repository at this point in the history
  2. Add time input variation (#1591)

    * chore(docs): Fixes broken link and typo
    
    * Added inputs for time in calendar
    
    * Added time input functionality
    
    * Added test for time input
    
    * Fix tests and lint issues
    
    * Add more tests
    
    * Added inputs for time in calendar
    
    * Added time input functionality
    
    * Added test for time input
    
    * Fix tests and lint issues
    
    * Add more tests
    
    * remove extra comma in example_components
    
    * updated bundle
    
    * Add more tests
    
    * Add more tests
    
    * add test for the patch
    
    * fixing eslint
    
    * add test to increase codecov/patch
    gautam-pahuja authored and martijnrusschen committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    c13d17c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f627ade View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. 2.2.0

    Martijn Russchen authored and Martijn Russchen committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    898851e View commit details
    Browse the repository at this point in the history
  2. Publish new API docs (automated commit)

    Martijn Russchen authored and Martijn Russchen committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    2ccc715 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. fix/render-custom-day (#1637)

    * fix/render-custom-day
    
    * updated test
    
    * update day to date
    
    * add  default day render
    
    * code coverage
    
    * code cov #2
    
    * backwards compatible
    mkosir authored and martijnrusschen committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    f1c6069 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

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

Commits on Mar 25, 2019

  1. Month year picker (#1680)

    * add basic month picker
    
    * Added new option of Month/Year picker
    
    * Add tests
    gautam-pahuja authored and martijnrusschen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    3c1de28 View commit details
    Browse the repository at this point in the history
  2. 2.3.0

    martijnrusschen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    6246c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c177466 View commit details
    Browse the repository at this point in the history
  4. Fix for Issue #1670 (#1673)

    gautam-pahuja authored and martijnrusschen committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    07845e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Range month year picker (#1692)

    * add range month picker
    
    * fix issue #1685
    
    * fix for failing time input on backspace
    
    * Add tests
    gautam-pahuja authored and martijnrusschen committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    373ae02 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. removing dateform parameter from getMonthShortInLocale that was never…

    … sent and was taking the value of the locale variable, creating a bug when setting a locale with the month/year picker (#1702)
    athomaj authored and martijnrusschen committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    621eafe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f74abb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. 2.4.0

    martijnrusschen committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    831065b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bd6993 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Drastically decrease size of the bundles (#1695)

    * Mark all date-fns subpackages as external dependencies.
    
    * Remove lodash.
    
    * Add `transform-react-remove-prop-types` to babel config for production builds.
    igoradamenko authored and martijnrusschen committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    f22cb5c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. 2.5.0

    martijnrusschen committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    05e93c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990dfe3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    4da00b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c67eb1 View commit details
    Browse the repository at this point in the history
  3. use latest node version (#1729)

    * use latest node version
    
    * Latest
    martijnrusschen committed May 4, 2019
    Configuration menu
    Copy the full SHA
    2402eb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65a4fb2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Create SECURITY.md file (#1747)

    GitHub announced the addition of security policies (tracked in SECURITY.md) file earlier today. It'll help redirect people to the right place to report a security vulnerability. For vulnerabilities in `react-datepicker`, we're proposing to add it to HackerOne's existing bug bounty program. This policy was generated using [HackerOne's policy builder](https://hackerone.com/policy-builder).
    jobertabma authored and martijnrusschen committed May 23, 2019
    Configuration menu
    Copy the full SHA
    8629792 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. No multiline statements in cells (#1755)

    Multiline statements aren't allowed in a table cell
    mastacheata authored and martijnrusschen committed May 30, 2019
    Configuration menu
    Copy the full SHA
    f0e7279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e76c8 View commit details
    Browse the repository at this point in the history
  3. Fixed type for example 'onBlur callbacks in console' (#1733)

    Fixed type for example 'onBlur callbacks in console'
    ArtemBernatskyy authored and martijnrusschen committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b94c28e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77c5dc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36da6cc View commit details
    Browse the repository at this point in the history
  6. 2.6.0

    martijnrusschen committed May 30, 2019
    Configuration menu
    Copy the full SHA
    730c3e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dc30ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    004da11 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Bump fstream from 1.0.11 to 1.0.12 (#1760)

    Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
    - [Release notes](https://github.com/npm/fstream/releases)
    - [Commits](npm/fstream@v1.0.11...v1.0.12)
    dependabot[bot] authored and martijnrusschen committed May 31, 2019
    Configuration menu
    Copy the full SHA
    868ca98 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Fix manual changing time (#1761)

    Maxim Smirnov authored and martijnrusschen committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    49b3118 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Month picker minDate disabled state (issue #1765) (#1766)

    * Fix logic in isMonthinRange to account for maxDate +1 year
    
    * add date_utils test for isMonthinRange update, update bundle
    MAKoski authored and martijnrusschen committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    a0f75d4 View commit details
    Browse the repository at this point in the history
  2. Localization integration with the correct module (#1764)

    In the documentation it points to import directly from `import {registerLocale, setDefaultLocale} from DatePicker;` which generates a `Module build failed` error.
    
    This is solved by pointing to the main module `" react-datepicker ";`. I take this opportunity to improve the doc section as well.
    osharim authored and martijnrusschen committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0b190bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ea064 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. 2.7.0

    martijnrusschen committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    cf20e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff541a9 View commit details
    Browse the repository at this point in the history
  3. Bump handlebars from 4.0.12 to 4.1.2 (#1771)

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2.
    - [Release notes](https://github.com/wycats/handlebars.js/releases)
    - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.0.12...v4.1.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and martijnrusschen committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    a86a17b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Format time select based on locale (#1776)

    * Add locale to time select formatting
    
    * Add example to demonstrate time locale formatting
    
    * Add tests for locale scenarios in time component
    ericreis authored and martijnrusschen committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    8a5239e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Bump macaddress from 0.2.8 to 0.2.9

    Bumps [macaddress](https://github.com/scravy/node-macaddress) from 0.2.8 to 0.2.9.
    - [Release notes](https://github.com/scravy/node-macaddress/releases)
    - [Commits](scravy/node-macaddress@0.2.8...0.2.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    1367754 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1783 from Hacker0x01/dependabot/npm_and_yarn/maca…

    …ddress-0.2.9
    
    Bump macaddress from 0.2.8 to 0.2.9
    reedloden committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    8e65842 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    59ae140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac85286 View commit details
    Browse the repository at this point in the history
  3. Vertically center the 'close icon' again. (#1775)

    * Vertically center 'close icon' again.
    
    It became wrongly vertically aligned in PR #1437.
    
    * Epibrate css rules for close icon
    
    Just clean up a bit, make the ordering somewhat intuitive.
    Treora authored and martijnrusschen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    3c75be6 View commit details
    Browse the repository at this point in the history
  4. Upadate packaga-lock

    martijnrusschen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    af12ce2 View commit details
    Browse the repository at this point in the history
  5. Upgrade mocha (#1799)

    martijnrusschen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    3f43a9a View commit details
    Browse the repository at this point in the history
  6. Upgrade Sinon (#1800)

    * Upgrade Sinon
    
    * Use new methods
    
    * Revert "Use new methods"
    
    This reverts commit 54a7716.
    
    * Revert "Upgrade Sinon"
    
    This reverts commit 1ea4861.
    
    * Revert "Upgrade mocha (#1799)"
    
    This reverts commit 3f43a9a.
    martijnrusschen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    3822126 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Fix/intl date parsing p+ tokens (#1784)

    * Update date-fns
    
    * Beware of p+ tokens in parseDate
    
    * Add test to p+ tokens date parsing
    ericreis authored and martijnrusschen committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    85358ef View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Fix adding range-start and range-end class in month range, MinDate, M…

    …axDate is not working in Month Range Picker (#1805)
    
    * Fix adding range-start and range-end class in month range
    
    * Fix MinDate, MaxDate is not working in Month Range Picker
    
    * Unit test for max date, min date in month range
    thoaihuynh2509 authored and martijnrusschen committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    53fbf2a View commit details
    Browse the repository at this point in the history
  2. Incorrect dateFormatdefaults (#1803)

    Incorrect `dateFormat` and `dateFormatCalendar` defaults
    Stuart Casarotto authored and martijnrusschen committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    54682d6 View commit details
    Browse the repository at this point in the history
  3. 2.8.0

    martijnrusschen committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    1c37584 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d5cc88 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Fix custominput parent classname (#1835)

    * append className instead of overriding
    
    * fix css customInput
    robertobatts authored and martijnrusschen committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    7440a78 View commit details
    Browse the repository at this point in the history
  2. Pass event as second param when onChange is called at monthYearPicker (

    …#1836)
    
    * Fix - pass event as param to handleDayClick and not to getStartOfMonth
    
    * Fix - Call onMonthClick with event and not with element
    giorgosavgeris authored and martijnrusschen committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    65f1e0f View commit details
    Browse the repository at this point in the history
  3. add wrapperClassName and add width style 100% (#1557)

    * add wrapperClassName and add width style 100%
    
    * revert some unnessary changes
    
    * enlarge time container to zh locale
    
    * fix duplicate isValidDateSelection
    mtiger2k authored and martijnrusschen committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    6a3280e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Added a specific css class to excluded dates (#1849)

    Prior to this change, dates that were passed in via the excludedDates array prop had no specific identifier class on the day elements in the datepicker - they used the same disabled class that was used for dates before the minDate/after the maxDate, which makes it difficult to apply custom styling directly to excluded dates
    Sustenance authored and martijnrusschen committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    988ec69 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#1838)

    ffpetrovic authored and martijnrusschen committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    177562e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

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

Commits on Aug 21, 2019

  1. feat: Rework (#1851)

    * fix: use Yarn instead of NPM
    
    * fix: remove docs-site from Git Repository
    
    * feat: updated example
    
    * fix: updated date-fns to 2.0.0
    
    * feat: added travis gh-pages deployment
    
    * fix: readded docs-site
    
    * fix: cleanup
    mxschmitt authored and martijnrusschen committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    5a0cb7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408eba8 View commit details
    Browse the repository at this point in the history
  3. Bump eslint from 4.14.0 to 4.18.2 (#1854)

    Bumps [eslint](https://github.com/eslint/eslint) from 4.14.0 to 4.18.2.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v4.14.0...v4.18.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and martijnrusschen committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    4ad51c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45a18ac View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. feat: updated dependencies (#1855)

    * feat: updated dependencies
    
    * feat: bumped eslint
    
    * fix: build
    
    * fix: docs
    
    * fix: cleanup
    
    * fix: warnings warning
    
    * fix: tests
    
    * fix: Cannot find module 'babel-helpers'
    
    * fix: use latest firefox
    
    * fix: cleanup
    
    * fix: warning
    
    * feat: cleanup
    
    * fix: readded .flowconfig
    
    * feat: added mocha reporter
    
    * fix: unit tests
    
    * fix: added npm cache
    
    * fix: cleanup babelrc config
    
    * feat: reduce bundle size of docs
    mxschmitt authored and martijnrusschen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    91db4f0 View commit details
    Browse the repository at this point in the history
  2. Upgrade rollup

    martijnrusschen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    779ea16 View commit details
    Browse the repository at this point in the history
  3. 2018 -> 2019

    martijnrusschen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    92202cf View commit details
    Browse the repository at this point in the history
  4. feat: docs optimizations (#1860)

    * feat: docs optimizations included before a dev build
    
    * fix: travis
    mxschmitt authored and martijnrusschen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    02e9f2c View commit details
    Browse the repository at this point in the history
  5. Custom Header example is breaking on month change because the month n…

    …ame is being passed as string instead of month index. (#1856)
    mjangir authored and martijnrusschen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    b1e90dd View commit details
    Browse the repository at this point in the history
  6. fix: lgtm issues (#1861)

    mxschmitt authored and martijnrusschen committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    29ce63f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. feat: added interactive examples (#1864)

    * feat: added interactive examples
    
    * feat: more examples
    
    * feat: more examples and enhanced direct links by slugify
    
    * feat: some components
    
    * feat: migrated components to useState
    
    * feat: rework using create-react-app
    
    * fix: cleanup
    
    * feat: cleanup
    
    * fix: lgtm issues
    mxschmitt authored and martijnrusschen committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    18def4c View commit details
    Browse the repository at this point in the history
  2. Bump lodash.template from 4.4.0 to 4.5.0 in /docs-site (#1869)

    Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.4.0...4.5.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and martijnrusschen committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    c67f928 View commit details
    Browse the repository at this point in the history
  3. Create CNAME

    martijnrusschen committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    9aba719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59d5706 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    607bf2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c36d0bb View commit details
    Browse the repository at this point in the history
  7. fix clearButton css (#1863)

    * append className instead of overriding
    
    * fix css customInput
    
    * fix css clearbutton vertically centered
    robertobatts authored and martijnrusschen committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ce1ea3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    031f22c View commit details
    Browse the repository at this point in the history
  9. Include en-GB (#1872)

    Joshua-rose authored and martijnrusschen committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    a2ae3ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3455596 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10c0776 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Bump eslint-utils from 1.4.0 to 1.4.2 in /examples/hello-world (#1876)

    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and martijnrusschen committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5e4427e View commit details
    Browse the repository at this point in the history
  2. Quarter year picker (#1877)

    * Add basic quarter picker as a variation of month picker
    - added similar tests and css
    
    * Add basic quarter picker as a variation of month picker
    - added similar tests and css
    
    * Added date utils tests
    
    * Reverted accidental change of month picker test
    rogier2012 authored and martijnrusschen committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    de392f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    73fbd48 View commit details
    Browse the repository at this point in the history
  2. 2.9.0

    martijnrusschen committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    6159c73 View commit details
    Browse the repository at this point in the history
  3. Bump mixin-deep from 1.3.1 to 1.3.2 in /docs-site

    Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
    - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    16e6877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddb6f50 View commit details
    Browse the repository at this point in the history
  5. feat: enhanced rollup configuration (#1883)

    * feat: enhanced rollup configuration
    
    * feat: cleaned up
    mxschmitt authored and martijnrusschen committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    f505c11 View commit details
    Browse the repository at this point in the history
  6. 2.9.1

    martijnrusschen committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    c3c0a6e View commit details
    Browse the repository at this point in the history
  7. 2.9.2

    martijnrusschen committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    4e367e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98fa951 View commit details
    Browse the repository at this point in the history
  9. 2.9.3

    martijnrusschen committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    e685195 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Add Stale bot (#1888)

    martijnrusschen committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    fd2d392 View commit details
    Browse the repository at this point in the history
  2. Ignore Mac files

    martijnrusschen committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    761d23f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2802916 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Update instructions for local dev (#1891)

    - Add yarn install example
    
     - Add additional steps needed to get a working test site from first install
    somewhatabstract authored and martijnrusschen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    8be4dcf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Remove dependencies that aren't needed in production (#1894)

    * Remove dependencies that aren't needed in production
    
    * Move dependencies
    martijnrusschen committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    3682b06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b493a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e963a0 View commit details
    Browse the repository at this point in the history
  4. Upgrade dependencies (#1895)

    * Upgrade dependencies
    
    * Update deps in docs-site
    martijnrusschen committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    d86bf1f View commit details
    Browse the repository at this point in the history
  5. 2.9.4

    martijnrusschen committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    83ad058 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Fix find dom node warning (#1898)

    * setClickOutsideRef function to fix react warning
    
    * onClickOutside usage unit tests
    jRichardeau authored and martijnrusschen committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f892bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e01575 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. 2.9.5

    martijnrusschen committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e0152cb View commit details
    Browse the repository at this point in the history
  2. 2.9.6

    martijnrusschen committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    61d30bb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

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

Commits on Sep 9, 2019

  1. Add showPopperArrow prop (#1892)

    * Add showPopperArrow prop
    
    * Remove change to popper component
    
    * Added test cases for showPopperArrow behaviour
    somewhatabstract authored and martijnrusschen committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    e05355a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Update Compatibility

    Fixes #1912
    martijnrusschen committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    d89a406 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    c5a3383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9238835 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. 📖 DOC: Improvement (#1937)

    waahab authored and martijnrusschen committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    4126729 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    f9d495c View commit details
    Browse the repository at this point in the history
  2. Declare package side effect free (#1935)

    This sets the package.json field sideEffects to false. This allows for better tree shaking by downstream consumers, see https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free for more information.
    
    I skimmed over all included files and I did not see anything that would count following webpack's definition of tree shaking.
    maclockard authored and martijnrusschen committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    0c06dbe View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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

Commits on Nov 4, 2019

  1. Open to time (#1748)

    * Scroll to time based on openToDate prop
    
    When openToDate prop is present and selected prop is not, set the active
    (visible) time based on openToDate rather than the current time.
    
    This addresses #1150.
    
    * Don’t display time as selected when selected prop is not present
    
    The previous behavior was very strange; it would display the current
    time as selected, but only if the current time exactly matched one
    of the time selections. E.g if you open the time window at 4:00 you will
    see that time as selected, but not if you open it at 4:01 (assuming
    greater than 1 minute interval).
    
    * Correctly calculated the closest time to the nearest interval
    
    Previously it was setting active time to the top of the hour, unless there
    was an exact match.
    pacaplan authored and martijnrusschen committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    05ae335 View commit details
    Browse the repository at this point in the history
  2. Feature/calendar status handlers (#1947)

    * Add onCalendarOpen and onCalendarClose handlers to determine calendar state
    
    * Fix build settings and the main path
    matkrzy authored and martijnrusschen committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b943f20 View commit details
    Browse the repository at this point in the history
  3. fix: Prev/next buttons when using showMonthYearPicker (#1950)

    * fix: Prev/next buttons when using showMonthYearPicker
    
    Check prev/next year instead of month when showMonthYearPicker is set.
    
    * test: Add tests for yearDisabledBefore/After
    
    And fix discovered issue.
    jnystad authored and martijnrusschen committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    66575f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    b47e5af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1bd09 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

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

Commits on Nov 10, 2019

  1. 2.10.0

    martijnrusschen committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    0158646 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

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

Commits on Nov 12, 2019

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

Commits on Nov 21, 2019

  1. 2.10.1

    martijnrusschen committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    87d2264 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Highlight days when changing the end date (#1976)

    Days in datepicker get highlighted when changing the start date but not when changing the end date.
    gerhat authored and martijnrusschen committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    ffdf207 View commit details
    Browse the repository at this point in the history
  2. Upgrade all NPM packages (#1982)

    * Upgrade all NPM packages
    
    * Fix lint errors
    martijnrusschen committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    afff52d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    d0a13ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a8e60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbd00b0 View commit details
    Browse the repository at this point in the history
  4. Render custom header for month/quarter pickers. (#1990)

    * Add year navigation props to custom header
    
    * Fix calendar header on monthYearPicker and QuarterYear picker when custom header is set.
    
    * Check for undefined on renderCustomHeader prop
    
    * prepare for publish as fork
    
    * prepare for publish as fork
    
    * prepare for publish as fork
    
    * prepare for publish as fork
    
    * prepare for publish as fork
    
    * prepare for publish as fork
    
    * fix fork
    bartverbruggen authored and martijnrusschen committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    f794c68 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. added timeClassName prop (#1795)

    * added a prop named timeClassName which is an equivalent to dayClassName for times
    
    * added test for custom time className
    
    * added docs page example
    
    * added timeClassName to docs
    
    * fixed demo for customTimeClassName to new structure and moved test to timepicker_test
    
    Co-authored-by: Samuel Breu <46351188+brsart@users.noreply.github.com>
    2 people authored and martijnrusschen committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    581eb61 View commit details
    Browse the repository at this point in the history
  2. Upgrade packages to mitigate a vulnerability (#2004)

    * Upgrade 1 plugin
    
    * Fix another dependency
    martijnrusschen committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    3bd64c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. 2.11.0

    martijnrusschen committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    3332705 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Custom time input element with customTimeInput prop (#2034)

    * Custom input time element prop
    
    Added the customInputTime prop of PropTypes.element type to render a custom input in place of the default one used in the inputTime component. This enable the user to implement a custom time input control with low effort.
    
    * Added the customTimeInput test
    
    * Added required prop types to the new test case
    info-bit committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    e262656 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Update calendar.jsx (#2026)

    tujger committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    aa40295 View commit details
    Browse the repository at this point in the history
  2. Update index.jsx (#2025)

    tujger committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    8da3588 View commit details
    Browse the repository at this point in the history
  3. Feature/2003 a11y enhancements (#2027)

    * 2003 :: A11y :: Enhancements to meet W3 Spec - WIP
    
    Initial pass over code:
    - Add docs
    - Update tab interactions
    - Update spacebar functionality
    - Disable blur on tab
    
    ToDo:
    - key press between months
    - tab out of calendar (like to next input)
    - esc key within calednar to close dropdown
    - i18n label config?
    - Polish and QA
    
    * Revert lock file update.
    
    * using unique keys on days, focus on mount so we can cycle through months without losing focus
    
    * tab loop within popper, escape key closes popper and returns focus to input, enter key re-opens popper, cleaning up handleBlur
    
    * always set focused to false onBlur
    
    * handleBlur no longer needs deferFocusInput
    
    * Created new test to describe W3C compliant functionality.
    
    Removed two tests that should no longer apply
    
    * separated input keydown events from day keydown events
    
    * updated various test cases to look at keydown on day nodes instead of input nodes. removed a duplicate test. some cleanup
    
    * added helpful comments
    
    Co-authored-by: Benjamin Reif-Caplan <bcaplan3@gmail.com>
    dan-diaz and ben-caplan committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0b64325 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

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

Commits on Feb 7, 2020

  1. 2.12.0

    martijnrusschen committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    155a0e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. fix: docs generation on build (#2047)

    * fix: docs generation script
    
    * docs: updated
    mxschmitt committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    91cc00d View commit details
    Browse the repository at this point in the history
  2. 2.12.1

    martijnrusschen committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7df9eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb035ee View commit details
    Browse the repository at this point in the history
  4. Example of using a custom class on the input element (#2048)

    This was previously a duplicate of the "Custom day class name" example.
    MAPGarrett committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    cf1902a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Bump codecov from 3.6.1 to 3.6.5 (#2060)

    Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.1 to 3.6.5.
    - [Release notes](https://github.com/codecov/codecov-node/releases)
    - [Commits](https://github.com/codecov/codecov-node/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    1795d44 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Added props for fully dynamic aria-labels (#2062)

    * Added props for fully dynamic aria-labels
    
    * Fixed yarn lint error
    
    * Revert "Fixed yarn lint error"
    
    This reverts commit 430e659.
    
    * Fixed yarn lint error
    oscarcarlstrom committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3b720a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Dynamic aria labels fix (#2063)

    * Added aria-label props to parent components
    
    * Use enzyme instead of React TestUtils
    oscarcarlstrom committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    70ebb0a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. 2.13.0

    martijnrusschen committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    a03ccc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c4466 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Fix week numbers for non us locales. (#2080)

    Leverage date-fns getWeek function to get correct week numbers.
    PolarbearDK committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    b33956b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf146ef View commit details
    Browse the repository at this point in the history
  3. 2.14.0

    martijnrusschen committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    b2405f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08fe57c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Bump acorn from 5.7.3 to 5.7.4 in /docs-site

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    caad443 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Merge pull request #2086 from Hacker0x01/dependabot/npm_and_yarn/docs…

    …-site/acorn-5.7.4
    
    Bump acorn from 5.7.3 to 5.7.4 in /docs-site
    martijnrusschen committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    a1eaa97 View commit details
    Browse the repository at this point in the history
  2. Bump acorn from 5.7.3 to 5.7.4 in /examples/hello-world (#2090)

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    1b99807 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. 2.14.1

    martijnrusschen committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    35b8912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae0ca4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. role "option" changed to "button", removed unnecessary "listbox" role (

    …#2098)
    
    Co-authored-by: DDiaz <daniel.diaz@isobar.com>
    dan-diaz and DDiaz committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c1fdd32 View commit details
    Browse the repository at this point in the history
  2. Feature/2094 month navigation day selection (#2097)

    * set preselection when Month changes.
    
    consolidated focus() logic on Day component.
    passed down containerRef to Day component.
    
    * added tests for next and prev months
    
    * updated dev instructions on contributing document
    
    * Travis CI failing on this "unused" proptype
    
    Co-authored-by: DDiaz <daniel.diaz@isobar.com>
    dan-diaz and DDiaz committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    efffb47 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    8c0e03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6590e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. fixed search in page, navigation to example and scroll back to top on…

    … second click. (#2112)
    
    * solved issue of not scrolling on anchor click of website
    
    * fixed bug of scroll to top on double click
    Binu42 committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    279f9ff View commit details
    Browse the repository at this point in the history
  2. Feature/week day class name (#2113)

    * Add week day class name feature
    
    * Extend docs for week day class name feature
    
    * Add test to week day class name feature
    micama committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    b21bf47 View commit details
    Browse the repository at this point in the history