Skip to content

Releases: margelo/react-native-graph

Release 1.1.0

12 Mar 12:21
ac4c291
Compare
Choose a tag to compare

1.1.0 (2024-03-12)

Features

Release 1.0.1

20 Feb 10:49
Compare
Choose a tag to compare

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)

Release 1.0.0

20 Feb 10:45
Compare
Choose a tag to compare

1.0.0 (2023-02-20)

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)

Release 0.3.0

08 Sep 12:11
Compare
Choose a tag to compare

0.3.0 (2022-09-08)

Features

Release 0.2.0

08 Sep 12:11
Compare
Choose a tag to compare

0.2.0 (2022-09-08)

Bug Fixes

  • fingerX using last value instead of current (#32) (ecc93b5)
  • pathEnd should be equal to 1 initially (#16) (df0b8b2)
  • remove duplicate babel.config.js (#33) (51e41a6)
  • static line if values are the same (#29) (d71ca3a)

Features

Release 0.1.1

29 Apr 16:41
Compare
Choose a tag to compare

0.1.1 (2022-04-29)

Bug Fixes