Skip to content

Releases: FormidableLabs/victory-native-xl

victory-native@41.0.0

03 Jun 20:51
bcf415b
Compare
Choose a tag to compare

Major Changes

  • Bump Expo 51, RN 74, Skia 1.0+ (#259)

Minor Changes

  • Add negative bar value support (#262)

victory-native@40.2.1

28 May 21:28
886ca1f
Compare
Choose a tag to compare

Patch Changes

  • remove defaultProps (#273)

  • Fix pie chart rendering when multiple elements have 0 values (#266)

victory-native@40.2.0

09 May 19:42
2245166
Compare
Choose a tag to compare

Minor Changes

  • add tickValues to axisOptions prop (#255)

  • Add barWidth and barCount prop for Bar and BarGroup (#238)

Patch Changes

  • export PieSliceData type (#249)

victory-native@40.1.1

25 Apr 20:50
d608c0a
Compare
Choose a tag to compare

Patch Changes

  • fix: add onEnd callback for cartesian pangesture (#230)

  • resolve single data point dupe keys warning (#237)

victory-native@40.1.0

23 Mar 12:25
4f31231
Compare
Choose a tag to compare

Minor Changes

  • Extend axisOptions lineWidth & lineColor API to allow for custom axis configuration (#209)

  • Add Pie/Donut charts (#191)

victory-native@40.0.4

08 Feb 14:54
bc87ede
Compare
Choose a tag to compare

Patch Changes

  • Fixes interaction between gestures and scrolling for charts on Android. Added prop gestureLongPressDelay to CartesianChart . (#186)

victory-native@40.0.3

21 Dec 21:42
9df9dc6
Compare
Choose a tag to compare

Patch Changes

  • Fixed grid and frame lineWidth prop. (#174)

victory-native@40.0.2

03 Oct 15:15
fe3bedd
Compare
Choose a tag to compare

Patch Changes

  • Fix asNumber per #135 so that null values don't get coerced to 0 (#138)

victory-native@40.0.1

03 Oct 13:18
067f5c9
Compare
Choose a tag to compare

Patch Changes

  • Remove pre-production disclaimer from README (#134)

victory-native@40.0.0

02 Oct 22:31
b28dc4c
Compare
Choose a tag to compare

Major Changes

  • First next release. (#82)

Patch Changes

  • Add 'roundedCorners' prop to 'BarGroup' component (#115)

  • Adds onChartBoundsChange prop to CartesianChart (#117)

  • Support "misisng data", add connectMissingData prop to line/area charts. Allows for null/undefined y-values. (#129)

  • Include src files in distribution tarball (#100)

  • Loosen peer dependency requirements (#111)

  • Add package provenance (#108)

  • Updates to signature of useChartPressState, internal changes, to support non-numerical input values. (#105)

  • Fixed initial x value for useChartStatePress() (#121)