Skip to content

v41.2.0

Compare
Choose a tag to compare
@1Copenut 1Copenut released this 18 Nov 16:04
· 2312 commits to main since this release
  • Added aria-label and aria-labelledby props to EuiComboBox (#5360)
  • Updated EuiDatePicker to use EuiPopover, EuiFocusTrap, and EuiScreenReaderOnly (#5339)

Bug fixes

  • Fixed an EuiDataGrid row height bug for grids that set a default lineCount and also used rowHeights to set row-specific lineCounts (#5376)
  • Fixed EuiComboBox from allowing keyboard actions when isDisabled (#5373)
  • Fixed an accessibility issue where EuiSuperSelect was not creating accessible labels for its listbox (#5364)
  • Fixed an accessibility issue where EuiColorPalettePicker was not creating an accessible label for its button (#5364)
  • Fixed EuiDatePicker being constrained to its parent container by using React portal (#5339)