github-actions
released this
27 Jun 15:17
·
2880 commits
to main
since this release
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.