- Added spacing to
EmptyState
when within content to account for new illustration styles (#3047) - Changed Resource List to a generic functional component (#2843)
- Made the
renderItem
function infer the type of the items prop (#2843) - Added a
fullWidth
prop toEmptyState
to support full width layout within a content context (#2992) - Added an
emptyState
prop toResourceList
to support in context empty states in list views (#2569) - Set
active
prop ofPopover
to true on keyDown inComboBox
to fixAutocomplete
suggestions not showing when searching and selecting via keyboard (#3028) Setactive
prop ofPopover
to true on keyDown inComboBox
to fixAutocomplete
suggestions not showing when searching and selecting via keyboard (#3028) - Increased the max-width of the
EmptyState
content to 400px (Shopify#3040)
- Updated how global animations are referenced, in order to publish a single entrypoint for the public Sass API (
styles/_public-api.scss
), instead of two (styles/_public-api.scss
for “vanilla” SCSS andstyles/esnext/_public-api.scss
for CSS Modules) (#3032)
- Deleted an unused prop and its types in
Navigation
(#3043)