v0.3.0
0.3.0 (2025-12-01)
⚠ BREAKING CHANGES
- The icon API has changed from string-based SF Symbols to React components.
iconprop now acceptsReactNodeinstead ofstring- Removed
imageprop (use<Image />component iniconinstead) - SF Symbol names are no longer supported directly
Before:
{ id: 'copy', title: 'Copy', icon: 'doc.on.doc' }
After:
✨ Features
This release is also available on: