Added
- Added
FileUpload
component - Added
SegmentGroup
component - Added
ToggleGroup
component - Added
ValueText
to theColorPicker
component - Added support to lazy mount the
ColorPicker
component using thePresence
component - Added entrypoint for the
ark
factory at@ark-ui/react/factory
Changed
- Revised
Accordion
component - Revised
Avatar
component - Revised
Carousel
component - Revised
Checkbox
component - Revised
ColorPicker
component - Revised
Combobox
component - Revised
Editable
component - Revised
NumberInput
component - Revised
Pagination
component - Revised
PinInput
component - Revised
RadioGroup
component - Revised
RatingGroup
component - Revised
Select
component - Revised
Switch
component
Fixed
- Resolved an issue where the
Accordion
component would not render its content. - Resolved an accessibility issue with
Select
Removed
- Removed anatomy exports. These exports are now available in
@ark-ui/anatomy
.
// before
import { accordionAnatomy } from '@ark-ui/vue'
// after
import { accordionAnatomy } from '@ark-ui/anatomy' // or
import { anatomy } from '@ark-ui/anatomy/accordion'
- Removed
Pressable
component