v97.0.0
Breaking changes
- EuiDataGrid's custom grid body (rendered via
renderCustomGridBody
) no longer automatically renders the column header row or footer rows. It instead now passes theheaderRow
andfooterRow
React elements, which require manual rendering. (#8028)- This change was made to allow consumers to sync header/footer rows with their own custom virtualization libraries.
- To facilitate this, a
gridWidth
prop is now also passed to custom grid body renderers.
Bug fixes
- Fixed inputs not taking the whole width when passing
fullWidth
astrue
to EuiDatePickerRange component (#8061)
Accessibility
- Improved accessibility of
EuiExternalLinkIcon
by clarifying text for Screen Reader users. (#8065)