@ark-ui/solid@5.4.0
·
139 commits
to main
since this release
Added
-
Slider
- Add support for
origin: end
to align the thumb to the end of the track. - Expose
thumbSize
as CSS variables in the root element. Can be useful for styling the slider.
- Add support for
-
Menu
- Added
onSelect
event to theMenu.Item
component.
- Added
Fixed
- Ensured each component's state machine starts before processing events.
- HoverCard, ColorPicker: Added missing
tabIndex
for better dialog support. - Menu: Assigned unique IDs to menu items to improve accessibility and HTML validation.
- DatePicker: Improved reactivity of the
columns
prop inDatePicker.Table
. - Field: Improved reactivity of the
value
prop inField.Textarea
. - Toggle: Improved reactivity of the
children
andfallback
props inToggle.Indicator
.