Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 23:30

0.3.0 (2025-12-01)

⚠ BREAKING CHANGES

  • The icon API has changed from string-based SF Symbols to React components.
  • icon prop now accepts ReactNode instead of string
  • Removed image prop (use <Image /> component in icon instead)
  • SF Symbol names are no longer supported directly

Before:
{ id: 'copy', title: 'Copy', icon: 'doc.on.doc' }

After:

✨ Features

  • replace SF Symbol string icons with React component icons (be504f6), closes #333

This release is also available on: