Skip to content

v2.3.3

Compare
Choose a tag to compare
@ndresx ndresx released this 22 Oct 14:09
· 13 commits to master since this release
bab6fe3

Changelog

  • Updates onComplete callback to consistently trigger, even when the countdown is completed on start. #169

Bugfixes

  • Fixes date prop typing (#212):
    The CountdownProps interface date prop was initially set to optional due to an older component that is still being supported in order to follow Semver (for react-countdown@2). This change will make it a required one. However, since this legacy version was neither utilizing TypeScript nor PropTypes, it's safe to assume that this won't break anything given that the actual countdown component only works by providing this prop while it's also documented this way.