All Versions
82
Latest Version
Avg Release Cycle
33 days
Latest Release
1726 days ago

Changelog History
Page 2

  • v7.4 Changes

    October 20, 2019
    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)
  • v7.3.2 Changes

    August 08, 2019

    โšก๏ธ Updates for TypeScript users:

  • v7.3.1 Changes

    August 03, 2019

    โšก๏ธ Updates for TypeScript users:

  • v7.3.0

    February 21, 2019
  • v7.2.4 Changes

    September 13, 2018
    • ๐Ÿ›  Fix regression: re-enabled click on disabled days (#789 by dewey92)
    • ๐Ÿ›  Fixed an issue with paged navigation when using toMonth or fromMonth props (#787)
  • 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)