Skip to content

v81.0.0

Compare
Choose a tag to compare
@1Copenut 1Copenut released this 23 May 20:35
· 1095 commits to main since this release
  • Added ability to set options.checked to "mixed" in EuiSelectable (#6774)

Bug fixes

  • Portalled components (e.g. EuiPopover, EuiModal, EuiFlyout) will correctly inherit text color from its nearest EuiThemeProvider parent. <EuiText color="default"> is no longer needed. (#6775)

Breaking changes

  • EuiSelectable no longer renders a data-test-selected attribute on its list items. Use the aria-checked property instead (#6774)
  • Nested EuiThemeProviders now render a wrapping <span> element in order to correctly set the inherited text color of all descendants. <EuiText color="default"> is no longer needed. (#6775)