v3.14.0
esnext build to fail, resulting in errors for consumers of this particular bundle (fixed in 3.15.0).
New components
- Added the
Sheetcomponent (#1250)
Enhancements
- Added translations for all supported locales (#1358)
- Improved the performance of
ResourceList(#1313) - Added
withinContentContainercontext toNavigation(#1393) - Added support for
Tooltipcontent to wrap nonbreaking strings #1395
Bug fixes
- Removed
windowcall onserverexecuted code #1427 - Fixed
onClickfrom firing three times when using the enter key on aResourceListitem (#1188) - Resolved console
[Intervention]errors for touch interactions onColorPicker(#1414) - Fixed page scrolling while interacting with the color slider (#1414)
- Applied
font-familytobuttonelements which were being overridden by User Agent Stylesheet (#1397) - Fixed
Checkboxbeing toggled when disabled (#1369) - Fixed
DropZone.FileUploadfrom incorrectly displaying action hint and title when the default is used and removed (#1233) - Fixed
ResourceList.Iteminteraction states from being incorrectly applied (#1312 - Fixed selected state for date picker in Windows high contrast mode (#1342)
- Fixed accessibility of skeleton components for Windows high contrast mode (#1341)
- Fixed
Loadingvisibility in Windows high contrast mode (#1389) - Fixed the position calculation of the
PositionedOverlaycomponent after scroll (#1382) - Fixed styling issue for
Paginationwhen used withTooltip(#1277) - Fixed certain children of a
TextContainerhaving no top margin (#1357) - Added border to
Tooltipin Windows high contrast mode (#1405) - Fixed
Navigation.Sectionrollup collapsing whenNavigation.ItemsubNavigationItemsexpand (#1417)
Documentation
- Updated
Linkaccessibility documentation for theexternalprop to reflect new behavior (#1347) - Added accessibility documentation for
VisuallyHidden(#1348) - Added accessibility documentation for
TextStyle(#1350) - Added accessibility guidance for
HeadingandSubheading(#1351) - Added accessibility documentation for
ListandStack(#1353) - Added accessibility guidance for
DisplayText(#1354) - Added guidance for updating component documentation and tophatting style guide changes (#1362)
- Added accessibility documentation and guidance for
ActionListandOptionList(#1365) - Added accessibility documentation for
CardandCalloutCard(#1366) - Added accessibility documentation for
Badge(#1364) - Added accessibility documentation for
Icon(#1404) - Added accessibility documentation for
Popover(#1408) - Fixed content example for
ContextualSaveBarguidelines (#1423)
Dependency upgrades
- Updated most
devDependencies(#1327) - Bumped
@shopify/react-utilitesto remove a transitive dependency oncore-js(#1343) - Updated App Bridge to version 1.3.0 (#1349)
- Updated
typescriptto 3.2.4 (#1388) - Updated
sewing-kitto 0.83.1 and babel-preset-shopify to ^18.1.0 (#1344)