Skip to content

v10.0.1

Choose a tag to compare

@wojtekmaj wojtekmaj released this 05 Apr 08:47
· 314 commits to main since this release
6d4c546

Bug fixes

  • Improved type accuracy for value prop and onChange callback (it's now explicitly Date | [Date, Date] instead of Date | Date[]).
  • Fixed types for portalContainer props not allowing null values, which made it hard to use.
  • Fixed props passed along to React-Calendar not typed correctly.