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
Sheet
component (#1250)
Enhancements
- Added translations for all supported locales (#1358)
- Improved the performance of
ResourceList
(#1313) - Added
withinContentContainer
context toNavigation
(#1393) - Added support for
Tooltip
content to wrap nonbreaking strings #1395
Bug fixes
- Removed
window
call onserver
executed code #1427 - Fixed
onClick
from firing three times when using the enter key on aResourceList
item (#1188) - Resolved console
[Intervention]
errors for touch interactions onColorPicker
(#1414) - Fixed page scrolling while interacting with the color slider (#1414)
- Applied
font-family
tobutton
elements which were being overridden by User Agent Stylesheet (#1397) - Fixed
Checkbox
being toggled when disabled (#1369) - Fixed
DropZone.FileUpload
from incorrectly displaying action hint and title when the default is used and removed (#1233) - Fixed
ResourceList.Item
interaction 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
Loading
visibility in Windows high contrast mode (#1389) - Fixed the position calculation of the
PositionedOverlay
component after scroll (#1382) - Fixed styling issue for
Pagination
when used withTooltip
(#1277) - Fixed certain children of a
TextContainer
having no top margin (#1357) - Added border to
Tooltip
in Windows high contrast mode (#1405) - Fixed
Navigation.Section
rollup collapsing whenNavigation.Item
subNavigationItems
expand (#1417)
Documentation
- Updated
Link
accessibility documentation for theexternal
prop to reflect new behavior (#1347) - Added accessibility documentation for
VisuallyHidden
(#1348) - Added accessibility documentation for
TextStyle
(#1350) - Added accessibility guidance for
Heading
andSubheading
(#1351) - Added accessibility documentation for
List
andStack
(#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
ActionList
andOptionList
(#1365) - Added accessibility documentation for
Card
andCalloutCard
(#1366) - Added accessibility documentation for
Badge
(#1364) - Added accessibility documentation for
Icon
(#1404) - Added accessibility documentation for
Popover
(#1408) - Fixed content example for
ContextualSaveBar
guidelines (#1423)
Dependency upgrades
- Updated most
devDependencies
(#1327) - Bumped
@shopify/react-utilites
to remove a transitive dependency oncore-js
(#1343) - Updated App Bridge to version 1.3.0 (#1349)
- Updated
typescript
to 3.2.4 (#1388) - Updated
sewing-kit
to 0.83.1 and babel-preset-shopify to ^18.1.0 (#1344)