Releases: zakodium-oss/react-d3-utils
Releases · zakodium-oss/react-d3-utils
v3.0.0
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)
v2.0.0
2.0.0 (2024-10-14)
⚠ BREAKING CHANGES
- the module is now ESM-only
Features
react-d3-utils v1.0.0
Bug Fixes
- prevent responsive chart from affecting the size of its parents (#32) (80bcf52)
react-d3-utils v0.6.1
Bug Fixes
- generate ticks with the correct domain (745edc1)
react-d3-utils v0.6.0
Features
- update ResponsiveChart props types (8b10c3a)
react-d3-utils v0.3.0
Features
- add hooks to generate linear and log ticks (#7) (35936ac)
react-d3-utils v0.2.0
Features
Bug Fixes
- reposition group when children change (0e2a021)