Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/react@0.9.0-beta.0
Fixed
- Fix an erorr
@ark-ui/react@0.8.0-beta.0
Added
- Support for standalone component imports: Developers can now import individual components, such as
@ark-ui/react/switchinstead of the full@ark-ui/reactpackage. This is a significant feature for those working with bundlers that do not support tree-shaking. By allowing imports of individual components, we ensure a reduced bundle size when the full package import is not necessary.
@ark-ui/react@0.7.0
Added
- Added
SegmentGroupcomponent
@ark-ui/vue@0.5.1
Fixed
- Fixed an issue where
TagsInputwas not exported - Fixed an issue where
CarouselNextSliderTriggerandCarouselPrevSlideTriggerweren't rendered correctly
@ark-ui/vue@0.5.0
Added
- Introduced the
onLongPressproperty toPressable
Changed
- Updated all
@zag-jsdependencies to their latest versions
@ark-ui/solid@0.6.0
Added
- Added
DatePickercomponent - Introduced the
onLongPressproperty toPressable
Changed
- Exposed direct access to the
Splittercomponent's internal API, enabling more control over the component's state. - Updated all
@zag-jsdependencies to their latest versions
@ark-ui/react@0.6.0
Added
- Added
Avatarcomponent - Introduced an optional
defaulPageproperty toPagination - Introduced an optional
defaultSizeproperty toSplitter - Introduced the
onLongPressproperty toPressable
Changed
- Exposed direct access to the
Splittercomponent's internal API, enabling more control over the component's state. - Updated all
@zag-jsdependencies to their latest versions
@ark-ui/vue@0.4.0
Minor Changes
786b4862Thanks @cschroeter! - Remove AccordionIcon
Patch Changes
c48bd7e6Thanks @cschroeter! - Fixed a bug whereToastandEnvironmentweren't exported
Added
- Add
Carousel - Add
Environment - Add
Toast - Add support for
asChild
Changed
- Update
Checkbox. Controlindeterminatestate incheckedprop
@ark-ui/solid@0.5.0
Minor Changes
786b4862Thanks @cschroeter! - Remove AccordionIcon
Added
- Add
Switch
Changed
- Update
Checkbox. Controlindeterminatestate incheckedprop
@ark-ui/react@0.5.0
Minor Changes
786b4862Thanks @cschroeter! - Remove AccordionIcon
Added
- Add
DatePicker
Changed
- Update
Checkbox. Controlindeterminatestate incheckedprop
Fixed
- Fix a typo in the
SwitchPropstype