react-countdown-clock
Version:
HTML5 canvas countdown clock React component
52 lines (30 loc) • 1.05 kB
Markdown
# Changelog
## 1.0.9 - Aug 31, 2016
* Fix invalid react proptype for showMilliseconds. Thanks @sabazusi.
## 1.0.8 - Aug 8, 2016
* Updated React version in peerDependencies
* Added new props for fontSize, font, timeFormat and showMilliseconds
* Added ability to render minutes and hours
* Fixed long countdowns having a tick period longer than 1 second
## 1.0.7 - Aug 7, 2016
* Weight of circle can now be configured. Thanks @rutan.
## 1.0.6 - Feb 18, 2016
* Added licence
## 1.0.5 - Dec 22, 2015
* Removed React into peerDependencies
* Removed Shrinkwrap
## 1.0.5 - Dec 21, 2015
* Removed ReactDOM dependency
## 1.0.4 - Dec 20, 2015
* Upgraded React (0.14.3) and dev dependencies
* Clear timeouts on componentWillUnmount
## 1.0.3 - May 25, 2015
* General fixes from @dvilchez
* Added npm shrinkwrap
* Fixed issue where seconds would never reach zero.
## 1.0.2 - Jan 18, 2015
* Updated README with more details
## 1.0.1 - Jan 17, 2015
* Added README
## 1.0.0 - Jan 17, 2015
* Counter with demo