Skip to content

Releases: motinados/toy-block-charts

v0.4.0

31 Aug 06:40
Compare
Choose a tag to compare

What's Changed

  • feat: Create charts deterministically by using seeded random number (#39)
  • feat: default color is gray (#41)
  • feat: rename color property to fill in StackedBlockDatum (#42)

changes: v0.3.0...v0.4.0

V0.3.0

03 Aug 21:20
Compare
Choose a tag to compare

What's Changed

  • fix: shuffleArray returns the same array (#38)
  • feat: blocks with the same value should have the same shape (#36)

changes: v0.2.0...v0.3.0

v0.2.0

16 Apr 20:48
Compare
Choose a tag to compare

What's Changed

  • fix: blocks get cut off (#30)
  • fix: transitioning block calculation from useMemo to useEffect (#27)

changes: v0.1.0...v0.2.0