Skip to content

v6.7.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 13 Jan 15:58

What's new?

  • Added Sample TypeScript project. Thanks, @kapke!
  • React-Date-Picker's TypeScript types are now inherited from React-Calendar, and thus it's no longer needed to be updated to support new versions of React-Calendar.
  • Thanks to a recent React-Calendar update you can now pass custom date formatters for month, month & year and weekday name using formatMonth, formatMonthYear and formatShortWeekday props respectively (#41).