react-day-picker v8.0.0-alpha.45 Release Notes

Release Date: 2020-05-04 // almost 4 years ago

Previous changes from v7.4

  • DayPicker

    • ๐Ÿ›  Fix text wrapping on .DayPicker-Day default style (#824)
    • โž• Add focus() method for focusing the DayPicker wrapper element (#761)

    DayPickerInput

    • โšก๏ธ When DayPicker input state is controlled, correctly set the input text if the value prop updates (#816 by MitchRivet)
    • ๐Ÿ›  Fix DayPickerInput value does not recompute on locale change (fix #938) (#939)
    • Set overlayHasFocus to false in hideAfterDayClick (#941)

    Typings

    • ๐Ÿ‘Œ Improve typings, use TypeScript 3.1 (#929)
    • โž• Add formatDate and parseDate to typings (#873)
    • ๐Ÿ‘‰ Make format optional (#923)
    • โœ‚ Remove initialMonth from defaultProps (#874)