Skip to content

Releases: oblador/react-native-progress

3.3.0

03 Jul 23:00
Compare
Choose a tag to compare
  • Added strokeCap prop to Progress.Circle.
  • Added automatic flexbox styling to Progress.Bar using width={null}.
  • Added workaround for android sometimes showing full progress when Progress.Bar progress is set to 0.

3.2.1

04 May 06:06
Compare
Choose a tag to compare
  • React Native 0.43+ support for Progress.Pie component.
  • Uses prop-type package instead of importing it from react

3.2.0

04 Dec 19:17
Compare
Choose a tag to compare
  • Breaking: Fixed bug where progress text wouldn't render when progress was exactly 0.
  • Added duration and spinDuration to CircleSnail.
  • Refactored Progress.Bar, Progress.Circle and Progress.Pie for better performance.

3.1.0

13 Sep 09:33
Compare
Choose a tag to compare
  • Full Android support 🎉

3.0.1

27 Jun 18:26
Compare
Choose a tag to compare
  • Support for clockwise rotation of Circle Snail

3.0.0

19 May 10:31
Compare
Choose a tag to compare
  • Breaking change: Refactors component to ES2016. Imports are now done with import * as Progress from 'react-native-progress'; or import ProgressBar from 'react-native-progress/Bar';
  • Separation of React and React Native imports to fix warning.
  • Fixes overflowing ProgressBar on android.

2.2.1

29 Feb 02:21
Compare
Choose a tag to compare
  • Fixes Easing function composition error in React Native 0.20
  • Removed React Native peerDependency.

2.2.0

08 Dec 22:08
Compare
Choose a tag to compare
  • Integration is easier than ever, no need for polyfilling or depending on art.
  • Drops support for React Native 0.14 and below.
  • Adds direction property to Progress.Circle.

2.1.1

17 Nov 13:08
Compare
Choose a tag to compare
  • Adds optional textual indication of progress for the Progress.Circle component via the showsText/formatText props.

2.1.0

16 Nov 14:22
Compare
Choose a tag to compare
  • Adds circular snail / rainbow spinner
  • React Native 0.15 RC support