react-day-picker v8.0.0-alpha.45 Release Notes
Release Date: 2020-05-04 // over 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v7.4
-
DayPicker
- ๐ Fix text wrapping on
.DayPicker-Day
default style (#824) - โ Add
focus()
method for focusing theDayPicker
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
fromdefaultProps
(#874)
- ๐ Fix text wrapping on