Releases: kobaltedev/kobalte
Releases · kobaltedev/kobalte
@kobalte/[email protected]
@kobalte/[email protected]
@kobalte/[email protected]
Patch Changes
-
512b844: ## v0.13.6 (August 27, 2024)
Bug fixes
- Update missing export from
@kobalte/utils
(#477)
- Update missing export from
-
Updated dependencies [512b844]
- @kobalte/[email protected]
@kobalte/[email protected]
Patch Changes
-
aa6f894: ## v0.13.5 (August 27, 2024)
New features
- Tooltip: add skipDelayDuration prop (#467)
Bug fixes
- NumberField: only format when enabled (#456)
- NumberField: don't trigger
onRawValueChange
on mount when NaN (#456) - Select: correct type definition & empty value for multiselect (#456)
- TextField: clear input when controlled value set to undefined (#456)
- Combobox: correct type definition & empty value for multiselect (#456)
- Skeleton: correct data-animate & data-visible attribute value (#456)
- Combobox: close list on outside click (#456)
- NavigationMenu: incorrect animation after closed (#456)
- Tabs: recalculate indicator styles on resize (#458)
- Pagination: correctly render fixedItems with low page count (#464)
- Combobox: prevent opening on input with triggerMode="manual" (#465)
- NumberField: precision handling with floating point offsets and value snapping (#468)
@kobalte/[email protected]
Patch Changes
-
1b888fa: ## v0.13.4 (June 22, 2024)
New features
Bug fixes
@kobalte/[email protected]
Patch Changes
-
bd6999e: ## v0.13.3 (June 3, 2024)
New features
@kobalte/[email protected]
@kobalte/[email protected]
Patch Changes
-
16789fb: ## v0.13.1 (May 3, 2024)
New features
Bug fixes
@kobalte/[email protected]
Minor Changes
-
dbf06fa: ## v0.13.0 (May 1, 2024)
Breaking changes
- #381
- Removed
asChild
and<As/>
: Polymorphism documentation - Refactored
as
prop: Polymorphism documentation - New component types
New features
- Allow importing individual components (#391)
- New
ToggleGroup
component (#378)