7.6.0 - 2022-01-18
Enhancements
- Keyboard arrow navigation support added in
ActionList(#4505) - Menu role attribute value support added in
ActionList/Section(#4505) - Updated the styling of
DropZone.FileUpload(#4813) - Added a minimum height to
PagecomponentHeader(#4770) - Added a
verticalAlignprop toOptionList. (#4800) - Added suppport for a
urlprop in theTagcomponent (#4837) - Added support for
childrento take elements other than strings in theTagcomponent (#4837) - Bumped the
@shopify/storybook-a11y-testpackage to the latest version0.3.0(#4870) - Added a
warningvariation toTextStyle(#4880) - Added a class to hide the clear button in the
TextFieldcomponent instead of removing it from the DOM (#4897)
Bug fixes
- Fixed a bug where remove button could shrink in the
Tagcomponent (#4816) - Fixed incorrect
Popoverposition inComboboxwhen an element is conditionally rendered before theCombobox(#4825) - Reverted the deprecation of the "attention"
statusinBadge(#4840) - Fixed an issue where the
MutationObserverof thePositionedOverlaywas calling setState on an unmounted component (#4869); - Fixed a color contrast issue in
FileUpload(#4875) - Fixed a bug where a checkbox showed on an
Autocompleteaction whenallowMultipleis true (#4887) - Fixed a bug where the
Listbox.Actionwas not treated like an action when used outsideAutocomplete(#4893) - Fixed a bug where the
Checkboxin aComboboxwithallowMultiplewould steal focus and close thePopoverwhen clicked (#4895)
Documentation
- Fixed a bug in the
Iconcomponent where examples did not show (#4843) - Added arrow navigation instructions in keyboard support for
ActionList(#4505) - Updated examples to properly support JAWS screen reader for
PopoverandActionList(#4505)
Development workflow
- Removed
dev startcommand. Thank you to @aaronadamsCA for the contribution (#4876).
Dependency upgrades
- Bumped
@shopify/polaris-iconsto v4.11.0 (#4837) - Bumped
@storybook/reactto 6.4.10 (#4796) - Bumped
@shopify/storybook-a11y-testto 0.4.3 (#4796) - Removed dependency
serve. Thank you to @aaronadamsCA for the contribution (#4876).