@ark-ui/solid@5.3.0
·
154 commits
to main
since this release
Added
- Collapsible: Added an
Indicator
part to display whether the collapsible was open or closed. - ColorPicker: Added support for formatting the
ValueText
component.
<ColorPicker.ValueText format="hex" /> // #ff0000
Fixed
- Combobox: Fixed an issue where
onOpenChange
was called with the sameopen
value. - Splitter: Fixed an issue where
onResizeStart
andonResizeEnd
callbacks weren't triggered during keyboard
interactions.