v47.0.0
- Added support for React 17 (this is a backwards compatible change - React 16.12+ is still supported for consuming applications) (#5584)
- Added the ability to control internal
EuiDataGrid
fullscreen, cell focus, and cell popover state via theref
prop (#5590) - Added
paddingSize
prop toEuiSelectableList
(#5581) - Added
errorMessage
prop toEuiSelectable
(#5581) - Refactored
EuiSelectable
accessibility (#5581) - Updated
tokenTag
design to look more like a tag (#5553) - Lowered border radius of
.euiToken--square
to look more like a square (#5553)
Bug fixes
- Fixed
EuiInMemoryTable
'sonTableChange
callback not returning the correctsort.field
value on pagination (#5588) - Fixed
EuiFilePicker
allowing files to be removed whendisabled
(#5603)
Breaking changes
- Upgraded TypeScript version to ~4.5.3 (#5591)