306 Commits

Author SHA1 Message Date
Kevin Qi
82f4fa7b92 2.0.2 v2.0.2 2019-08-10 15:48:35 -07:00
Kevin Qi
5b4898a750
Merge pull request #112 from ethanae/master
Import react with "* as React" to prevent the need to use allowSyntheticDefaultExports/esModuleInterop in consumers (issue #110)
2019-08-10 15:47:38 -07:00
ethan
f3eace821a - targets issue #110
- synthetic default imports to es6 imports
2019-08-09 10:03:18 +02:00
Kevin Qi
d0619f60de fix linter warnings about unused vars 2019-07-25 21:15:21 -07:00
Kevin Qi
1d0f85a87b
Merge pull request #107 from kevinsqi/upgrade-lodash
Upgrade lodash and react-scripts
2019-07-25 21:14:03 -07:00
Kevin Qi
0f93d7e5aa upgrade react-scripts to 3.0.1 2019-07-25 21:11:35 -07:00
Kevin Qi
13fa57601a consolidate lodash dependency 2019-07-25 21:07:25 -07:00
Kevin Qi
fa4517b516 delete and re-generate yarn.lock, to upgrade lodash deps 2019-07-25 21:05:12 -07:00
Kevin Qi
666b520ac5
Merge pull request #103 from kevinsqi/upgrade-lodash
Upgrade /demo lodash to v4.17.14 for security fix
2019-07-13 14:17:41 -07:00
Kevin Qi
59e3a4e110 upgrade lodash to v4.17.14 for security fix 2019-07-13 14:15:44 -07:00
Kevin Qi
a003457d81
Merge pull request #102 from kevinsqi/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14
2019-07-13 12:09:40 -07:00
dependabot[bot]
5b9fe381b6
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 05:29:45 +00:00
Kevin Qi
a6ba698d93
Merge pull request #98 from kevinsqi/dependabot/npm_and_yarn/demo/handlebars-4.1.2
Bump handlebars from 4.0.12 to 4.1.2 in /demo
2019-06-06 21:35:04 -07:00
dependabot[bot]
d519355e10
Bump handlebars from 4.0.12 to 4.1.2 in /demo
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 10:13:17 +00:00
Kevin Qi
46661dd9b9 update changelog for 2.0.1 2019-06-04 23:33:18 -07:00
Kevin Qi
5db32eeb34 2.0.1 v2.0.1 2019-06-04 23:31:14 -07:00
Kevin Qi
b0a13c013b
Merge pull request #96 from kevinsqi/fix-circularprogressbarwithchildren-centering-issue
Fix vertical centering of CircularProgressbarWithChildren
2019-06-04 23:25:34 -07:00
Kevin Qi
bdffe52454 add vertical-align:middle rule to svg element to resolve vertical centering with CircularProgressbarWithChildren (issue #94) 2019-06-04 23:23:17 -07:00
Kevin Qi
d7c9ff08a6 Update issue templates 2019-05-25 12:51:07 -07:00
Kevin Qi
aeceda183a tweak demo ChangingProgressProvider prop name, fix demo text 2019-05-13 23:14:23 -07:00
Kevin Qi
6911c2c216 update codesandbox links 2019-05-13 23:03:27 -07:00
Kevin Qi
396d1e8cda update changelog for v2.0.0 2019-05-12 20:02:56 -07:00
Kevin Qi
ee166e53ac 2.0.0 v2.0.0 2019-05-12 19:56:15 -07:00
Kevin Qi
2b6bf0277a
Merge pull request #90 from kevinsqi/v2-docs
Update docs for v2.0.0
2019-05-12 19:55:44 -07:00
Kevin Qi
b94da8dec5 README tweaks 2019-05-12 19:53:38 -07:00
Kevin Qi
46278d2be0 tweak IE centering readme 2019-05-12 19:40:24 -07:00
Kevin Qi
fb69473ce8 fix README props documentation, simplify getBackgroundPadding now that props.backgroundPadding should not be null, and tweak prop names of AnimatedProgressProvider 2019-05-12 19:27:51 -07:00
Kevin Qi
5b96195805 add README_v1.md for past documentation 2019-05-12 11:43:27 -07:00
Kevin Qi
46be5e72e5 add more info on new features to README 2019-05-12 11:36:20 -07:00
Kevin Qi
8d15874911 add 'animating progressbar upon mount' section to README, improve UPGRADING.md 2019-05-11 23:32:52 -07:00
Kevin Qi
72d89387e1 fill out v1.x.x -> v2.0.0 migration, tweak ProgressProvider prop names 2019-05-11 23:12:07 -07:00
Kevin Qi
e283eb9060 move migration guide to UPGRADING.md, and link to it in README 2019-05-11 22:51:17 -07:00
Kevin Qi
581ebbe355 update CircularProgressbarWithChildren screenshot example 2019-05-11 22:35:04 -07:00
Kevin Qi
97797d2c49 add documentation on CircularProgressbarWithChildren to README 2019-05-11 22:30:59 -07:00
Kevin Qi
b409ad873e update README to replace props.percentage with props.value 2019-05-11 22:18:21 -07:00
Kevin Qi
9a1529d33d update the 'animating text' readme section 2019-05-11 22:07:56 -07:00
Kevin Qi
f572a6f5df refactor AnimatedProgressbar -> AnimatedProgressProvider 2019-05-11 21:55:28 -07:00
Kevin Qi
72f3df93b4 add pathTransition to buildStyles as an option 2019-05-11 21:54:37 -07:00
Kevin Qi
2a03673856 documentation tweaks 2019-05-11 21:37:35 -07:00
Kevin Qi
dd4980d517 fix spacing of content coming after CircularProgressbarWithChildren by adding an additional wrapping div 2019-05-11 21:37:18 -07:00
Kevin Qi
a0f2906976 Revert "temporarily undo README changes, which document v2 stuff that hasn't been released yet"
This reverts commit 393697980ffe562ba39e66096a9d174c4e074013.
2019-05-11 21:24:10 -07:00
Kevin Qi
3da2f0b736 rewrite ChangingProgressbar to ChangingProgressbarProvider 2019-05-11 21:22:05 -07:00
Kevin Qi
5b19379f54 rename PercentageProvider 2019-05-11 21:02:44 -07:00
Kevin Qi
5982419e7c
Merge pull request #89 from kevinsqi/value-prop
Replace props.percentage with props.value, and add minValue and maxValue
2019-05-11 15:56:32 -07:00
Kevin Qi
032aaa9e9a refactor tests, add expectPathPercentageToEqual test helper 2019-05-11 15:49:53 -07:00
Kevin Qi
a828c52ae4 fix bug in pathRatio calculation for negative numbers, add tests 2019-05-11 15:18:00 -07:00
Kevin Qi
af4775625e set value boundaries in CircularProgressbar, instead of in Path 2019-05-11 14:55:21 -07:00
Kevin Qi
397e623a2a fix tests by replace props.percentage with value 2019-05-11 14:49:45 -07:00
Kevin Qi
c628f1ed56 make maxValue default to 100 instead of 1 2019-05-11 14:30:41 -07:00
Kevin Qi
12428508a2 convert props.percentage to value/minValue/maxValue 2019-05-11 14:11:17 -07:00