All Versions
82
Latest Version
Avg Release Cycle
33 days
Latest Release
1726 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v7.4 Changes
October 20, 2019DayPicker
- ๐ 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
-
v7.3.2 Changes
August 08, 2019 -
v7.3.1 Changes
August 03, 2019 -
v7.3.0
February 21, 2019 -
v7.2.4 Changes
September 13, 2018 -
v7.2.3
September 06, 2018 -
v7.2.2
September 01, 2018 -
v7.2.1
August 28, 2018 -
v7.2.0
August 27, 2018 -
v7.1.10 Changes
July 07, 2018- ๐ Fixed a flickering issue with mouse hover using the default style (#726 by sv3k)
- ๐ (DayPickerInput) Fixed: disabled days not working correctly with
classNames
(#741 by hannescalibrate) - ๐ (DayPickerInput) Do not focus the input field if not supported by a custom
component
(#747)