Minor changes
- da41be5
Update the bundled Base UI dependency to version 1.8.0 and expose its Combobox item collection and functional Toast update APIs.
- 9ad4c57
Add
ButtonGroupcomponent for joining a small set of tightly-coupled buttons into a single control — most commonly a split button (a primary action next to a dropdown trigger). Handles layout only: children keep their own variant, size, and shape while the group flattens inner corners and overlaps borders so the buttons share one seam. Rendersrole="group". For grouping multiple independent buttons or inputs, useToolbarinstead. - d0b18d6
Add sidebar open-change completion callbacks.
- cd119ab
Add the TagInput component for creating and removing free-form values.
- 77489b5
Add an optional
yAxisMinIntervalprop toTimeseriesChartfor discrete data. - 6989681
Add support for footer text below
TimeseriesCharttooltip values. - 06321ce
Add a strict responsive LayerDialog component with automatic dismissal composition, alert-dialog semantics, mobile drawer behavior, and application-wide defaults for its built-in close and cancel copy through
KumoLocaleProvider. - d4a3e71
Add
GlobeMap, an SVG orthographic globe with boundary-free hatched land, horizon-faded geographic markers, optional geographic guides, pointer and keyboard rotation, automatic rotation, Kumo-themed tooltips, and no WebGL or ECharts requirement.