Releases: Malaa-tech/react-native-simple-line-chart
Releases · Malaa-tech/react-native-simple-line-chart
Release list
Release 0.40.1
0.40.1 (2026-06-04)
- New arch release
Release 0.40.1-beta.0
Release 0.40.0-beta.4.0
0.40.0-beta.4.0 (2026-02-11)
- New arch support and fixes
- Performance enhancements
- Switch to skia for rendering paths
Release 0.39.3
Release 0.39.0
0.38.0
Release 0.37.0
Features
- feat: add new prop for setting the active line.
activeLineIndex@aljadan
Release 0.36.1
Release 0.36.0
0.36.0 (2025-01-19)
Bug Fixes
- calculations of min/max values after addition of ranged chart (cce1a6a)
- chart trailing/leading opacity (256446c)
- remove the default dash (d126b82)
- zero index (e4fbd7c)
Features
- add ability to create dashed (b4ec619)
- add ability to support ranged line (b97990d)
- add fillopacity option for area charts (84bd255)
- attempt to make customizable leading/trailing opacity (68b304f)
- better endSpacing defaults + add leading/trailing opacity options (c703ec6)
- better trailing/leading opacity (c1e2a8c)
- change the way area charts are defined/colored (366c0fe)
- enable setting active index via ref (3e7c189)
0.35.1
0.35.1(2024-11-18)
Features
- fix: crash where chart has only 16 points