Releases: nithinpp69/react-native-circular-progress-indicator
Releases · nithinpp69/react-native-circular-progress-indicator
V3.0.0
What's Changed
- Fix circular progress types by @c0nsoleg in #30
- chore: bump version by @nithinpp69 in #31
- Update rotation prop in the progress indicator. by @DibyajyotiMishra in #35
- version 2.0.7 by @nithinpp69 in #40
- chore: move gifs to folder by @nithinpp69 in #41
- fix: revert back to v2.0.6 by @nithinpp69 in #42
- Patch 2.0.6 by @nithinpp69 in #43
- docs: update readme by @nithinpp69 in #44
- fix: fix import by @nithinpp69 in #45
- Build: 🏠 3.0.0 - react-native-circular-progress-indicator by @nithinpp69 in #46
New Contributors
- @c0nsoleg made their first contribution in #30
- @DibyajyotiMishra made their first contribution in #35
Full Changelog: V2.0.5...V3.0.0
Build: 🏠 3.0.0
- react-native-circular-progress-indicator
- add types to styles
- refactor styles and colors
- add linear easing to the animation. This will look better when used as a countdown timer.
- add new progress formatter function. By default it will round the progress value to the nearest integer. You can also pass a function to format the progress value.
This function has to be a worklet function. - replace
CircularProgressWithChild
withCircularProgressBase
component.CircularProgressWithChild
component will be eventually removed from the package in favor ofCircularProgressBase
. Eventually, all the
progress logic will be moved into theCircularProgressBase
. The CircularProgressWithChild component is still available
in the package but will be removed in the next releases Please use the new CircularProgressBase component instead.
V2.0.5
V2.0.4
- update subtitle
- update subtitle style
- add subtitle color
- add subtitle fontSize
V2.0.3
- Progress with custom child support
V2.0.2
- Add new circleBackground color
V2.0.1
- Added new props title
- Added new props titleStyle
- Added new props titleTextColor
- Added new props titleTextFontSize
V2.0.0
- Migrate to TypeScript
- Migrate to reanimated
V1.1.2
- Gradient feature
V1.1.1
- added initialValue prop
- can be used as a countdown timer
- readme update
V1.1.0
- text style
- show/hide text
- active stroke color
- active stroke width
- inactive stroke color
- inactive stroke width
- inactive stroke opacity