Use the changelog guidelines to format new entries. 💜
Use the 🤖Skip Changelog
label to ignore a failing changelog check in your pull request if you feel the code changes do not warrant a changelog entry.
Page > Header
now must passcontent
to theactions
withinsecondaryActions
andactionGroups
(#1653)
ActionMenu
: Use for display of actions and action groups within the context of a header (#1653)
ActionList
can now pass a uniqueaccessibilityLabel
to eachItem
(#1653)- Greatly reduced complexity of
Page > Header
(#1653) - Long
Page > Header
breadcrumb labels will now truncate instead of breaking layout (#1653) - Improves performance of
TabMeasure
component (#1544) - Added
secondaryFooterActions
prop toCard
which adds an action list of secondary actions to the footer #1625
- Fixes
monochrome
variant ofLink
andButton
components to support multi-line link text (#1686)
- Mentioned Polaris icons in the Icon component documentation (#1693)
- Updated Storybook to
v5.1.3
(#1666)
- Updated
PositionedOverlay
to no longer usecomponentWillReceiveProps
(#1621)
Card
secondaryFooterAction
is now deprecated. Set an array of secondary actions on thesecondaryFooterActions
prop instead #1625