Releases: oblador/react-native-progress
Releases · oblador/react-native-progress
3.3.0
- 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
- React Native 0.43+ support for
Progress.Pie
component.
- Uses
prop-type
package instead of importing it from react
3.2.0
- 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.0.1
- Support for clockwise rotation of Circle Snail
3.0.0
- 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
- Fixes
Easing function composition
error in React Native 0.20
- Removed React Native peerDependency.
2.2.0
- 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
- Adds optional textual indication of progress for the
Progress.Circle
component via the showsText
/formatText
props.
2.1.0
- Adds circular snail / rainbow spinner
- React Native 0.15 RC support