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
select
emit 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.
- Field: Fixed
Textarea
to useark.textarea
, ensuring support for theasChild
prop.