v6.6.0
Full Changelog: v6.5.0...v6.6.0
@h5web/app
- ✨
< RGB, NX RGB >
Support stacks of RGB images #1259 - ✨
< RGB, NX RGB >
Allow transposing RGB images #1259 - ✨
< NX RGB >
Support custom axes #1262 - 🐛
< NX RGB >
Fix detection of RGB datasets insideNXdata
groups #1259 ⚠️ CSS variable--h5w-domainSlider-histogram-indicator--color
was renamed--h5w-domainSlider-histogram-marker--color
< Heatmap, NX Heatmap >
In the slider to select the colormap range, selecting a range smaller than the data domain no longer reduces the slider extent
@h5web/lib
- ✨ Expose the
Histogram
component used inDomainSlider
to display a histogram with markers selecting a range of bins. The markers can be made interactive through theonChange
prop. #1261 - ✨
[DomainSlider]
The domain can now be changed by clicking on the histogram markers (note that thehistogram
prop must be provided for the histogram to appear). #1267⚠️ CSS variable--h5w-domainSlider-histogram-indicator--color
was renamed--h5w-domainSlider-histogram-marker--color
- ✨
[VisCanvas]
New propshowAxes
to toggle the display of axes (default:true
). #1265 useCombinedDomain
Improve typings #1269
Experimental
⚠️ TiledHeatmapMesh
no longer renders a tooltip. Please use the newTiledTooltipMesh
component. #1258- ✨ New component
TiledTooltipMesh
with proprenderTooltip
to customise the content of the tooltip #1258 - 🐛
[TiledHeatmapMesh]
Fix regression where tiled heatmap was being flipped horizontally and vertically #1270