Skip to content

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

v2.2.1

13 Apr 19:43
cb68b48

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

13 Apr 19:42
b00f479

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

03 Mar 00:16
7489b6a

Choose a tag to compare

What's Changed

  • Add dynamic fillValue support.
  • Update yarn to v4 and some other dependencies
  • Update example app to the latest RN version, 0.84.0

Full Changelog: v2.0.1...v2.1.0

v2.0.0

10 Mar 18:48
4f0b6be

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

Choose a tag to compare

What's Changed

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

v1.2.1

14 May 00:50
f14d8e6

Choose a tag to compare

What's Changed

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

v1.1.1

16 Apr 19:54
151b732

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

Choose a tag to compare

  • Minor dependency updates
  • Add example project installation instructions

v1.0.0

08 Feb 00:09
40d687a

Choose a tag to compare

The Segmented Arc for React Native is ready to use!