Skip to content

Releases: codeherence/react-native-graph

Release 0.4.1

08 Oct 05:06
Compare
Choose a tag to compare
Release 0.4.1 Pre-release
Pre-release

0.4.1 (2024-10-08)

Bug Fixes

  • add single point handling (ad33fa6)

Release 0.4.0

06 Oct 09:43
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

0.4.0 (2024-10-06)

Features

  • introduce deterministic pan (2b6ab69)

Release 0.3.0

08 Aug 21:33
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

0.3.0 (2024-08-08)

Features

  • introduce multiline chart (ac12f01)

Release 0.2.0

12 May 11:29
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

0.2.0 (2024-05-12)

Features

  • introduce static line chart (40ebc4d)

Release 0.1.1-rc.2

03 May 01:42
Compare
Choose a tag to compare
Release 0.1.1-rc.2 Pre-release
Pre-release

0.1.1-rc.2 (2024-05-03)

Bug Fixes

Release 0.1.1-rc.1

03 May 01:18
Compare
Choose a tag to compare
Release 0.1.1-rc.1 Pre-release
Pre-release

0.1.1-rc.1 (2024-05-03)

Bug Fixes

  • ignored lib folder in subdirectory (44b4164)
  • react missing from context bug and config (85606e7)

Release 0.1.1-rc.0

02 May 08:14
Compare
Choose a tag to compare
Release 0.1.1-rc.0 Pre-release
Pre-release

0.1.1-rc.0 (2024-05-02)

Bug Fixes

  • scope.registerDeclaration type export warning (65bb48a)

Release 0.1.1-beta.1

02 May 07:49
Compare
Choose a tag to compare
Release 0.1.1-beta.1 Pre-release
Pre-release

0.1.1-beta.1 (2024-05-02)

Features

  • add cursor customizations, more documentation, and batched updates (5475301)

Release 0.1.1-beta.0

01 May 22:58
Compare
Choose a tag to compare
Release 0.1.1-beta.0 Pre-release
Pre-release

0.1.1-beta.0 (2024-05-01)

Bug Fixes

  • gesture firing on tap & example (efee5a4)
  • y for x computation (875d808)

Release 0.1.0

12 Mar 21:57
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

0.1.0 (2024-03-12)

Features

  • add animated text example, fix computation (f677a3e)
  • add pan and hover gesture handlers, with point resolution (cdf73d7)
  • add pathfill prop and clean up api (8b3442f)
  • export line chart props type (761cb73)
  • implement linear interpolation for graph (9054ce2)
  • improve api (468297f)
  • improve api, add axis, etc (a8fd0a9)
  • init commit (3f7465d)
  • integrate axis labels (3ac649a)
  • introduce latest skia version (d8740f5)

Bug Fixes

  • dependency array for path computation (be93f88)
  • imports, metro dev issues, and more (544f9d4)
  • linting and d3 additions (43743a9)
  • remove unused banner prop (e531ab1)
  • update readme references to header library (76a230a)