84 Commits

Author SHA1 Message Date
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
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