Skip to content

v4.2.1

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 04 Apr 13:47
· 170 commits to main since this release
88f5da5

Bug fixes

  • Improved type accuracy for value prop and all callbacks (it's now explicitly [Date, Date] instead of Date[]).
  • Fixed types for onDrillDown and onDrillUp props.
  • Fixed types for tileClassName not allowing null or undefined return values.
  • Fixed React.ComponentProps<typeof Calendar> incorrectly marking props with default values as required.