Skip to content

v0.34.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 09:46
· 505 commits to refs/heads/main since this release
357fc23

v0.34.1

🐛 Bug Fixes

  • align input help text for checkbox & radio (#751)

🔨 Maintenance

  • update actions/checkout action to v3 (#747)
  • update all non-major dependencies (#746)
  • Bump minimist from 1.2.5 to 1.2.6 (#745)

Improved tooltip accessibility (#755)

  • child elements now have a correct description attached via aria-describedby
  • better focus handling (allowing to click elements within the tooltip and shifting focus via tab key appropriately)

Before

Tooltip with broken focus management
Tooltip not allowing to click links within

After

Tooltip with working focus management and hover allowing clicking links inside of the tooltip
Improved focus management and hover allowing clicking links inside of the tooltip