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