scaleway/ultraviolet @ultraviolet/ui@3.25.0
scaleway/ultraviolet
Captured source
source ↗published Sep 10, 2026seen 12hcaptured 12hhttp 200method plain
@ultraviolet/ui@3.25.0
Repository: scaleway/ultraviolet
Tag: @ultraviolet/ui@3.25.0
Published: 2026-09-10T14:49:34Z
Prerelease: no
Release notes:
Minor Changes
- #6861 `167aaa6` Thanks @jsulpis! -
Button: - new
tooltipLabelprop: renders text inside a Tooltip with alabelrelation (tooltip text becomes the accessible name viaaria-labelledby) - new
tooltipDescriptionprop: renders text inside a Tooltip with adescriptionrelation (accessible description viaaria-describedby) - new
accessibleLabelprop: renders aVisuallyHiddenelement inside the button to provide a localizable accessible name - deprecate
tooltipprop: it now falls back totooltipDescriptionto avoid a breaking change - deprecate
aria-labelprop: it now falls back toaccessibleLabelto avoid a breaking change
Patch Changes
- #6901 `7bf6d35` Thanks @lisalupi! -
OrderSummary: display categories, sub-categories and details when values are defined instead of truthy (categories/sub-categories/details with title=0 or title="" can now be displayed)
- #6903 `a10cfa7` Thanks @lisalupi! -
Filters: new prophideClearAllto hide the "Clear All" button on the main row (new property oflayoutprop)
Updated dependency prosemirror-view to 1.42.3.
- #6842 `b07a846` Thanks @philibea! - use
@scaleway/typesutility package instead of local duplicated types (XOR,TupleUnion)
- #6895 `d45a4fd` Thanks @jsulpis! -
Tooltip: remove event listeners when the tooltip is mounted but not visible, avoid re-renders of the target element