Skip to content

Releases: chakra-ui/ark

@ark-ui/react@0.9.0-beta.0

26 Jun 14:43
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fix an erorr

@ark-ui/react@0.8.0-beta.0

26 Jun 14:33
Compare
Choose a tag to compare
Pre-release

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

23 Jun 15:44
Compare
Choose a tag to compare

Added

  • Added SegmentGroup component

@ark-ui/vue@0.5.1

20 Jun 14:47
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where TagsInput was not exported
  • Fixed an issue where CarouselNextSliderTrigger and CarouselPrevSlideTrigger weren't rendered correctly

@ark-ui/vue@0.5.0

03 Jun 22:26
Compare
Choose a tag to compare

Added

  • Introduced the onLongPress property to Pressable

Changed

  • Updated all @zag-js dependencies to their latest versions

@ark-ui/solid@0.6.0

03 Jun 22:20
Compare
Choose a tag to compare

Added

  • Added DatePicker component
  • Introduced the onLongPress property to Pressable

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

03 Jun 21:56
Compare
Choose a tag to compare

Added

  • Added Avatar component
  • Introduced an optional defaulPage property to Pagination
  • Introduced an optional defaultSize property to Splitter
  • Introduced the onLongPress property to Pressable

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

25 May 20:43
7128723
Compare
Choose a tag to compare

Minor Changes

Patch Changes

Added

  • Add Carousel
  • Add Environment
  • Add Toast
  • Add support for asChild

Changed

  • Update Checkbox. Control indeterminate state in checked prop

@ark-ui/solid@0.5.0

25 May 20:43
7128723
Compare
Choose a tag to compare

Minor Changes

Added

  • Add Switch

Changed

  • Update Checkbox. Control indeterminate state in checked prop

@ark-ui/react@0.5.0

25 May 20:43
7128723
Compare
Choose a tag to compare

Minor Changes

Added

  • Add DatePicker

Changed

  • Update Checkbox. Control indeterminate state in checked prop

Fixed

  • Fix a typo in the SwitchProps type