Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/[email protected]
- Add support for
SSR
@ark-ui/[email protected]
Added
- solid({ solid: { generate: 'ssr', hydratable: true } })
@ark-ui/[email protected]
Added
- Generate
ssr
@ark-ui/[email protected]
Added
- Set
typetomodule
@ark-ui/[email protected]
Fixed
- Declare no external
@ark-ui/[email protected]
- Updated @zag-js dependencies to their latest versions
@ark-ui/[email protected]
Fixed
- Fixed an issue with SSR
@ark-ui/[email protected]
Fixed
- Resolved an issue that types accross various components were not being exported correctly.
@ark-ui/[email protected]
Fixed
- Resolved an issue that types accross various components were not being exported correctly.
@ark-ui/[email protected]
Added
- Support for standalone component imports: Developers can now import individual components, such as
@ark-ui/vue/tabsinstead of the full@ark-ui/vuepackage. 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
onOpenevents forDialog