Skip to content

Releases: indiespirit/react-native-chart-kit

v6.12.2

28 Apr 23:40
a237047

Choose a tag to compare

  • remove the direct lodash dependency
  • guard chart scaling and labels against empty or invalid data
  • avoid NaN stacked bar geometry when all stacked values are zero
  • normalize line chart dash arrays before rendering SVG strokes
  • improve LineChart dot interaction support on web
  • prevent null placeholders in one line dataset from inheriting another dataset's last point

v6.12.1

28 Apr 23:44
9a8c11e

Choose a tag to compare

  • prepare next patch release after v6.12.0
  • add GitHub Actions build verification
  • replace unstable random React keys in chart renders
  • prefix generated SVG definition IDs to avoid collisions across charts
  • replace ContributionGraph's unsafe prop lifecycle with componentDidUpdate
  • fix stale root source exports