Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

30 Jun 14:44
Compare
Choose a tag to compare

Fixed

  • Resolved an issue that types accross various components were not being exported correctly.

@ark-ui/[email protected]

27 Jun 16:38
Compare
Choose a tag to compare

Added

  • Support for standalone component imports: Developers can now import individual components, such as @ark-ui/vue/tabs instead of the full @ark-ui/vue 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.

Fixed

  • Added missing onOpen events for Dialog

@ark-ui/[email protected]

27 Jun 15:17
Compare
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
Compare
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
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fix an erorr

@ark-ui/[email protected]

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

Fixed

  • Fix an erorr

@ark-ui/[email protected]

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

23 Jun 15:44
Compare
Choose a tag to compare

Added

  • Added SegmentGroup component

@ark-ui/[email protected]

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

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