Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 2.74 KB

Change Log

v3.3.3

  • [fix] Allows for elements to be interacted with when rendered beneath the tether component (#131)

v3.3.2

  • [fix] Responsive the DateRangePicker and SingleDatePicker components (#80)

v3.3.1

  • [fix] Update all days to use noon as their time stamp to fix a number of DST issues (#114)

v3.3.0

  • [new] Add anchorDirection prop to the SingleDatePicker and DateRangePicker components (#72)

v3.2.0

  • [new] Add initialVisibleMonth prop to the SingleDatePicker, DateRangePicker, and DayPicker components (#70)

v3.1.1

  • [fix] Fix moment dependencies to allow v2.10 - v2.14

v3.1.0

  • [new] Allow displayFormat prop to take a function as well as a string (#98)
  • [fix] Default value for displayFormat now actually returns moment's L format based on the locale (#98))

v3.0.0

  • [breaking] Move the constants file to the top-level (#53)
  • [breaking] Add reopenPickerOnClearDates prop so that the DateRangePicker no longer automatically reopens when clearing dates (#75)

v2.2.0

  • [fix] Fix height issue where an extra table row was being rendered for some months (#57)
  • [fix] Disables user-select on navigation (#74)
  • [new] Allows for a custom date display format (#52)

v2.1.1

  • [fix] Fix initial day of month to utc to fix daylight savings time problem in Brazil and other locales
  • [fix] Remove jQuery as a dependency
  • [fix] Add centered text alignment to DayPicker__caption class to work with bootstrap styles

v2.1.0

  • [new] Export date comparision methods - isNextDay, isSameDay, isInclusivelyAfterDay, isInclusivelyBeforeDay
  • [fix] Replace Array.includes with array-includes for compatibility with IE11

v2.0.0

  • [new] Set scss variables to !default for easing overriding
  • [breaking] Rename scss variables to be more generic and namespace them with the $react-dates- prefix
  • [new] Add disabled functionality to the <SingleDatePicker /> and <DateRangePicker />
  • [breaking] Consolidate blockedDates, blockedByDefault, and unblockedDates into a single function prop isDayBlocked
  • [breaking] Remove prop allowPastDates in favor of isOutsideRange prop

v1.0.0

  • Initial commit