v5.0.1
Bug fixes
- Improved type accuracy for value prop and
onChange
callback (it's now explicitlyDate | [Date, Date]
instead ofDate | Date[]
). - Fixed types for
portalContainer
props not allowingnull
values, which made it hard to use. - Fixed props passed along to React-Calendar and React-Clock not typed correctly.