Skip to content

Latest commit

 

History

History
120 lines (60 loc) · 6.04 KB

File metadata and controls

120 lines (60 loc) · 6.04 KB

0.4.5 (2026-02-01)

Bug Fixes

  • pointer events bug in static charts (a423e7e)

0.4.4 (2025-11-28)

Bug Fixes

  • hardcoded path color from library (42bae25)

0.4.3 (2025-11-28)

Bug Fixes

  • expo-dev-menu patch for simulator detection (0212ee0)
  • unnecessary path color override (5a7c1f8)

0.4.2 (2025-03-25)

Bug Fixes

  • max min point normalization for multiline (e212605)

0.4.1 (2024-10-08)

Bug Fixes

  • add single point handling (ad33fa6)

0.4.0 (2024-10-06)

Features

  • introduce deterministic pan (2b6ab69)

0.3.0 (2024-08-08)

Features

  • introduce multiline chart (ac12f01)

0.2.0 (2024-05-12)

Features

  • introduce static line chart (40ebc4d)

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

Bug Fixes

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

Bug Fixes

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

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

Bug Fixes

  • scope.registerDeclaration type export warning (65bb48a)

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

Features

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

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

Bug Fixes

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

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)