Releases: scottbedard/svelte-heatmap
Releases · scottbedard/svelte-heatmap
1.0.2
1.0.1
1.0.1
1.0.0
Improvements
- Finally migrated to Svelte 3 🎉
- Heatmap is now rendered using SVG elements
- Better responsivity, the chart now resizes and scales like an image
New features
- Added monthly views
- Now accepts
Date
objects, and anything compatible with theDate
constructor - Cell spacing can be customized using
cellGap
andmonthGap
props - Labels are now included, with several props available to customize their appearance
Breaking changes
- Colors are no longer calculated on the fly, they must be defined up front
history
has been renamed todata
, and object shape has changed- Built in tooltips have been removed, styling them was just too site specific. To add tooltips or click handlers, bind your own
mouseenter
/mouseleave
/click
listeners after the component mounts.
1.0.0-beta.3
Merge branch 'next' of github.com:scottbedard/svelte-heatmap into next
1.0.0-beta.2
1.0.0-beta.2
1.0.0-beta.1
Update README.md
1.0.0-beta.0
try publishing without the node script
0.4.0
New
- Added legend options, see documentation here.
0.3.1
Fixed
- Babel compilation
0.3.0
New
- Added support for custom colors, see documentation here