Skip to content

Releases: Lueton/react-sparklines

v2.0.0

09 Jun 12:52
Compare
Choose a tag to compare

2.0.0 (2024-06-09)

Features

  • changed calculation to d3
  • added connectNulls feature
  • added zeroBaseline feature
  • added barGap feature

BREAKING CHANGES

  • renamed disableBarAdjustment to withBarAdjustment

v1.8.0

21 May 11:36
Compare
Choose a tag to compare

1.8.0 (2024-05-21)

Features

  • improved typings and export useful typings (1a62fdb)

v1.7.1

21 May 08:57
Compare
Choose a tag to compare

1.7.1 (2024-05-21)

Bug Fixes

  • changed method of creating a safe ref inside SparklinesComposed to fix issues ts issues (7788cd3)
  • finally found a suitable ts method for using forwarded refs with safe ref (4524f69)
  • fixed custom event listeners (c7f7726)

v1.7.0

29 Mar 13:30
Compare
Choose a tag to compare

1.7.0 (2024-03-29)

Bug Fixes

  • fixed hiding reference line in tooltip (2dad401)

Features

  • added axes system (0c44d40)
  • added option for starting at zero (6629dc4)
  • added ReferenceLine component (cd1d2da)

v1.6.0

28 Mar 09:49
Compare
Choose a tag to compare

1.6.0 (2024-03-28)

Features

  • added value formatter for tooltip (606cd07)

v1.5.1

25 Mar 22:35
Compare
Choose a tag to compare

1.5.1 (2024-03-25)

Bug Fixes

  • added correct github link (2da443f)
  • added more useful sufficient default color for active bar (8614b4c)

v1.5.0

25 Mar 16:49
Compare
Choose a tag to compare

1.5.0 (2024-03-25)

Features

  • added more distinct props for sparklines, dropped color system (78cc1d4)

v1.4.0

24 Mar 10:30
Compare
Choose a tag to compare

1.4.0 (2024-03-24)

Features

  • added consistent classnames (fc13e21)
  • added displayName for Tooltip component (7c6b5c6)

v1.3.0

23 Mar 17:47
Compare
Choose a tag to compare

1.3.0 (2024-03-23)

Features

  • added docs, minor adjustments, clean up (1749eef)

v1.2.1

23 Mar 12:13
Compare
Choose a tag to compare

1.2.1 (2024-03-23)

Bug Fixes