v11.1.0
Full Changelog: v11.0.0...v11.1.0
@h5web/app
- ✨
< Heatmap >
Add toolbar control to flipX
axis #1573 #1574 - ✨
< NX Heatmap >
Support auxiliary signals #1500 #1577 - ✨
< Raw >
Display JPEG/PNG images stored as opaque datasets (requiresh5grove>=2.1.0
) #1554 #1587 #1590
@h5web/lib
- ✨
[HeatmapVis]
New propflipXAxis
to flip heatmap horizontally - ✨ Add props
className
andstyle
to all visualization components (HeatmapVis
,LineVis
,RgbVis
, etc.) ⚠️ Deprecate componentsFlipYAxis
andGridToggler
(to be removed in H5Web 12) — useToggleBtn
directly instead.
@h5web/h5wasm
- 🐛 Convert all bigints to number in
H5WasmProvider
without exceptions, notably in nested compound datasets, to fix error in Raw visualization #1536 #1581 - 5️⃣ Propagate HDF5 errors to viewer so they can be properly handled and displayed #1570 #1586
- H5Web no longer has to guess ahead of time whether a compression filter is supported or not; it can now request the dataset knowing that if a decompression error occurs, it will be able to detect the error and inform the user. This means that some compressed datasets may now be displayed when they didn't use to be.