Skip to content

v1.1.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 04 Feb 14:02
· 825 commits to main since this release

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.