Skip to content

v0.0.11

Compare
Choose a tag to compare
@loichuder loichuder released this 22 Feb 11:15
· 2362 commits to main since this release

@h5web/app

  • [Heatmap] Speed up rendering with shaders and remove web worker implementation #478
  • [Heatmap] Show two colors in color bar for single-value domain #489
  • [Heatmap] Show min/max bounds above/below color bar (or +/- inf for single-value domain) #492
  • [Heatmap] Add toggle to invert color map in toolbar #500
  • [Heatmap] Add HSL color map #501
  • [Matrix, Scalar] Support boolean and Complex values.

@h5web/lib

  • [HeatmapVis, ColorBar, Mesh] Add prop invertColorMap to invert color map #500
  • [Mesh] Speed up rendering of heatmap mesh with shaders #478
  • [HeatmapVis, Mesh] Remove showLoader prop #478
  • [ColorBar] Add prop withBounds to show min/max bounds (compatible with horizontal) #492
  • [ColorBar] Show two colors for single-value domain #489
  • [MatrixVis] Let dataArray prop accept boolean and Complex ndarray.
  • [ScalarVis] Let value prop accept boolean and Complex value.