react-datepicker v3.0.0 Release Notes

Release Date: 2020-06-04 // almost 4 years ago
  • 💥 Breaking change:

    • Replace inlineFocusSelectedMonth with focusSelectedMonth

    Month/Year picker:

    • ➕ Add selected class for year picker
    • Year change day selection
    • ➕ add two column month display layout flag for month picker

    Other changes:

    • ⚡️ Update onChangeRaw and onSelect
    • Render Popper in a Portal by Id to avoid overflow of parent
    • InputTime initial value
    • Pass arrow props to CalendarContainer