v2.1.0
New components
Exception list
Use Exception lists to draw the merchant’s attention to important information that adds extra context to a task.
Enhancements
- Added an
ellipsis
prop to ActionList.Item allowing for an ellipsis suffix after the content - Added a
preferredAlignment
prop to Popover allowing it to be aligned to the left, center, or right of its activator - Updated styling for Banners that appear in Cards or Modals
- Added new size to DropZone component
- Exposed Group interface from the Select component
- Renamed
plain-list
mixin tounstyled-list
- Removed padding from DropZone and applied it to FileUpload instead
Bug fixes
- Fixed unexpected window scroll on rendering data table (thanks to @mfurniss for the original issue)
- Fixed focused inner interaction state on resource list item for reverse tabbing
- Fixed border radius on card to match the padding on page
- Added target to the breadcrumb prop on page (thanks to @sdn90 for the original issue)
- Fixed visual representation of disabled bulk action buttons in ResourceList
- Fixed margins of a fullWidth Popover that appears above its activator
- Fixed rendering of Popover when activator rerenders (thanks to @nerfologist for the original issue)
- Fixed z-index calculation for PositionOverlay and Dialog
- Fixed an issue where selecting a date in DatePicker would submit its enclosing form