Skip to content

v8.0.0

Compare
Choose a tag to compare
@loichuder loichuder released this 25 May 14:33
· 501 commits to main since this release
32d95e7

Full Changelog: v7.1.0...v8.0.0

@h5web/app

  • ⚠️ Breaking change [App] Remove prop explorerOpen, which was deprecated in favor of sidebarOpen in v7.1.0 #1438
  • < NX > Show NeXus axis labels when hovering dimension buttons D0, D1, ... #1426 #1435
  • < Heatmap > Add Cubehelix colormap #1420
  • 🐛 < NX Line > Fix wrong colors in the tooltip legend in dark mode #1432
  • 🐛 < Complex Line > Remove unsupported scale types from drop-down selector in toolbar #1431

@h5web/lib

  • ⚠️ Breaking change Props and parameters that accept scale type(s) (i.e. ScaleType or ScaleType[]) are now more strictly typed to ensure that only supported scale types are provided #1431
    • This notably affects VisCanvas, LineVis, HeatmapVis, RgbVis, ScatterVis, extendDomain, and getAxisDomain
  • ⚠️ Breaking change [ScaleSelector] Prop options is now required – i.e. you must now always provide an array of scale type options #1431
    • For convenience, the following arrays of scale types are now available: AXIS_SCALE_TYPES (linear, log, symlog), COLOR_SCALE_TYPES (linear, log, symlog, sqrt), as well as their corresponding union types: AxisScaleType, ColorScaleType
  • ✨ Add Cubehelix to the list of possible interpolators #1420
  • 🐛 [LineVis] Fix wrong colors in tooltip in dark mode when auxiliaries arrays are provided #1432
  • [ToggleGroup.Btn] Add prop hint to show tooltip on hover #1435

@h5web/h5wasm

  • ✨ Parse and display chunks information when present #1433
  • 🐛 Fix support for big-endian numbers #1421 #1424

Screenshots

Axis hints in dimension mapper

Peek 2023-05-23 14-33

Cubehelix colormap

image