v72.0.0
- Added the
customQuickSelectRender
render prop toEuiSuperDatePicker
, which allows customizing the Quick Select popover (#6382) EuiFilePicker
styles have been updated to look more like an interactive element. (#6479)- Added a third argument to
EuiSelectable
'sonChange
callback. The singleoption
object that triggered theonChange
event is now also passed to consumers with its most recentchecked
state (#6487)
Bug fixes
EuiTabs
now passessize
andexpand
to all children using a React context provider. (#6478)- Fixed security warnings caused by
[email protected]
sub-dependency (#6482)
Breaking changes
- Removed
size
andexpand
props fromEuiTab
(#6478)