Releases: oblador/react-native-progress
Releases · oblador/react-native-progress
5.0.1
- Fix issues with black fills on newer versions of
react-native-svg
5.0.0
- BREAKING CHANGE: Migrate to
react-native-svg
.
- Fix docs and typings of
CircleSnail
component.
4.1.2
- Another fix to the
useNativeDriver
warning
4.1.1
- Fix
requires useNativeDriver to be explicitly declared
warning.
4.1.0
- Bump ART dependency to fix compatibility with RN 0.62
- Support RTL for
Progress.Bar
4.0.2
- Upgrades RNC ART library to fix rendering issues on iOS.
4.0.0
- BREAKING: Migrated to RNC ART library to support RN 0.60+
- Migrated from deprecated lifecycle methods
- Improved TS types
3.6.0
- Added
indeterminateAnimationDuration
prop to Progress.Bar
- Added
allowFontScaling
prop to Progress.Circle
3.5.0
- Added
endAngle
prop for Progress.Circle
. (#90)
- Fixed TypeScript typings. (#109, #107)
3.4.0
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