Skip to content

Releases: scottbedard/svelte-heatmap

1.0.2

06 Jun 19:19
Compare
Choose a tag to compare

Fixed

  • Added @rollup/plugin-node-resolve plugin to fix CDN usage

1.0.1

10 Apr 05:17
Compare
Choose a tag to compare
1.0.1

1.0.0

10 Apr 05:10
Compare
Choose a tag to compare

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 the Date constructor
  • Cell spacing can be customized using cellGap and monthGap 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 to data, 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

10 Apr 04:44
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release
Merge branch 'next' of github.com:scottbedard/svelte-heatmap into next

1.0.0-beta.2

10 Apr 04:35
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release
1.0.0-beta.2

1.0.0-beta.1

10 Apr 04:33
f5a4eb0
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
Update README.md

1.0.0-beta.0

10 Apr 04:01
Compare
Choose a tag to compare
1.0.0-beta.0 Pre-release
Pre-release
try publishing without the node script

0.4.0

22 Nov 15:11
Compare
Choose a tag to compare

New

0.3.1

21 Nov 16:23
Compare
Choose a tag to compare

Fixed

  • Babel compilation

0.3.0

21 Nov 15:31
Compare
Choose a tag to compare

New