* Update h5web from 3.0.2 to [5.0.0](https://github.com/silx-kit/h5web/releases/tag/v5.0.0)
- :sparkles: Display chunk shape and compression info in dataset metadata
- :sparkles: Constrain panning and select-to-zoom interactions to left mouse button only
- :sparkles: Invert single-hue colormaps (dark to light instead of light to dark) for consistency with perceptually-uniform colormaps like Viridis
- :sparkles: New `< NX Scatter >` visualization for NXdata groups with 1D signal and two axis datasets
- :sparkles: Add button in top bar to tell browser to go full screen
- :sparkles: `< NX Spectrum >` Show auxiliary values with colored handles in tooltip
- :bug: `< Heatmap, NX Image, RGB >` Make sure vis ratio is respected when "keep ratio" becomes enabled and user had previously zoomed in on an axis
- :bug: `< Heatmap, Line, RGB, NX >` Fix tooltip remaining visible while dragging
- :bug: Fix zooming out requiring one extra mouse wheel turn
- `< NX Image >` Allow switching to `< NX Spectrum >` when interpretation is not known or specified
- `< Heatmap, RGB, NX Image >` When drawing a zoom selection box with a ratio constraint (with <kbd>Ctrl</kbd> + drag):
- the effective zoom box now corresponds exactly to the area that will be zoomed on
- the effective zoom box is now centred around the selection box
- Support NeXus v2 specification for [finding plottable data](https://manual.nexusformat.org/datarules.html#find-plottable-data-v2), in which the `signal` and `axes` attributes are located on the signal dataset rather than on the `NXdata` group
**Full Changelog**: https://github.com/silx-kit/jupyterlab-h5web/compare/v3.0.0...v5.0.0