Releases: EvHaus/react-pdf-charts
Releases · EvHaus/react-pdf-charts
v0.2.5
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
0.2.4 (2024-02-20)
Bug Fixes
- Add prefix to all errors to help with debugging (690ded9)
v0.2.3
0.2.3 (2024-02-20)
Bug Fixes
- Fix for broken production builds (74480fe)
v0.2.2
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
0.2.1 (2023-08-16)
Bug Fixes
- 48: ensure npm bundle is built with production settings (eabc388), closes #48
v0.2.0
0.2.0 (2023-08-11)
Features
- add support for color, fill and fontSize styles on elements (3d710d5), closes #46
v0.1.0
0.1.0 (2023-08-08)
Features
- add initial basic support for Victory (e5ff5f2), closes #41
v0.0.5
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
0.0.4 (2023-06-30)
Bug Fixes
- improve error message for unsupported stroke-dasharray values (c018c02)
v0.0.3
0.0.3 (2023-06-30)
Bug Fixes
- bug with client-side rendering relating to stroke-dasharray attributes (9087ee5)