Skip to content

Releases: EvHaus/react-pdf-charts

v0.2.5

27 Feb 05:05
Compare
Choose a tag to compare

0.2.5 (2024-02-27)

Bug Fixes

  • #263: Fixed bug where root element's classes couldn't be changed via chartStyle prop (308f9a1)

v0.2.4

20 Feb 06:09
Compare
Choose a tag to compare

0.2.4 (2024-02-20)

Bug Fixes

  • Add prefix to all errors to help with debugging (690ded9)

v0.2.3

20 Feb 05:55
Compare
Choose a tag to compare

0.2.3 (2024-02-20)

Bug Fixes

  • Fix for broken production builds (74480fe)

v0.2.2

20 Feb 03:45
Compare
Choose a tag to compare

0.2.2 (2024-02-20)

Bug Fixes

  • deps: update dependency html-react-parser to v5 (5bbd28e)
  • Improve console.error monkeypatching code (df040e9)

v0.2.1

16 Aug 03:30
Compare
Choose a tag to compare

0.2.1 (2023-08-16)

Bug Fixes

  • 48: ensure npm bundle is built with production settings (eabc388), closes #48

v0.2.0

11 Aug 06:18
Compare
Choose a tag to compare

0.2.0 (2023-08-11)

Features

  • add support for color, fill and fontSize styles on elements (3d710d5), closes #46

v0.1.0

08 Aug 06:57
Compare
Choose a tag to compare

0.1.0 (2023-08-08)

Features

  • add initial basic support for Victory (e5ff5f2), closes #41

v0.0.5

06 Jul 05:01
Compare
Choose a tag to compare

0.0.5 (2023-07-06)

Bug Fixes

  • detect invalid/missing SVG charts due to no dimensions (0282ac5)
  • enable wrapping for legends to ensure they all fit (957d718)

v0.0.4

30 Jun 06:53
Compare
Choose a tag to compare

0.0.4 (2023-06-30)

Bug Fixes

  • improve error message for unsupported stroke-dasharray values (c018c02)

v0.0.3

30 Jun 06:29
Compare
Choose a tag to compare

0.0.3 (2023-06-30)

Bug Fixes

  • bug with client-side rendering relating to stroke-dasharray attributes (9087ee5)