Skip to content

v6.10.2

Choose a tag to compare

@wojtekmaj wojtekmaj released this 06 Jun 07:48
· 889 commits to main since this release

Emergency update to fix common issues that were caused by breaking changes introduced in React 16.4.0.

What's new?

  • You can now hide clearIcon and calendarIcon by setting them explicitly to null (#65, #66). Thanks, @Zertz!

Bug fixes

  • Fixed Calendar's navigation, setting range and view broken or semi-broken on React 16.4+ (#74).
  • Fixed missing disabled, name, required and showLeadingZeros props in TypeScript typings.
  • Fixed calendar appearing behind the date picker in specific situation where two date pickers were placed one below the other.