102 Commits

Author SHA1 Message Date
Kevin Qi
380baebf08 Merge pull request #25 from jedwards1211/classes
support classes prop
2017-10-14 00:48:35 -07:00
Kevin Qi
0e2a84f4eb more specific proptype declaration 2017-10-14 00:32:00 -07:00
Kevin Qi
f968ec68c6 add classes.background 2017-10-14 00:15:11 -07:00
Andy Edwards
3f8da116cb fix(index): support classes prop 2017-10-14 00:10:47 -07:00
Kevin Qi
07a2ca0f7d update changelog 2017-10-13 23:42:25 -07:00
Kevin Qi
d0e2f8a3fa 0.4.1 v0.4.1 2017-10-13 23:41:09 -07:00
Kevin Qi
e3d442f720 fix test warning 2017-10-13 23:38:37 -07:00
Kevin Qi
a74d8343f3 update demo 2017-10-13 23:37:46 -07:00
Kevin Qi
30f4ae9c29 Merge pull request #26 from jedwards1211/patch-1
don't render <text> if textForPercentage is falsy or returns falsy
2017-10-13 23:36:19 -07:00
Kevin Qi
60f5ba371c tweak JSX formatting 2017-10-13 23:33:41 -07:00
Andy Edwards
cc63394466 fix eslint errors 2017-10-13 23:21:51 -07:00
Andy Edwards
7cc5891bdb fix eslint errors 2017-10-13 23:21:51 -07:00
Andy Edwards
1d7d84cc7b don't render <text> if textForPercentage is falsy or returns falsy
fix #24
2017-10-13 23:21:51 -07:00
Kevin Qi
df50365929 set a better default for background 2017-10-13 23:16:29 -07:00
Kevin Qi
ed30b374e5 tweak readme 2017-10-13 23:13:56 -07:00
Kevin Qi
08f6ccabd7 cleanups 2017-10-13 23:05:59 -07:00
Kevin Qi
8afa2e5651 0.4.0 v0.4.0 2017-10-13 22:58:37 -07:00
Kevin Qi
280e519ef5 update changelog 2017-10-13 22:58:25 -07:00
Kevin Qi
eb2877c19e add background prop defaulting to false, fixing issue wehre existing users upgrading to 0.3.0 would see a black circle shape if they don't update CSS 2017-10-13 22:56:45 -07:00
Kevin Qi
06888e2b58 update changelog 2017-10-13 22:21:32 -07:00
Kevin Qi
ff4e090968 0.3.0 v0.3.0 2017-10-13 22:21:08 -07:00
Kevin Qi
3dfbed5bd1 add node 7 to travis config 2017-10-13 22:20:28 -07:00
Kevin Qi
a5161b5623 Merge pull request #23 from andreysaleba/master
Added <circle> element inside progressbar to support custom backgroun…
2017-10-13 22:18:04 -07:00
Kevin Qi
cda80978a3 regenerate docs 2017-10-13 22:10:05 -07:00
Kevin Qi
f717fefae9 rename backgroundPadding, add docs, and reformat demo page 2017-10-13 22:09:40 -07:00
Kevin Qi
d24cbe5a81 fix logic causing path length to be drawn incorrectly, and add backgroundGutter prop to enable customization 2017-10-13 21:49:38 -07:00
Kevin Qi
e1aa435c55 add demo example for customizing background 2017-10-13 20:51:56 -07:00
Kevin Qi
77865fad17 update changelog 2017-10-03 21:44:48 -07:00
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
andreysaleba
2cc2558a9f Updated docs folder with the new build 2017-09-10 16:49:56 +03:00
Andrey Saleba
cacb9c9a5b Added missing note in Readme about customizing background style 2017-09-10 16:37:19 +03:00
Andrey Saleba
241a311ab7 Fixed formatting issues 2017-09-10 15:32:11 +03:00
Andrey Saleba
770600576f Added <circle> element inside progressbar to support custom background color 2017-09-10 15:30:18 +03: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