Releases: wojtekmaj/react-datetime-picker
Releases · wojtekmaj/react-datetime-picker
v1.3.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
clearIcon
andcalendarIcon
by setting them explicitly tonull
.
Bug fixes
- Fixed calendar appearing behind the datetime picker in specific situation where two datetime pickers were placed one below the other (#12).
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
What's new?
- New option
showLeadingZeros
enables you to, well, show leading zeros. - Various performance and architecture optimizations.
Bug fixes
- Fixed MonthInput allowing to enter values larger than allowed in some scenarios.
- Fixed an issue where selecting new date set the hour to 0:00.
- Fixed an issue where starting to fill out values starting from time would fail as the value was reset at the moment the user started filling out the date inputs.
- Fixed passing empty string to Calendar component causing a React warning.
- Fixed React warning shown when erased input value.
- Fixed an edge case when rendering two datetime pickers in different locales would cause the second datetime picker to overwrite locale settings of the first one.