- Update npm dependencies
- Update npm dependencies
- Fix code not transpilling to ES5
- Fix 60 seconds showing at minute transition #38 - Thanks @7022Andre
- Fix Uncaught TypeError: Cannot read property 'width' of undefined at Object._clearTimer #34
- Only show full start time when starting paused
- Build with Webpack 4
- Update npm dependencies
- Fix issue with background being re-rendered over itself. Thanks @mbstrauss
* Reset timer if seconds change. Thanks @mmajis
* Makes div the same size as the countdown clock. Thanks @Miniland1333
* Fix old props being assigned rather than new. Thanks @zaidchauhan
* Scale canvas for high DPI devices. Thanks @gravitypersists
- Fix deprecation warnings in React 15.6.0. Thanks @AaronKalair
- Fix Fixes missing minute components when hour is > 0. Thanks @KTachyon
- Move to semantic versioning
- Reduce the ammount of canvas drawing
- Allow colour to be updated without resetting the timer
- Allow timer to be paused
- Fix invalid react proptype for showMilliseconds. Thanks @sabazusi.
- 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
- Weight of circle can now be configured. Thanks @rutan.
- Added licence
- Removed React into peerDependencies
- Removed Shrinkwrap
- Removed ReactDOM dependency
- Upgraded React (0.14.3) and dev dependencies
- Clear timeouts on componentWillUnmount
- General fixes from @dvilchez
- Added npm shrinkwrap
- Fixed issue where seconds would never reach zero.
- Updated README with more details
- Added README
- Counter with demo