kumo-svelte@0.7.0
·
17 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor Changes
-
3e1233d: Port upstream Kumo map, vertical Flow, Dropdown, Button, and class-merging updates after June 25, 2026.
-
0fda577: feat(chart): add
BubbleMapchart componentNew
BubbleMapcomponent renders proportional bubbles over a registered
geographic map using ECharts' scatter series. Includes value-based radius
scaling, amapColorspalette addition toChartPalette, and supporting
types. Also extractsescapeHtml/defaultValueFormattooltip helpers into a
sharedtooltip-utilsmodule reused bySankeyChart.
Patch Changes
- 0fda577: Keep primary and destructive button active/focus rings matched to their variant color.
- 149ce8d: Fix toolbar input-group active highlights and align the homepage toolbar demo actions.
- d057d73: Use the Button component for Toast close controls and match the hover tint to the toast variant.
- 0fda577: Fix Dialog
sizeprop to set a fixed width instead of only a minimum width. Previously, dialog content could stretch the dialog beyond its intended size. - 7887f9d: Align Kumo 2.6 prop documentation metadata for chart, radio, and toolbar APIs.
- da2d933: Remove the duplicate InputGroup outline from toolbar input group focus states.
- 6a7e7e0: Stabilize dialog variant exports so fixed-width dialog sizing can be tested without mounting dialog overlays.