Enhancements
- Added spacing to
EmptyStatewhen within content to account for new illustration styles (#3047) - Changed Resource List to a generic functional component (thanks to @athornburg)
- Made the
renderItemfunction infer the type of the items prop (thanks to @athornburg) - Added a
fullWidthprop toEmptyStateto support full width layout within a content context (#2992) - Added an
emptyStateprop toResourceListto support in context empty states in list views (#2569) - Set
activeprop ofPopoverto true on keyDown inComboBoxto fixAutocompletesuggestions not showing when searching and selecting via keyboard (#3028)
Setactiveprop ofPopoverto true on keyDown inComboBoxto fixAutocompletesuggestions not showing when searching and selecting via keyboard (#3028) - Increased the max-width of the
EmptyStatecontent to 400px (#3040)
Development workflow
- 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.scssfor “vanilla” SCSS andstyles/esnext/_public-api.scssfor CSS Modules) (#3032)
Code quality
- Deleted an unused prop and its types in
Navigation(#3043)