Skip to content

Releases: coinjar/react-native-wagmi-charts

v2.0.0

23 Nov 10:57
Compare
Choose a tag to compare

Breaking changes

  • By default, the LineChart.Dot component is not pulseable by default, this is now opt in with the hasPulse prop.
    • Removed LineChart.Dot's outerPulse prop in favour of hasPulse & pulseBehaviour
    • See more in the docs

Before

<LineChart.Dot color="red" at={10} />
<LineChart.Dot color="red" at={10} pulseOuter="always" />
<LineChart.Dot color="red" at={10} pulseOuter="never" />

After

<LineChart.Dot color="red" at={10} hasPulse />
<LineChart.Dot color="red" at={10} hasPulse pulseBehaviour="always" />
<LineChart.Dot color="red" at={10} />

Features

Fixes

  • Fixed issue where LineChart.CursorCrosshair was causing Android to crash (#50)

v1.8.0

09 Nov 04:30
Compare
Choose a tag to compare

Features

  • Add xLength prop for partial trading day (#33)

Fixes

  • [Web] Fix AnimatedText style (#34)
  • [Android] Fix Android crashing on useAnimatedReaction 3a2ab05

v1.7.0

04 Nov 09:53
Compare
Choose a tag to compare

Features

  • Add support for multiple paths (#31)
  • Add onCurrentIndexChange prop to LineChart (#28)

v1.6.0

01 Nov 03:01
Compare
Choose a tag to compare

1.5.0

31 Oct 11:42
Compare
Choose a tag to compare

Features

  • Added yRange prop

v1.4.1

27 Oct 20:59
Compare
Choose a tag to compare

v1.3.0

25 Oct 09:38
Compare
Choose a tag to compare

v1.2.2

10 Oct 07:00
Compare
Choose a tag to compare

Enhancements

  • Enhance getDomain performance #13
  • Export AnimatedText component #12

v1.2.1

07 Oct 23:50
Compare
Choose a tag to compare

Enhancements

  • Support PriceText and DatetimeText components on the web #10

v1.2.0

07 Oct 22:48
Compare
Choose a tag to compare

Enhancements

  • Support Web (experimental) #9
  • Refactor TypeScript types #7

Fixes

  • Fix candle crosshair onCurrentXChange trigger state #6