Skip to content

Releases: nithinpp69/react-native-circular-progress-indicator

V3.0.0

31 Mar 06:28
fa7263b
Compare
Choose a tag to compare

What's Changed

New Contributors

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 with CircularProgressBase component. CircularProgressWithChild
    component will be eventually removed from the package in favor of CircularProgressBase. Eventually, all the
    progress logic will be moved into the CircularProgressBase. 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

01 Dec 10:00
32eddae
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.0.4...V2.0.5

V2.0.4

28 Oct 15:15
18c624d
Compare
Choose a tag to compare
  • update subtitle
  • update subtitle style
  • add subtitle color
  • add subtitle fontSize

V2.0.3

22 Oct 08:15
b963460
Compare
Choose a tag to compare
  • Progress with custom child support

V2.0.2

10 Oct 05:45
5caaf23
Compare
Choose a tag to compare
  • Add new circleBackground color

V2.0.1

08 Oct 11:05
6eaf787
Compare
Choose a tag to compare
  • Added new props title
  • Added new props titleStyle
  • Added new props titleTextColor
  • Added new props titleTextFontSize

V2.0.0

07 Oct 12:46
4b52f75
Compare
Choose a tag to compare
  • Migrate to TypeScript
  • Migrate to reanimated

V1.1.2

10 Aug 06:17
ea48099
Compare
Choose a tag to compare
  • Gradient feature

V1.1.1

01 May 17:22
790e471
Compare
Choose a tag to compare
  • added initialValue prop
  • can be used as a countdown timer
  • readme update

V1.1.0

30 Apr 17:00
85ae25d
Compare
Choose a tag to compare
  • text style
  • show/hide text
  • active stroke color
  • active stroke width
  • inactive stroke color
  • inactive stroke width
  • inactive stroke opacity