Skip to content

Release 1.0.1

Compare
Choose a tag to compare
@mrousavy mrousavy released this 20 Feb 10:49
· 6 commits to main since this release

1.0.1 (2023-02-20)

This is the initial 1.0 release of react-native-graph! 🎉

We have re-written the line drawing algorithm from ground up to provide better performance and more flexibility. It ships with features such as custom paddings/insets, configurable pan timeout, and custom range!

Bug Fixes

  • adapt example range after graph data has been modified (cd16d26)
  • Add smoothing values as props & Fix inaccurate linear value points (0a546d0)
  • Enable android gesture handler and adjust hold duration for graph movements (7414a37)
  • Graph inaccuracies with range applied (#52) (e0fa6a3)
  • make smoothing mandatory in CreateGraphPath (89991f6)
  • Remove incorrect delta from pixel factor calculation (#56) (e327c9d)

Features

  • pan gesture timeout configurable by prop (#43) (278c2a8)