Skip to content

v5.1.0

Compare
Choose a tag to compare
@JesperLekland JesperLekland released this 03 Jun 12:15
· 112 commits to master since this release
34ba552
  • Added cornerRadius to progressCircle
  • Adhere to Svg api with height and width instead of flex: 1 - Thanks to @DaKaZ
  • StackedBarChart now supports svg prop for each data entry! Allowing onPress among other things. -Thanks to @LRNZ09
  • Only clone child if not null (fixes crash in some cases) - Thanks to @attitude
  • StackedAreaChart now supports svg prop for each area! Allowing onPress among other things
    • The two above changes does remove the other "svg" props from the charts, for example renderGradient
      that is now replaces with the same gradient API as the other charts (i.e children). Not big enough to be considered a "breaking" change but it will need to be updated in order to keep displaying a gradient on the two above components
  • PieChart supports (start|end)Angle