react-day-picker v7.1 Release Notes

Release Date: 2018-03-04 // about 6 years ago
  • DayPicker

    • โž• Added: enableOutsideDaysClick prop (#585 by smesgr)
    • ๐Ÿ›  Fixed: month may be not defined in the navigation component (#607 by MhMadHamster)
    • ๐Ÿ›  Fixed: outside days were shown also when using toMonth/fromMonth (#630)
    • ๐Ÿ›  Fixed: Cannot read property 'focus' error with outside days (#646)
    • TypeScript: added more types (#618 by adidahiya)

    DayPickerInput

    • ๐Ÿ‘Œ Improved: focus/blur behavior (#598 by jbarco, #579)
    • ๐Ÿ‘Œ Improved: onDayChange is called undefined when day is not valid (#647)
    • โž• Added: keepFocus prop (#598 by bartpeeters)
    • ๐Ÿ›  Fixed: use dayPickerProps.month before the input's value (#612 by kradical)
    • ๐Ÿ›  Typescript: fixed onDayChange definition (#622)

    ๐Ÿš€ > This should be the last minor release before v8.0.0. The next major version should not break existing code but as we are moving from webpack to rollup we will bump a major for safety :)