Skip to content

4.0.0

Compare
Choose a tag to compare
@shahabyazdi shahabyazdi released this 16 Apr 04:00
· 55 commits to master since this release
8a65b95
  • multiple range picker.
  • custom mobile labels bug fixed in default locale.
  • monthYearSeparator added. #98-1
  • formatMonth & formatYear added #98-2
  • in datepicker onChange method has (date, {validatedValue, input, isTyping}) arguments for validations.
  • highlightToday added. #145
  • dateSeparator added.
  • input is now editable in multiple & range mode. #147
  • multipleRangeSeparator added.
  • allow users to change the order of the header items by headerOrder prop.
  • CustomComponentProps type exported for typescript. #175
  • Bug in timepicker if number keeps being pressed fixed. #155
  • The Calendar component accepts the HTMLDivElement props along with its own props.