v34.0.0
- Added
textTransform
property toschemaDetectors
prop ofEuiDataGrid
(#4752) - Added
color
,continuityAbove
,continuityAboveBelow
,continuityBelow
,continuityWithin
,eraser
,fullScreenExit
,function
,percent
,wordWrap
, andwordWrapDisabled
glyphs toEuiIcon
(#4779) - Added
as
,role
,closeButtonProps
,closeButtonPosition
,outsideClickCloses
,side
,type
, andpushMinBreakpoint
props toEuiFlyout
(#4713) - Extended
EuiFlyout
size
prop to accept any CSSwidth
value (#4713) - Extended
EuiFlyout
and most of its props inEuiCollapsibleNav
(#4713) - Changed
helpText
prop inEuiFormRow
to accept an array of messages(#4782)
Breaking changes
- Changed the default of
EuiFlyout
ownFocus
totrue
(#4713) - Wrapped
EuiFlyout
within theEuiOverlayMask
whenownFocus=true
(#4713) - Changed
EuiCollapsibleNav
width sizing from a Sass variable to asize
prop (#4713) - Changed
EuiOverlayMask
z-indexing when positionedbelow
header to usingtop
offset (#4713)
Bug fixes