v51.0.0
- Enhanced
EuiSuggest
to fire theonItemClick
callback on Enter key press as well as clicks (#5693)
Bug fixes
- Fixed non-searchable
EuiSelectable
s not selecting items with the Enter & Space keys (#5693)
Breaking changes
- Removed the
'all'
option inEuiTablePagination.itemsPerPage
anditemsPerPageOptions
inEuiBasicTable
andEuiDataGrid
due to Typescript issues. Use0
instead to represent a "Show all" option (#5699)