Skip to content

6.1.0

Compare
Choose a tag to compare
@peacechen peacechen released this 07 May 15:15
· 68 commits to master since this release
  • Add props previousComponent, nextComponent to override prev/next (#193).
  • Fix disabledDates date comparisons (#197).
  • Move disabledDates, min/maxRangeDuration processing to state (performance).
  • Add month and year selector views (#150).
  • Add prop allowBackwardRangeSelect and support logic (#171)
  • Add customDatesStylesPriority prop to prioritze dayOfWeekStyles vs customDatesStyles (#194).
  • Fix type documentation for props (#191)
  • Specify moment.js dependency version more accurately (#190)
  • Fix call to moment.isSame(), remove unused import (#189)
  • Fix selectedStartDate, selectedEndDate prop update logic.
  • Remove obsolete GIF (#170).
  • Update example with customDatesStyles, dayOfWeekStyles, and range select options.
  • Add eslint and pre-commit hook.
  • Update Readme: new props, onDateChange params, TypeScript definitions, fix missing braces (#187, #188, etc).