Releases: margelo/react-native-graph
Releases · margelo/react-native-graph
Release 1.1.0
Release 1.0.1
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
Release 1.0.0
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)