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
Page
componentHeader
(#4770) - Added a
verticalAlign
prop toOptionList
. (#4800) - Added suppport for a
url
prop in theTag
component (#4837) - Added support for
children
to take elements other than strings in theTag
component (#4837) - Bumped the
@shopify/storybook-a11y-test
package to the latest version0.3.0
(#4870) - Added a
warning
variation toTextStyle
(#4880) - Added a class to hide the clear button in the
TextField
component instead of removing it from the DOM (#4897)
Bug fixes
- Fixed a bug where remove button could shrink in the
Tag
component (#4816) - Fixed incorrect
Popover
position inCombobox
when an element is conditionally rendered before theCombobox
(#4825) - Reverted the deprecation of the "attention"
status
inBadge
(#4840) - Fixed an issue where the
MutationObserver
of thePositionedOverlay
was calling setState on an unmounted component (#4869); - Fixed a color contrast issue in
FileUpload
(#4875) - Fixed a bug where a checkbox showed on an
Autocomplete
action whenallowMultiple
is true (#4887) - Fixed a bug where the
Listbox.Action
was not treated like an action when used outsideAutocomplete
(#4893) - Fixed a bug where the
Checkbox
in aCombobox
withallowMultiple
would steal focus and close thePopover
when clicked (#4895)
Documentation
- Fixed a bug in the
Icon
component 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
Popover
andActionList
(#4505)
Development workflow
- Removed
dev start
command. Thank you to @aaronadamsCA for the contribution (#4876).
Dependency upgrades
- Bumped
@shopify/polaris-icons
to v4.11.0 (#4837) - Bumped
@storybook/react
to 6.4.10 (#4796) - Bumped
@shopify/storybook-a11y-test
to 0.4.3 (#4796) - Removed dependency
serve
. Thank you to @aaronadamsCA for the contribution (#4876).