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/switch
instead of the full@ark-ui/react
package. 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
SegmentGroup
component
@ark-ui/vue@0.5.1
Fixed
- Fixed an issue where
TagsInput
was not exported - Fixed an issue where
CarouselNextSliderTrigger
andCarouselPrevSlideTrigger
weren't rendered correctly
@ark-ui/vue@0.5.0
Added
- Introduced the
onLongPress
property toPressable
Changed
- Updated all
@zag-js
dependencies to their latest versions
@ark-ui/solid@0.6.0
Added
- Added
DatePicker
component - Introduced the
onLongPress
property toPressable
Changed
- Exposed direct access to the
Splitter
component's internal API, enabling more control over the component's state. - Updated all
@zag-js
dependencies to their latest versions
@ark-ui/react@0.6.0
Added
- Added
Avatar
component - Introduced an optional
defaulPage
property toPagination
- Introduced an optional
defaultSize
property toSplitter
- Introduced the
onLongPress
property toPressable
Changed
- Exposed direct access to the
Splitter
component's internal API, enabling more control over the component's state. - Updated all
@zag-js
dependencies to their latest versions
@ark-ui/vue@0.4.0
Minor Changes
786b4862
Thanks @cschroeter! - Remove AccordionIcon
Patch Changes
c48bd7e6
Thanks @cschroeter! - Fixed a bug whereToast
andEnvironment
weren't exported
Added
- Add
Carousel
- Add
Environment
- Add
Toast
- Add support for
asChild
Changed
- Update
Checkbox
. Controlindeterminate
state inchecked
prop
@ark-ui/solid@0.5.0
Minor Changes
786b4862
Thanks @cschroeter! - Remove AccordionIcon
Added
- Add
Switch
Changed
- Update
Checkbox
. Controlindeterminate
state inchecked
prop
@ark-ui/react@0.5.0
Minor Changes
786b4862
Thanks @cschroeter! - Remove AccordionIcon
Added
- Add
DatePicker
Changed
- Update
Checkbox
. Controlindeterminate
state inchecked
prop
Fixed
- Fix a typo in the
SwitchProps
type