Skip to content

Releases: shipt/segmented-arc-for-react-native

v2.0.0

10 Mar 18:48
4f0b6be
Compare
Choose a tag to compare
  • BREAKING CHANGES

    • Handle crashes when not a finite number (i.e., NaN, Infinity, or -Infinity) numeric props were passed to the component by overriding them with default values
      • Display new warning component in production, it can be overridden with new dataErrorComponent prop
      • Display warnings in dev mode
      • Return errors with new onDataError prop that accepts a callback function
  • Fixes component height when arcDegree prop is higher than 180 degrees

  • Update example project to latest React Native version 0.78

What's Changed

New Contributors

Full Changelog: v1.2.2...v2.0.0

v1.2.2

19 Jul 23:56
c7b2b4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 May 00:50
f14d8e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.1

v1.1.1

16 Apr 19:54
151b732
Compare
Choose a tag to compare

What's Changed

  • Add support for scaling the display scale of arc segments #70
  • Dependency updates

Full Changelog: v1.0.1...v1.1.1

v1.0.1

11 May 00:21
82132f1
Compare
Choose a tag to compare
  • Minor dependency updates
  • Add example project installation instructions

v1.0.0

08 Feb 00:09
40d687a
Compare
Choose a tag to compare

The Segmented Arc for React Native is ready to use!