Skip to content

Releases: oblador/react-native-progress

5.0.1

26 Oct 14:06
81b94c7
Compare
Choose a tag to compare
  • Fix issues with black fills on newer versions of react-native-svg

5.0.0

10 Jul 10:39
62a6a04
Compare
Choose a tag to compare
  • BREAKING CHANGE: Migrate to react-native-svg.
  • Fix docs and typings of CircleSnail component.

4.1.2

08 Apr 07:46
835a487
Compare
Choose a tag to compare
  • Another fix to the useNativeDriver warning

4.1.1

06 Apr 21:00
Compare
Choose a tag to compare
  • Fix requires useNativeDriver to be explicitly declared warning.

4.1.0

30 Mar 22:59
Compare
Choose a tag to compare
  • Bump ART dependency to fix compatibility with RN 0.62
  • Support RTL for Progress.Bar

4.0.2

15 Nov 10:42
Compare
Choose a tag to compare
  • Upgrades RNC ART library to fix rendering issues on iOS.

4.0.0

17 Oct 20:49
Compare
Choose a tag to compare
  • BREAKING: Migrated to RNC ART library to support RN 0.60+
  • Migrated from deprecated lifecycle methods
  • Improved TS types

3.6.0

21 Mar 17:39
Compare
Choose a tag to compare
  • Added indeterminateAnimationDuration prop to Progress.Bar
  • Added allowFontScaling prop to Progress.Circle

3.5.0

31 May 18:38
4462b7d
Compare
Choose a tag to compare
  • Added endAngle prop for Progress.Circle. (#90)
  • Fixed TypeScript typings. (#109, #107)

3.4.0

22 Aug 21:26
Compare
Choose a tag to compare
  • useNativeDriver and custom animation options support for Progress.Bar
  • Fix View.propTypes deprecation and lingering React.PropTypes usage
  • Add strokeCap prop to CircleSnail
  • Fix strokeCap prop not being passed to foreground arc from Circle.js