Skip to content

v0.10.0

Compare
Choose a tag to compare
@midlik midlik released this 30 May 09:10
· 14 commits to main since this release

[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({...})