v4.2.1
Bug fixes
- Improved type accuracy for value prop and all callbacks (it's now explicitly
[Date, Date]
instead ofDate[]
). - Fixed types for
onDrillDown
andonDrillUp
props. - Fixed types for
tileClassName
not allowingnull
orundefined
return values. - Fixed
React.ComponentProps<typeof Calendar>
incorrectly marking props with default values as required.