Skip to content

v3.0.0

Choose a tag to compare

@shinokada shinokada released this 19 Oct 17:22
· 14 commits to main since this release

Full Changelog: v2.0.2...v3.0.0

  • BREAKING: Removed default aria-label from all icons. Icons are now decorative by default. Add ariaLabel prop explicitly for standalone icons that need accessible labels.
    • Added focusable prop (defaults to "false", accepts "true" | "false" | "auto")
    • Added automatic aria-labelledby support when title prop is provided
    • Fixed ariaDescribedby whitespace trimming
    • Fixed accessibility precedence: title now correctly takes precedence over ariaLabel