Skip to content

Latest commit

 

History

History
120 lines (55 loc) · 5.12 KB

File metadata and controls

120 lines (55 loc) · 5.12 KB

Changelog

3.1.2 (2025-08-14)

Bug Fixes

3.1.1 (2025-06-12)

Bug Fixes

  • useResizeObserver: allow usage with SVG elements (#45) (bed31f9)

3.1.0 (2025-06-11)

Features

  • add custom useResizeObserver hook (aec1440)
  • add support for React 19 (6fb28a3)

3.0.0 (2024-11-19)

⚠ BREAKING CHANGES

  • the useLinearPrimaryTicks and useTimeTicks hooks now return the scale along with the ticks

Features

  • return the scale along with the ticks in hooks (#40) (ed19aa6)

2.0.0 (2024-10-14)

⚠ BREAKING CHANGES

  • the module is now ESM-only

Features

1.0.0 (2022-12-04)

Bug Fixes

  • prevent responsive chart from affecting the size of its parents (#32) (80bcf52)

0.6.1 (2022-11-01)

Bug Fixes

  • generate ticks with the correct domain (745edc1)

0.6.0 (2022-10-19)

Features

  • update ResponsiveChart props types (8b10c3a)

0.5.1 (2022-05-16)

Bug Fixes

0.5.0 (2022-01-31)

Features

0.4.0 (2022-01-24)

Features

0.3.0 (2021-03-26)

Features

  • add hooks to generate linear and log ticks (#7) (35936ac)

0.2.0 (2021-02-08)

Features

Bug Fixes

  • reposition group when children change (0e2a021)

0.1.1 (2021-02-06)

Bug Fixes

  • publish correct directories (a46b349)

0.1.0 (2021-02-05)

Features