Minor changes
- 228a9c4
Add
passwordManagerIgnoreto Input for suppressing password manager overlays on non-credential fields. - da502ce
Add scroll fade to segmented tabs. When tabs overflow, gradient masks appear on the edges based on scroll position via scroll-driven animations (Chrome 115+, degrades gracefully). Scrollbar is hidden; the fade is the scroll affordance.
- 59b6590
Add
size="sm"variant to Tabs component (h-6.5 / 26px, matching Input sm) - 798c2da
Forward
toastManagerprop on<Toasty>so code outside the React tree (timers, query-cache listeners, module-load callbacks) can dispatch toasts via a manager created bycreateKumoToastManager(). Also surfacecreateKumoToastManageron the top-level package export (previously only available via the deep@cloudflare/kumo/components/toastpath).
Patch changes
- bccc684
Add transparent background to SankeyChart component
- 974277f
Expose
optionUpdateBehaviorprop onTimeseriesChartto control how ECharts applies option updates - 8d43b8b
Add
hideLabelprop to Field so components can skip the native<label>while keeping description/error wiring. Use it in Select with Base UI'sSelect.Labelto fix hover/focus coupling between the label text and trigger. - 93d04bd
fix(input): render error and description props without requiring a label
- 862389a
fix(radio): prevent radio button distortion with long labels by adding
shrink-0to the default appearance radio indicator - 1bfbc0e
Fix overflowing segmented Tabs drag-to-scroll interactions so mouse and touch drags reliably scroll while normal tab clicks still activate tabs.