Skip to content

v5.0.1

Choose a tag to compare

@wojtekmaj wojtekmaj released this 05 Apr 08:51
· 293 commits to main since this release
2d4eda8

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 and React-Clock not typed correctly.