Skip to content

Release v1.7.0

Compare
Choose a tag to compare
@troberts-28 troberts-28 released this 06 May 17:14
· 75 commits to main since this release
  • Merged the initialHours, initialMinutes and initialSeconds props into a single initialValue prop with type { hours?: number, minutes?: number, seconds?: number }. This is for clarity and easy-of-use, whilst also guarding against a crash when a similar object was supplied to the old props.
  • Added missing typings for custom styles - contrubuted by @giovanniRodighiero 🙌