Releases: EvHaus/react-pdf-charts
Releases · EvHaus/react-pdf-charts
v0.2.6
0.2.6 (2024-11-25)
Breaking Changes
- Drop support for @react-pdf/renderer lower than 4.1.x (30e560fa)
Bug Fixes
- #469: Update Known Issues to mention nested elements (476b702)
- Biome 1.6.0 update (bfe8309)
- deps: update dependency @react-pdf/types to v2.6.0 (d79787b)
- deps: update dependency @react-pdf/types to v2.7.0 (47a361b)
- TypeScript error with casing on
strokeLineCap
being wrong (0a2b09f)
Performance Improvements
- Remove custom handling for Tspan elements as react-pdf supports those natively now (reduces bundle size) (4574976)
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)