v46.0.0
- [Beta] Added
optimize
build as a lighter weight option more suited to production environments (#5527) - Added
lettering
glyph toEuiIcon
(#5525) - Updated the outline color in
euiCustomControlFocused
mixin to use$euiFocusRingColor
instead ofcurrentColor
(#5479) - Added
betaBadgeTooltipProps
toEuiKeyPadMenuItem
to extend the wrappingEuiToolTip
(#5541) - Added
globalStyles
prop toEuiProvider
to allow for global style customization (#5497) - Exported
EuiGlobalStyles
component (#5497)
Bug fixes
- Updated the outline color in
euiCustomControlFocused
mixin to use$euiFocusRingColor
instead ofcurrentColor
(#5479) - Fixed keyboard navigation in
EuiDataGrid
not fully scrolling cells into view (#5515) - Fixed
EuiKeyPadMenuItem
accessibility issue where there was a nested focusable element (#5541)
Deprecations
- Deprecated
data-gridcell-id
fromEuiDataGrid
in favor of 4 new and more flexible props -data-gridcell-column-id
,data-gridcell-column-index
,data-gridcell-row-index
, anddata-gridcell-visible-row-index
(#5515)
Breaking changes
EuiKeyPadMenuItem
now wraps itself withEuiToolTip
whenbetaBadgeLabel
is supplied forcing top element style props to be passed viabetaBadgeTooltipProps
(#5541)