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 forDialog