Skip to content

Releases: instacart/Snacks

Accessibility improvements for Select component

05 Feb 23:46
ae9a3b3
Compare
Choose a tag to compare

#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

04 Jan 01:09
f4c0472
Compare
Choose a tag to compare
Add typography Pre-release
Pre-release
  • Adds a Text component that implements the Snacks typography system 🎉

0.0.118

20 Dec 21:41
Compare
Choose a tag to compare
0.0.118 Pre-release
Pre-release

Fixes

  • Add Switch component to exports #301
  • Add focus styles to new Switch component #300

0.0.117

20 Dec 18:51
Compare
Choose a tag to compare
0.0.117 Pre-release
Pre-release

New Components

  • Add Switch component #280

0.0.116

20 Dec 21:41
c13446d
Compare
Choose a tag to compare
0.0.116 Pre-release
Pre-release

Enhancements

  • Add onFocus and onBlur to Checkbox and Radio components

0.0.115

08 Dec 02:06
Compare
Choose a tag to compare
0.0.115 Pre-release
Pre-release

Fixes

  • Replace isEqual with lodash.isequal #293

0.0.114

07 Dec 22:13
Compare
Choose a tag to compare
0.0.114 Pre-release
Pre-release

Enhancements

  • New Parking and Walking icons #291

0.0.113

07 Dec 18:47
Compare
Choose a tag to compare
0.0.113 Pre-release
Pre-release

Enhancements

  • Allow element attributes to be passed to NavigationPill's anchor child element #289

0.0.112

06 Dec 20:05
Compare
Choose a tag to compare
0.0.112 Pre-release
Pre-release

Enhancement

  • Add refs to ScrollTrack's forward and back buttons #287 and #286

0.0.111

06 Dec 20:05
b4424f1
Compare
Choose a tag to compare
0.0.111 Pre-release
Pre-release

Improvements

Add the ability to add attributes to inner elements for NavigationPill and NavigationPills: #284