57 Commits

Author SHA1 Message Date
Kevin Qi
10fc170c9a 0.2.0 v0.2.0 2017-08-27 17:06:30 -07:00
Kevin Qi
0101950960 add className prop 2017-08-27 17:05:31 -07:00
Kevin Qi
6a64f0cbe5 0.1.5 v0.1.5 2017-06-24 18:49:12 -07:00
Kevin Qi
96d42fa7e1 update CHANGELOG 2017-06-24 18:48:04 -07:00
Kevin Qi
53ffdc3c82 require prop-types ^15.5.10 to fix "warning failed prop type" errors, fixes #18 2017-06-24 18:46:18 -07:00
Kevin Qi
d53ee5c6f0 fix README typos 2017-06-18 19:12:37 -07:00
Kevin Qi
f06c5b38eb bump version in docs 2017-05-07 21:22:48 -07:00
Kevin Qi
d2759f0d0b 0.1.4 v0.1.4 2017-05-07 21:21:45 -07:00
Kevin Qi
6f96451dcc update changelog 2017-05-07 21:21:34 -07:00
Kevin Qi
c3f42196e1 fix linter dependencies 2017-05-07 21:18:34 -07:00
Kevin Qi
3d44f63860 upgrade devDependencies, update webpack config for 1 => 2 upgrade 2017-05-07 21:15:19 -07:00
Kevin Qi
fd6741a637 update to use prop-types package instead of importing PropTypes from react
fixes #12
2017-05-07 20:42:44 -07:00
Kevin Qi
094780a60d Remove comma-dangle for functions 2017-02-04 21:37:46 -08:00
Kevin Qi
175a4a507d Add textForPercentage test 2017-02-04 21:32:05 -08:00
Kevin Qi
6f529fce2c Add classForPercentage test 2017-02-04 21:24:15 -08:00
Kevin Qi
2cb09bb66e Add strokeWidth test 2017-02-04 21:14:18 -08:00
Kevin Qi
5485f66c0e Remove demo deploy command from README 2017-02-04 20:54:02 -08:00
Kevin Qi
89053b036d More backticks 2017-02-04 20:52:45 -08:00
Kevin Qi
824cf496a5 Add props to README, fixes #4 2017-02-04 20:51:42 -08:00
Kevin Qi
d55abad2fa Make docs styles a copied version of src/styles.css, instead of symlink, fixes github pages issue 2017-02-04 20:33:10 -08:00
Kevin Qi
984ef65ac3 Merge pull request #6 from iqnivek/use_docs_folder_for_github_pages
Use docs folder for GitHub pages
2017-02-04 20:26:05 -08:00
Kevin Qi
04513b542f Use var 2017-02-04 20:25:13 -08:00
Kevin Qi
bb8ed3c896 Make build script also build demo, and remove custom build script 2017-02-04 20:22:04 -08:00
Kevin Qi
47607bba6d Add generated demo JS 2017-02-04 20:18:39 -08:00
Kevin Qi
a5990baa22 Switch from /demo to /docs 2017-02-04 20:17:36 -08:00
Kevin Qi
2d19153338 Specify svg width to be 100% in default stylesheet, to fix flexbox issue (#5) 2017-02-04 20:04:27 -08:00
Kevin Qi
79093d6bbc Add node6 to travis config 2016-11-27 18:42:57 -08:00
Kevin Qi
f57a2fc0fb Update eslint dependencies and fix errors 2016-11-27 18:42:31 -08:00
Kevin Qi
16f4d3713a Add missing devDependencies (including react), which were causing errors when running lint and test in dev. Use react/react-dom 15.4.0 in dev. 2016-11-23 23:34:28 -08:00
Kevin Qi
23fddad6b5 Use fixed version of bootstrap 4 instead of v4-dev, which broke spacing utils again 2016-11-20 20:27:08 -08:00
Kevin Qi
1cd5d908dd Bump version to 0.1.3 0.1.3 2016-11-08 11:37:21 -05:00
Kevin Qi
7026b2c8fb Merge pull request #2 from lokiuz/master
Fixes #1 - If the component is mounted and then unmounted immediately, its possible for the timeout to fire after unmounting leading React throwing a warning.
2016-11-08 11:26:06 -05:00
Kevin Qi
5c74157d81 Fix issue where window.requestAnimationFrame callback can still be invoked after component is unmounted, causing an error 2016-11-08 11:24:33 -05:00
Kevin Qi
b14624f9b4 Fix demo page spacing (bootstrap classnames changed) 2016-11-08 10:55:04 -05:00
Wiktor Ożga
a81774984d Fixes #1 2016-09-15 09:01:28 +02:00
Kevin Qi
48474d236e Bump version to 0.1.2 v0.1.2 2016-06-07 23:47:21 -04:00
Kevin Qi
8195e2f0e7 Tweak header 2016-06-07 23:45:47 -04:00
Kevin Qi
c2eafad82b Attempt to fix issue where animation isn't happening upon initial mount 2016-05-31 15:51:43 -04:00
Kevin Qi
f42f182936 Fix package.json repo url 2016-05-30 23:06:36 -04:00
Kevin Qi
1db4b32b68 Bump version to 0.1.1, remove unused dependencies v0.1.1 2016-05-30 23:03:45 -04:00
Kevin Qi
5441e43f7f Add npm badge, animated gif, link to demo page 2016-05-30 22:58:10 -04:00
Kevin Qi
f73c123135 Improve demo page v0.1.0 2016-05-30 22:40:16 -04:00
Kevin Qi
9debe7e826 Add travis-ci badge, tweak demos 2016-05-30 18:02:26 -04:00
Kevin Qi
d5d2020265 Move demo-specific styles to demo index.html 2016-05-30 17:53:13 -04:00
Kevin Qi
1dc2ae7ee0 Fix lint error, update changelog/readme 2016-05-30 17:41:16 -04:00
Kevin Qi
68492bada4 Add textForPercentage example 2016-05-30 17:30:29 -04:00
Kevin Qi
c0c9326408 whups 2016-05-30 17:18:27 -04:00
Kevin Qi
72b2c6f23a Add option to animate to percentage upon mounting 2016-05-30 17:08:05 -04:00
Kevin Qi
ccfa8feb25 Improve demo 2016-05-30 16:53:31 -04:00
Kevin Qi
f6bf99e6e9 Fix classForPercentage and demo 2016-05-30 16:29:43 -04:00