Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

27 Jun 15:17

Choose a tag to compare

Added

  • Added Avatar
  • Added SegmentGroup
  • Support for standalone component imports: Developers can now import individual components, such as @ark-ui/solid/tabs instead of the full @ark-ui/solid 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/[email protected]

27 Jun 12:55

Choose a tag to compare

Added

  • Support for standalone component imports: Developers can now import individual components, such as @ark-ui/react/tabs 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/[email protected]

27 Jun 12:05

Choose a tag to compare

Pre-release

Fixed

  • Fix an erorr

@ark-ui/[email protected]

26 Jun 14:43

Choose a tag to compare

Pre-release

Fixed

  • Fix an erorr

@ark-ui/[email protected]

26 Jun 14:33

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/[email protected]

23 Jun 15:44

Choose a tag to compare

Added

  • Added SegmentGroup component

@ark-ui/[email protected]

20 Jun 14:47

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/[email protected]

03 Jun 22:26

Choose a tag to compare

Added

  • Introduced the onLongPress property to Pressable

Changed

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

@ark-ui/[email protected]

03 Jun 22:20

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/[email protected]

03 Jun 21:56

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