v0.13.x
v0.13.4 (June 22, 2024)
New features
Bug fixes
- Combobox: convert textValue with optionTextValue (#436)
- Polymorphic: override the
component
prop of<Dynamic />
(#437) - Slider: inverted slider thumb in the wrong position (#441)
- Wait for presence to finish before enabling scroll (#447)
v0.13.3 (June 3, 2024)
New features
v0.13.2 (May 29, 2024)
Bug fixes
- Refactored polymorphic element type in CommonProps (#420)
v0.13.1 (May 3, 2024)
New features
Bug fixes
- Slider: call
onChangeEnd
on blur after changing value (#402) - Select:
options
non reactive inside suspense (#401) - Combobox: close on select with
focus
trigger mode (#400) - Menu: open link menu items (#397)
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)