# v0.13.x ## v0.13.11 (July 27, 2025) **Bug fixes** - Update createInteractOutside to work with other Element types ( [#612](https://github.com/kobaltedev/kobalte/pull/612)) - Meter, Progress: remove rounding from fill width ( [#602](https://github.com/kobaltedev/kobalte/pull/602)) - Image: handle crossOrigin and referrerPolicy ( [#598](https://github.com/kobaltedev/kobalte/pull/598)) - ToggleGroup: reactive disabled state ( [#595](https://github.com/kobaltedev/kobalte/pull/595)) - ColorArea: double onChange trigger ( [#593](https://github.com/kobaltedev/kobalte/pull/593)) - ColorChannelField: fix handling of alpha values ( [#590](https://github.com/kobaltedev/kobalte/pull/590)) - Colors: color parsing and rgb(a)/hsl(a) format ( [#587](https://github.com/kobaltedev/kobalte/pull/587)) ## v0.13.10 (May 30, 2025) **New features** - [New `SegmentedControl` component](https://kobalte.dev/docs/core/components/segmented-control) ( [#531](https://github.com/kobaltedev/kobalte/pull/531)) ## v0.13.9 (February 21, 2025) **New features** - [New `ColorWheel` component](https://kobalte.dev/docs/core/components/color-wheel) ( [#510](https://github.com/kobaltedev/kobalte/pull/510)) - [New `ColorField` component](https://kobalte.dev/docs/core/components/color-field) ( [#510](https://github.com/kobaltedev/kobalte/pull/510)) - [New `ColorChannelField` component](https://kobalte.dev/docs/core/components/color-channel-field) ( [#508](https://github.com/kobaltedev/kobalte/pull/508)) - [New `ColorArea` component](https://kobalte.dev/docs/core/components/color-area) ( [#508](https://github.com/kobaltedev/kobalte/pull/508)) - [New `ColorSlider` component](https://kobalte.dev/docs/core/components/color-slider) ( [#508](https://github.com/kobaltedev/kobalte/pull/508)) - [New `ColorSwatch` component](https://kobalte.dev/docs/core/components/color-swatch) ( [#508](https://github.com/kobaltedev/kobalte/pull/508)) - [New `Search` component](https://kobalte.dev/docs/core/components/search) ( [#506](https://github.com/kobaltedev/kobalte/pull/506)) ## v0.13.8 (February 7, 2025) **New features** - [New `FileField` component](https://kobalte.dev/docs/core/components/file-field) ( [#512](https://github.com/kobaltedev/kobalte/pull/512)) - [New `Badge` component](https://kobalte.dev/docs/core/components/badge) ( [#503](https://github.com/kobaltedev/kobalte/pull/503)) - [New `Meter` component](https://kobalte.dev/docs/core/components/meter) ( [#500](https://github.com/kobaltedev/kobalte/pull/500)) ## v0.13.7 (October 7, 2024) **Bug fixes** - ToggleGroup: root value type definition ( [#479](https://github.com/kobaltedev/kobalte/pull/479)) - Collapsible: close animation on default open ( [#483](https://github.com/kobaltedev/kobalte/pull/483)) - Toast: filter dismissed toasts in region ( [#489](https://github.com/kobaltedev/kobalte/pull/489)) ## v0.13.6 (August 27, 2024) **Bug fixes** - Update missing export from `@kobalte/utils` ( [#477](https://github.com/kobaltedev/kobalte/pull/477)) ## v0.13.5 (August 27, 2024) **New features** - Tooltip: add skipDelayDuration prop ( [#467](https://github.com/kobaltedev/kobalte/pull/467)) **Bug fixes** - NumberField: only format when enabled ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - NumberField: don't trigger `onRawValueChange` on mount when NaN ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - Select: correct type definition & empty value for multiselect ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - TextField: clear input when controlled value set to undefined ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - Combobox: correct type definition & empty value for multiselect ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - Skeleton: correct data-animate & data-visible attribute value ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - Combobox: close list on outside click ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - NavigationMenu: incorrect animation after closed ( [#456](https://github.com/kobaltedev/kobalte/pull/456)) - Tabs: recalculate indicator styles on resize ( [#458](https://github.com/kobaltedev/kobalte/pull/458)) - Pagination: correctly render fixedItems with low page count ( [#464](https://github.com/kobaltedev/kobalte/pull/464)) - Combobox: prevent opening on input with triggerMode="manual" ( [#465](https://github.com/kobaltedev/kobalte/pull/465)) - NumberField: precision handling with floating point offsets and value snapping ( [#468](https://github.com/kobaltedev/kobalte/pull/468)) ## v0.13.4 (June 22, 2024) **New features** - Add source exports ( [#408](https://github.com/kobaltedev/kobalte/pull/408)) - Support string style prop ( [#432](https://github.com/kobaltedev/kobalte/pull/432)) **Bug fixes** - Combobox: convert textValue with optionTextValue ( [#436](https://github.com/kobaltedev/kobalte/pull/436)) - Polymorphic: override the `component` prop of `` ( [#437](https://github.com/kobaltedev/kobalte/pull/437)) - Slider: inverted slider thumb in the wrong position ( [#441](https://github.com/kobaltedev/kobalte/pull/441)) - Wait for presence to finish before enabling scroll ( [#447](https://github.com/kobaltedev/kobalte/pull/447)) ## v0.13.3 (June 3, 2024) **New features** - [New `NavigationMenu` component](https://kobalte.dev/docs/core/components/navigation-menu) ( [#409](https://github.com/kobaltedev/kobalte/pull/409)) ## v0.13.2 (May 29, 2024) **Bug fixes** - Refactored polymorphic element type in CommonProps ( [#420](https://github.com/kobaltedev/kobalte/pull/420)) ## v0.13.1 (May 3, 2024) **New features** - NumberField: improve input handling ( [#379](https://github.com/kobaltedev/kobalte/pull/379)) ( [#395](https://github.com/kobaltedev/kobalte/pull/395)) **Bug fixes** - Slider: call `onChangeEnd` on blur after changing value ( [#402](https://github.com/kobaltedev/kobalte/pull/402)) - Select: `options` non reactive inside suspense ( [#401](https://github.com/kobaltedev/kobalte/pull/401)) - Combobox: close on select with `focus` trigger mode ( [#400](https://github.com/kobaltedev/kobalte/pull/400)) - Menu: open link menu items ( [#397](https://github.com/kobaltedev/kobalte/pull/397)) ## v0.13.0 (May 1, 2024) **Breaking changes** - [#381](https://github.com/kobaltedev/kobalte/pull/381) - Removed `asChild` and ``: [Polymorphism documentation](https://kobalte.dev/docs/core/overview/polymorphism) - Refactored `as` prop: [Polymorphism documentation](https://kobalte.dev/docs/core/overview/polymorphism) - [New component types](https://kobalte.dev/docs/core/overview/polymorphism#types) **New features** - Allow importing individual components ( [#391](https://github.com/kobaltedev/kobalte/pull/391)) - [New `ToggleGroup` component](https://kobalte.dev/docs/core/components/toggle-group) ( [#378](https://github.com/kobaltedev/kobalte/pull/378)) Next[v0.12.x→](https://kobalte.dev/docs/changelog/0-12-x)