v60.0.0
- Added configuration options to
EuiProvider.cache
to enable more granular style insertion (#5853) - Added a utility classes component (#5853)
- Added utility classes configuration options to
EuiProvider
(#5853) - Added
gutterSize
prop toEuiTimeline
(#5955) - Added optional
onActiveOptionChange
callback toEuiSelectable
(#5978)
Bug fixes
- Fixed bug in
EuiTimelineItem
where the vertical line was not showing on the last item whenverticalAlign
was set tocenter
(#5955) - Fixed bug in
logicalCSS()
where the left and rightlogicalPosition
s were wrong (#5955) - Fixed a maximum call stack error in
EuiComboBox
when an option group contains hundreds of thousands of options (#5976)
Breaking changes
- Removed
component
prop fromEuiTimelineItem
, which now defaults toli
. Consequently, aEuiTimeline
(ol
) is required to wrap the timeline items (#5955)
CSS-in-JS conversions
- Converted
EuiStat
to Emotion (#5968)