github-actions
released this
26 Jun 14:33
·
3020 commits
to main
since this 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.