Skip to content

v49.0.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 22 Feb 21:11
· 2137 commits to main since this release
  • Added new renderCellPopover prop to EuiDataGrid (#5640)
  • Added cell schema info to EuiDataGrid's renderCellValue props (#5640)
  • Added isLoading prop to EuiDualRange (#5648)
  • Added an 'all' option to EuiTablePagination.itemsPerPage and itemsPerPageOptions to render a "Show all" option and updated EuiBasicTable and EuiDataGrid usages (#5547)

Bug fixes

  • Fixed EuiImage images' width in small containers by adding max-width: 100% (#5547)
  • Fixed EuiTablePagination layout in small containers by adding wrap (#5547)

Bug fixes

  • Fixed EuiDataGrid throwing a console error when grids without trailing control columns are sorted and then all columns are hidden (#5635)

Breaking changes

  • Removed popoverContents props from EuiDataGrid (use new renderCellPopover instead) (#5640)
  • Changed the EuiTablePagination prop hidePerPageOptions to the positive form showPerPageOptions (#5547)