v0.34.1
github-actions
released this
12 Apr 09:46
·
505 commits
to refs/heads/main
since this release
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 not allowing to click links within
After
Improved focus management and hover allowing clicking links inside of the tooltip