We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9182b8b commit 0878204Copy full SHA for 0878204
CHANGELOG.md
@@ -5,6 +5,7 @@
5
* Updated React version in peerDependencies
6
* Added new props for fontSize, font, timeFormat and showMilliseconds
7
* Added ability to render minutes and hours
8
+ * Fixed long countdowns having a tick period longer than 1 second
9
10
## 1.0.7 - Aug 7, 2016
11
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-countdown-clock",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "HTML5 canvas countdown clock React component",
"main": "build/react-countdown-clock.js",
"repository": {
0 commit comments