Releases: instacart/Snacks
Releases · instacart/Snacks
Accessibility improvements for Select component
#309 Add button role to select trigger. This results in a few a11y improvements:
- Screen readers will better announce the menu button as actionable
- Screen reader focus is correctly returned back to the menu button -- Select was
already returning focus to the menu button programatically, but
because the menu button only had tabindex it wasn't seen by screen
readers as an interactive element. Screen reader focus would be stuck
on the selected menu item instead of being returned to the button.
Add typography
- Adds a Text component that implements the Snacks typography system 🎉
0.0.118
0.0.117
0.0.116
Enhancements
- Add onFocus and onBlur to Checkbox and Radio components