Skip to content

v60.3.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 13 Jul 18:51
· 1741 commits to main since this release
  • EuiDataGrid's imperative API now exposes the scrollTo and scrollToItem APIs of react-window. (#6042)

Bug fixes

  • Fixed drag and drop interactions on EuiAccordion elements (#6031)
  • Fixed EuiDataGrid's row count/indices announced to screen readers when virtualized (#6033)
  • Fixed EuiDataGrid's current cell row/column position announced to screen readers when sorted and paginated, and also improved column identification and announcement cadence (#6033)
  • Fixed EuiContextMenuPanelDescriptor's width prop type to correctly reflect that it allows all CSS width values, not just numbers (#6043)
  • Fixed EuiSelectable onChange keyboard events not being correctly passed back on React v16 (#6045)