Markus Lindqvist
c866c018d8
Merge pull request #335 from morningdew830/master
...
Add missing tintColorSecondary prop type definition
2025-08-13 13:49:09 +03:00
morningdew
8f37892dae
Add tintColorSecondary prop to README.md
2025-02-21 02:34:18 -06:00
morningdew
42e2e5085f
Add missing tintColorSecondary prop type
2025-02-21 02:31:43 -06:00
Markus Lindqvist
ad55db3319
Merge pull request #328 from lomagno2003/patch-1
...
Add tintColorSecondary to AnimatedCircularProgress props
2025-01-30 12:04:12 +02:00
Markus Lindqvist
a23b366c2c
Release 1.4.1
2024-10-26 12:44:48 +03:00
Markus Lindqvist
c2011621bb
Merge pull request #333 from Plinthify/master
...
Invalid prop style of type array supplied to CircularProgress, expected object
2024-10-23 07:29:35 +02:00
Rob Parker
ef20401c45
component style type fix
2024-10-22 19:47:01 -04:00
lomagno2003
339a66b88f
Add tintColorSecondary to AnimatedCircularProgress props
2024-05-19 10:31:54 +02:00
Markus Lindqvist
df8d4da46f
Update version number to 1.4.0
2024-04-23 09:05:44 +03:00
Markus Lindqvist
8ec7f76dc8
Merge pull request #322 from dhruvpvx/bug/android-rounded-issue
...
fix linecap is not rounded when fill is 25 or 50
2023-12-19 13:44:41 +02:00
dhruvpvx
e160e5175b
fix linecap is not rounded when fill is 25 or 50
2023-11-06 15:39:59 +05:30
Markus Lindqvist
bf43f29766
Merge pull request #320 from balsick/master
...
fix(types): CircularProgress type
2023-06-15 14:56:28 +03:00
Enrico Balsamo
c5df8db866
fix(types): CircularProgress type
...
In this PR, it is added CircularProgress type and made
AnimatedCircularProgress type extend it.
These types reflect those found in the `src/` directory in `CircularProgress.js` and
`AnimatedCircularProgress.js` files.
2023-06-15 11:26:20 +02:00
Markus Lindqvist
a93b501aea
Update version number to 1.3.8
2023-01-19 08:08:16 +02:00
Markus Lindqvist
87859ff684
Merge pull request #302 from LovebugLLC/master
...
Use deprecated-react-native-prop-types
2022-05-20 09:34:40 +03:00
Markus Lindqvist
883802ce87
Merge pull request #292 from t1gor/patch-1
...
Fix TS
2022-05-20 09:33:35 +03:00
Markus Lindqvist
f0a87ee530
Merge pull request #295 from jkhusanov/master
...
Add delay to animated circular progress
2022-05-20 09:33:03 +03:00
AP Fritts
99c099ce4b
Add deprecated-react-native-prop-types
2022-04-08 11:04:55 -07:00
Jakhongir Khusanov
b769237bc5
Add delay to animated circle
2021-10-04 14:58:13 -07:00
Igor Timoshenkov
ad81527388
Fix TS
...
Allow normal React.ReactChild as child component
2021-09-08 17:04:25 +03:00
Markus Lindqvist
f6a56fa0d5
Merge pull request #268 from billouboq/reduce-npm-size
...
remove gif image from npm package
2021-02-28 17:14:59 +02:00
Aurélien Boquet
b5b7044d65
remove gif image from npm package
2021-02-27 22:54:58 +01:00
Markus Lindqvist
a50b30e779
Merge pull request #263 from bartgryszko/dependabot/npm_and_yarn/example-app/ini-1.3.7
...
Bump ini from 1.3.5 to 1.3.7 in /example-app
2021-02-06 14:35:04 +02:00
Markus Lindqvist
9ad1d49150
Merge pull request #267 from stephenramthun/patch-1
...
Update typings
2021-02-06 14:34:52 +02:00
Markus Lindqvist
5b4843a7d5
Merge pull request #264 from aboveyunhai/master
...
bump version 1.3.7 with removing Deprecated ViewPropTypes
2021-02-06 14:34:29 +02:00
Stephen Ramthun
0dc9b5efff
Update typings
...
The prop `fill` is marked as required in the propTypes for `CircularProgress` but is optional in the Typescript type declaration. This results in Typescript not complaining when leaving the prop empty, while propTypes generates the following warning during runtime: `Failed prop type: The prop 'fill' is marked as required in 'AnimatedCircularProgress', but its value is 'undefined'.`. The fix is to change the Typescript declaration for `fill` from optional to required.
2021-01-27 22:14:35 +01:00
aboveyunhai
a94e91aaa1
bump version 1.3.7 with removing Deprecated ViewPropTypes
2021-01-11 23:18:04 -05:00
dependabot[bot]
29b89bbaad
Bump ini from 1.3.5 to 1.3.7 in /example-app
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 16:29:53 +00:00
Markus Lindqvist
1ff5559216
Merge pull request #259 from rajpootathar/master
...
fixed crash if onFillChange is not provided
2020-11-10 14:25:48 +02:00
rajpootathar
5dc4627947
fixed crash if onFillChange is not provided
...
onFillChange is not required by default.
2020-10-05 16:32:03 +05:00
Markus Lindqvist
cef865aa16
Merge pull request #257 from yigithanyucedag/master
...
Function that returns current progress on every fill amount change
2020-08-27 13:10:19 +03:00
Markus Lindqvist
3f88f9b94e
Merge pull request #256 from aboveyunhai/master
...
Fix proptypes warning while using Animated.Value on Size prop
2020-08-27 13:10:04 +03:00
yigithanyucedag
b3141078d1
onFillChange info added
2020-08-27 10:47:25 +03:00
yigithanyucedag
77961b8880
onFillChange info added
2020-08-27 10:44:14 +03:00
yigithanyucedag
b405cc4a74
listener added for fill animation
2020-08-27 10:29:48 +03:00
aboveyunhai
7fb589d302
chain isRequired
2020-08-20 16:13:27 -04:00
aboveyunhai
8ad84bb42c
Fix the proptype warning on Animated.Value
2020-08-20 16:07:19 -04:00
Markus Lindqvist
3f625a529f
Merge pull request #249 from bartgryszko/dependabot/npm_and_yarn/example-app/lodash-4.17.19
...
Bump lodash from 4.17.14 to 4.17.19 in /example-app
2020-08-02 14:08:03 +03:00
Markus Lindqvist
fb04a17820
Merge pull request #250 from Johan-dutoit/master
...
feat(linecap): add control fill line cap separately from arc line cap
2020-07-21 16:17:41 +03:00
Johan-dutoit
3358d3dda3
feat(linecap): add control fill line cap separately from arc line cap
2020-07-21 15:09:35 +02:00
dependabot[bot]
4fdfbd523a
Bump lodash from 4.17.14 to 4.17.19 in /example-app
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 18:45:04 +00:00
Markus Lindqvist
7c55e7ee0f
Merge pull request #248 from steelbrain/fix-ease-types
...
Fix types for ease functions
2020-07-05 11:53:41 +03:00
steelbrain
ca81a026e9
🐛 Fix types for ease functions
2020-07-05 09:25:52 +05:00
Markus Lindqvist
cca2e8652a
Merge pull request #247 from bwalsh/fix/deprecates-ViewPropTypes
...
Deprecates ViewPropTypes
2020-07-02 11:06:09 +03:00
Brian
c4df58abdc
Deprecates ViewPropTypes
...
replaces ViewPropTypes.style with PropTypes.object
addresses #244
2020-07-01 13:11:03 -07:00
Markus Lindqvist
e343ab48d3
Merge pull request #238 from aboveyunhai/master
...
fix PropTypes and update README
2020-02-21 07:38:50 +02:00
aboveyunhai
4750bb66cd
update doc for dashedtint, correct typo
2020-02-20 22:51:41 -05:00
aboveyunhai
bef6d3285e
Fix: proptypes for tinttransparency, rename dashed fill name to tint
2020-02-20 22:50:59 -05:00
Markus Lindqvist
2d0bc97901
Merge pull request #237 from aboveyunhai/master
...
Add dashed type and transparency for bar fill
2020-02-20 09:00:00 +02:00
aboveyunhai
4599fb3f9f
Add dashed type and transparency for bar fill
2020-02-19 23:27:11 -05:00