Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

06 Jul 13:40

Choose a tag to compare

  • Add support for SSR

@ark-ui/[email protected]

05 Jul 16:54

Choose a tag to compare

Pre-release

Added

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

@ark-ui/[email protected]

05 Jul 16:02

Choose a tag to compare

Pre-release

Added

  • Generate ssr

@ark-ui/[email protected]

05 Jul 15:15

Choose a tag to compare

Pre-release

Added

  • Set type to module

@ark-ui/[email protected]

05 Jul 14:57

Choose a tag to compare

Pre-release

Fixed

  • Declare no external

@ark-ui/[email protected]

05 Jul 14:42

Choose a tag to compare

Pre-release
  • Updated @zag-js dependencies to their latest versions

@ark-ui/[email protected]

03 Jul 11:53

Choose a tag to compare

Pre-release

Fixed

  • Fixed an issue with SSR

@ark-ui/[email protected]

30 Jun 15:23

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

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

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