v6.10.2
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
clearIconandcalendarIconby setting them explicitly tonull(#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,requiredandshowLeadingZerosprops in TypeScript typings. - Fixed calendar appearing behind the date picker in specific situation where two date pickers were placed one below the other.