Releases: motinados/toy-block-charts
Releases · motinados/toy-block-charts
v0.4.0
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
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
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