Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hacker0x01/react-datepicker
base: 7294cf965f6dde0fa55299c178882dec0f57f7d5
Choose a base ref
...
head repository: Hacker0x01/react-datepicker
compare: aebdf074e697efad8010aa30ed4e51d209d8ce42
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on May 7, 2020

  1. Fixes issues when using renderCustomHeader with alt pickers (#2135)

    * allow renderCustomHeader with showYearList
    
    * Stop rendering day names when no showing days
    
    Stops rendering day names when using a custom header and showing
    either the month picker, quarter picker or year picker.
    
    Co-authored-by: Adam Mercy <adamjmercy@gmail.com>
    mercyaj and mercyaj committed May 7, 2020
    Copy the full SHA
    9dd2bfb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Reset preventFocus after closing the popper with Escape. (#2147)

    Return the preventFocus state to false after closing the calendar popper with Escape key. This issue prevented the calendar popper to open on the following navigations to the input with the keyboard.
    mgarciamartin committed May 15, 2020
    Copy the full SHA
    8bd2dfb View commit details
    Browse the repository at this point in the history
  2. 2.16.0

    martijnrusschen committed May 15, 2020
    Copy the full SHA
    74451e9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aebdf07 View commit details
    Browse the repository at this point in the history