v49.0.0
- Added new
renderCellPopover
prop toEuiDataGrid
(#5640) - Added cell
schema
info toEuiDataGrid
'srenderCellValue
props (#5640) - Added
isLoading
prop toEuiDualRange
(#5648) - Added an
'all'
option toEuiTablePagination.itemsPerPage
anditemsPerPageOptions
to render a "Show all" option and updatedEuiBasicTable
andEuiDataGrid
usages (#5547)
Bug fixes
- Fixed
EuiImage
images' width in small containers by addingmax-width: 100%
(#5547) - Fixed
EuiTablePagination
layout in small containers by addingwrap
(#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