React Countdown Versions Save

A customizable countdown component for React.

v2.3.5

1 year ago

Bugfixes

v2.3.4

1 year ago

Bugfixes

  • Fixes #219 The package's content of v2.3.3 didn't reflect the latest changes.

v2.3.3

1 year ago

Changelog

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

Bugfixes

  • Fixes date prop typing (https://github.com/ndresx/react-countdown/pull/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.

v2.3.2

3 years ago

Bugfixes

  • Fixed component updates by only relying on the date prop anymore

v2.3.1

3 years ago

Bugfixes

  • Fixed issue with onTick callback when in overtime

v2.3.0

3 years ago

Changelog

  • Added feature to stop the countdown through the API
  • Added new feature props:
    • onStop callback
    • overtime which allows the countdown to become negative (resolves #94)
  • Extended the API with the following functions:
    • stop()
    • isStarted()
    • isStopped()
  • Updated API usage example

Bugfixes

  • Fixed and revised countdown status management (fixes #97)

Misc

  • Added E2E Testing with Cypress
  • Updated README.md (fixes #51)

v2.2.2

3 years ago

Changelog

Bugfixes

  • Fixed React import issue with TypeScript (fixes #90)

Misc

  • Added CONTRIBUTING.md
  • Fixed some types in README.md

v2.2.1

4 years ago

Changelog

v2.2.0

4 years ago

The package has been moved to npm 📦 react-countdown.

Changelog

  • Added legacy countdown support for react-countdown <= v2.0.0

v2.1.2

4 years ago

Bugfixes