Skip to content

Releases: zakodium-oss/react-d3-utils

v3.0.0

19 Nov 14:27
d13313e
Compare
Choose a tag to compare

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

14 Oct 06:21
c463c42
Compare
Choose a tag to compare

2.0.0 (2024-10-14)

⚠ BREAKING CHANGES

  • the module is now ESM-only

Features

react-d3-utils v1.0.0

04 Dec 12:43
5381953
Compare
Choose a tag to compare

Bug Fixes

  • prevent responsive chart from affecting the size of its parents (#32) (80bcf52)

react-d3-utils v0.6.1

01 Nov 15:51
530354a
Compare
Choose a tag to compare

Bug Fixes

  • generate ticks with the correct domain (745edc1)

react-d3-utils v0.6.0

19 Oct 14:08
6bdf5d6
Compare
Choose a tag to compare

Features

  • update ResponsiveChart props types (8b10c3a)

react-d3-utils v0.5.1

16 May 06:30
6a806aa
Compare
Choose a tag to compare

Bug Fixes

react-d3-utils v0.5.0

07 Feb 19:30
23c491c
Compare
Choose a tag to compare

Features

react-d3-utils v0.4.0

24 Jan 09:11
32f8479
Compare
Choose a tag to compare

Features

react-d3-utils v0.3.0

26 Mar 08:15
2f904cf
Compare
Choose a tag to compare

Features

  • add hooks to generate linear and log ticks (#7) (35936ac)

react-d3-utils v0.2.0

08 Feb 12:30
51a420b
Compare
Choose a tag to compare

Features

Bug Fixes

  • reposition group when children change (0e2a021)