Skip to content

v6.5.0

Compare
Choose a tag to compare
@loichuder loichuder released this 02 Nov 14:59
· 709 commits to main since this release
be79ffe

Full Changelog: v6.4.1...v6.5.0

  • The "type" field was removed from the package.json of published packages, which should accommodate more setups #1219.

@h5web/app

  • < NX Spectrum, NX Image > Rename visualizations "NX Line" and "NX Heatmap" respectively to reduce NeXus jargon #1244
  • [H5GroveProvider, HsdsProvider, MockProvider] New prop getExportURL to generate client-side exports of datasets/slices, amongst other advanced use cases. See README of @h5web/app for a complete description.
  • ✨ In addition to the support of ArrowUp or ArrowDown for focused entities in the explorer, we have now support for:
    • ArrowLeft: Focus the parent group or collapse an opened group
    • ArrowRight: Focus the first child or expand a closed group (no effect for non-group entities)
    • Home: Focus the root group
    • End: Focus the last visible entity in the file tree
  • ✨ Make focused entry in toolbar more visible #1234
  • 🐛 Fix ordinate tick labels appearing underneath axis label by tweaking format, reducing font-size and adjusting axis offsets #1250 #1251
  • 🐛 < Heatmap, NX Image, NX Scatter > Fix a visual bug where the domain slider could seem to merge with the overflow menu #1235
  • Default font size for tick labels (--h5w-tickLabels--fontSize) and color bar bounds (--h5w-colorBar-bounds--fontSize) is now 0.75em #1251

@h5web/lib

  • [Selector, ColorMapSelector, ScaleSelector] Add an outline to the focused entry. The color of the outline can be set via the new CSS variable --h5w-selector-option-focus--outlineColor . #1234
  • 🐛 Fix ordinate tick labels appearing underneath axis label by tweaking format, reducing font-size and adjusting axis offsets #1250 #1251
  • 🐛 [Selector, DomainSlider] Fix stacking of opened menus (could merge with the overflow menu of the toolbar) #1235
  • [LineVis, ScatterVis] Remove outer 1rem margin #1251

@h5web/h5wasm

  • [H5WasmProvider] New prop getExportURL to generate client-side exports of datasets/slices. See README of @h5web/app for a complete description.
  • [H5WasmProvider] Display dataset compression filters in metadata viewer #1253
  • [H5WasmProvider] Show error when visualizing dataset compressed with external filters #1253
  • [H5WasmProvider] Add basic support for datatypes #1252

Screenshots

NX Line, NX Heatmap

image

Keyboard arrows navigation in explorer

Peek 2022-11-02 14-02

Dataset compressed with external filter in H5Wasm demo

image

Tick labels format/font-size

image