Skip to content

v4.4.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 26 Jul 09:05
· 126 commits to main since this release
a4569e2

What's new?

  • Added support for millisecond precision via useMillisecondPrecision prop. Thanks, @arcataroger!

Bug fixes

  • @types/react and @types/react-dom are now optional peerDependencies, which eliminates errors caused by duplicate typings.
  • Fixed hour hand angle off by a fraction of a degree due to angle miscalculation for seconds. Yeah, awkward: you had one job!