Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

05 Jul 16:54
Compare
Choose a tag to compare
Pre-release

Added

  • solid({ solid: { generate: 'ssr', hydratable: true } })

@ark-ui/[email protected]

05 Jul 16:02
Compare
Choose a tag to compare
Pre-release

Added

  • Generate ssr

@ark-ui/[email protected]

05 Jul 15:15
Compare
Choose a tag to compare
Pre-release

Added

  • Set type to module

@ark-ui/[email protected]

05 Jul 14:57
Compare
Choose a tag to compare
Pre-release

Fixed

  • Declare no external

@ark-ui/[email protected]

05 Jul 14:42
Compare
Choose a tag to compare
Pre-release
  • Updated @zag-js dependencies to their latest versions

@ark-ui/[email protected]

03 Jul 11:53
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed an issue with SSR

@ark-ui/[email protected]

30 Jun 15:23
Compare
Choose a tag to compare

Fixed

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

@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.