v81.0.0
- Added ability to set
options.checked
to "mixed" inEuiSelectable
(#6774)
Bug fixes
- Portalled components (e.g.
EuiPopover
,EuiModal
,EuiFlyout
) will correctly inherit text color from its nearestEuiThemeProvider
parent.<EuiText color="default">
is no longer needed. (#6775)
Breaking changes
EuiSelectable
no longer renders adata-test-selected
attribute on its list items. Use thearia-checked
property instead (#6774)- Nested
EuiThemeProvider
s now render a wrapping<span>
element in order to correctly set the inherited textcolor
of all descendants.<EuiText color="default">
is no longer needed. (#6775)