Skip to content

v11.1.0

Compare
Choose a tag to compare
@axelboc axelboc released this 25 Mar 08:26
· 200 commits to main since this release
116dcd7

Full Changelog: v11.0.0...v11.1.0

@h5web/app

  • < Heatmap > Add toolbar control to flip X axis #1573 #1574
  • < NX Heatmap > Support auxiliary signals #1500 #1577
  • < Raw > Display JPEG/PNG images stored as opaque datasets (requires h5grove>=2.1.0) #1554 #1587 #1590

@h5web/lib

  • [HeatmapVis] New prop flipXAxis to flip heatmap horizontally
  • ✨ Add props className and style to all visualization components (HeatmapVis, LineVis, RgbVis, etc.)
  • ⚠️ Deprecate components FlipYAxis and GridToggler (to be removed in H5Web 12) — use ToggleBtn 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.

Screenshots

Flip X axis

flip-x

Auxiliary signal selection

nx-image-aux