Skip to content

Releases: PDBeurope/heatmap-component

v1.0.1

04 Jul 10:34
Compare
Choose a tag to compare

[1.0.1] - 2024-07-04

  • No changes since 0.10.0

v0.10.0

30 May 09:10
Compare
Choose a tag to compare

[0.10.0] - 2024-05-29

  • Breaking change: Renamed item/items to datum/data in several places
  • Breaking change: Default coloring is "everything gray", even for numeric values
  • Breaking change: Color scales are created by ColorScale.continuous
  • Breaking change: Default axis alignment for (zoom, getZoom, events.zoom) changed from center,center to left,top (call setAlignment to change)
  • Breaking change: Changed value type for hover and select events -> { cell?: { datum?: TDatum, ... }, sourceEvent?: MouseEvent }
  • Breaking change: Dropped formatDataItem function
  • Heatmap.create callable without data parameter
  • Can manipulate markers via hm.extensions.marker?.drawMarkers({...})

v0.9.0

29 Apr 12:46
Compare
Choose a tag to compare

[0.9.0] - 2024-04-29

  • Renamed the package from hotmap to heatmap-component
  • Zooming is off by default (call hm.setZooming({ axis: 'x' }) to turn it on)