Releases: choudharymahipal/countdown-timer-library
Releases · choudharymahipal/countdown-timer-library
Release v2.0.0
New customizable Labels and callback events are introduced. You can add your own labels for each cards in your language. And from isTimerRunning
and timeRemainingCount
, will give you, latest updated status about current countdown timer. For more details you can check its demo on Stackblitz.
Release v1.0.0
We have added 4 new properties to show and hide any card if you don't need it. display_days
, display_hours
, display_minutes
and display_seconds
are boolean
type variables.
Release v0.0.2
It will take only one argument as TargetDate and start countdown with displaying Days, Hours, Minutes and Seconds.