cschroeter
released this
11 Nov 21:03
·
14 commits
to main
since this release
Added
- Utility: Exported
createAnatomy
for defining custom component anatomy, now accessible viaimport { createAnatomy } from '@ark-ui/solid/anatomy'
.
Fixed
- ColorPicker
- Added
--color
CSS variable to swatch and swatch trigger parts. - Enabled clicking on swatch when in the open state.
- Added
- Combobox: Fixed a timing issue with the
onValueChange
callback. - Clipboard: Corrected missing
type="button"
attribute on clipboard trigger. - Field
- Fixed cleanup issue with
resizeObserver
onField.Textarea
. - Triggered resize when
rows
attribute or fonts change.
- Fixed cleanup issue with
- TagsInput: Resolved inconsistent delete behavior across states.
- TimePicker: Exported missing
timePickerAnatomy
.