70 Commits

Author SHA1 Message Date
Kevin Qi
b6555f9383 0.2.2 v0.2.2 2017-10-03 21:42:17 -07:00
Kevin Qi
6f803f8a99 allow react 16 as a peerDependency 2017-10-03 21:40:07 -07:00
Kevin Qi
b0a97a7679 Create LICENSE 2017-08-28 21:07:47 -07:00
Kevin Qi
3ac6fc1eb0 add more info on customizing styles, closes #15 2017-08-27 23:09:18 -07:00
Kevin Qi
ad7e061de3 fix eslint error 2017-08-27 22:58:00 -07:00
Kevin Qi
92d4b3a058 update changelog 2017-08-27 18:42:46 -07:00
Kevin Qi
eaaf278487 0.2.1 v0.2.1 2017-08-27 18:40:23 -07:00
Kevin Qi
0dc13839a5 update example page 2017-08-27 18:40:02 -07:00
Kevin Qi
d22cf7dc98 add tests 2017-08-27 18:38:51 -07:00
Kevin Qi
5937869f14 refactor, move stuff into methods 2017-08-27 18:07:10 -07:00
Kevin Qi
0cd91b0660 set default value of className prop to '', fixes 'undefined' default 2017-08-27 17:51:08 -07:00
Kevin Qi
8baa206378 Merge pull request #20 from slaweet/patch-1
Keep progress bar within 0 and 100
2017-08-27 17:47:29 -07:00
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
Vít Stanislav
f985313173 Keep progress bar within 0 and 100
## Expected behaviour
`<CircularProgressbar percentage={150} />` should show full progress bar. And the text should keep being `150%`
## Actual behaviour
`<CircularProgressbar percentage={150} />` shows half full progress bar
2017-07-18 17:08:07 +02: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