v8.0.0
Full Changelog: v7.1.0...v8.0.0
@h5web/app
⚠️ Breaking change[App]
Remove propexplorerOpen
, which was deprecated in favor ofsidebarOpen
in v7.1.0 #1438- ✨
< NX >
Show NeXus axis labels when hovering dimension buttonsD0
,D1
, ... #1426 #1435 - ✨
< Heatmap >
AddCubehelix
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
orScaleType[]
) are now more strictly typed to ensure that only supported scale types are provided #1431- This notably affects
VisCanvas
,LineVis
,HeatmapVis
,RgbVis
,ScatterVis
,extendDomain
, andgetAxisDomain
- This notably affects
⚠️ Breaking change[ScaleSelector]
Propoptions
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
- For convenience, the following arrays of scale types are now available:
- ✨ Add
Cubehelix
to the list of possible interpolators #1420 - 🐛
[LineVis]
Fix wrong colors in tooltip in dark mode whenauxiliaries
arrays are provided #1432 [ToggleGroup.Btn]
Add prophint
to show tooltip on hover #1435
@h5web/h5wasm
- ✨ Parse and display chunks information when present #1433
- 🐛 Fix support for big-endian numbers #1421 #1424