Releases: elastic/eui
Releases Β· elastic/eui
v32.2.0
- Removed
MutationObserver
fallback fromEuiResizeObserver
(#4709)
Bug fixes
v32.1.0
- Added
readOnly
as asorting
option ofEuiBasicTable
and its columns (#4626)
Bug fixes
- Fixed a bug where on hovering an expandable row cell in
EuiDataGrid
a vertical line would show (#4689) - Fixed a bug in
EuiDataGrid
where key presses in portalled content were being handled by the grid (#4706) - Fixed
EuiDataGrid
's header content arrangement prevented closing a header cell's popover (#4706) - Fixed a performance issue in
EuiDataGrid
when itsrowCount
changes (#4706)
v32.0.4
v32.0.3
v32.0.2
v32.0.1
v32.0.0
- Added
stepNumber
prop andstepped
asstopType
option toEuiColorStops
(#4613) - Expanded
display
prop ofEuiCard
to inheritcolor
values fromEuiPanel
(#4649) - Added
element
prop toEuiPanel
for forcing todiv
orbutton
(#4649) - Increased padding on
EuiCheckableCard
with refactor to useEuiSplitPanel
(#4649) - Added
valueInputProps
prop toEuiColorStops
(#4669) - Added
position
,usePortal
,top
,right
,bottom
, andleft
props toEuiBottomBar
(#4662) - Added
bottomBar
andbottomBarProps
toEuiPageTemplate
whentemplate = 'default'
(#4662) - Added
role="main"
toEuiPageContent
by default (#4662) - Added
bottomBorder
prop toEuiPageHeader
(#4662)
Bug fixes
- Fixed
id
attribute to be unique acrossEuiButtonGroupButton
elements (#4657) - Fixed responsive sizing of
EuiModal
(#4670) - Fixed
disabled
interactions ofEuiHeaderSectionItemButton
(#4670) - Hid
of
text on small screens for compressedEuiPagination
(#4661)
Breaking changes
v31.12.0
v31.11.0
v31.10.0
- Added
panelProps
toEuiPopover
(#4573) - Updated the default of the
EuiPopover
sownFocus
prop fromfalse
totrue
(#4551) - Added
src
prop toEuiImage
as an alternative tourl
(#4611) - Added
EuiSplitPanel
component (#4539)
Bug fixes
- Fixed hover effect of nested clickable rows in
EuiBasicTable
(#4566) - Fixed visual bug in drag&drop sections when nested in an popover (#4590)
- Fixed an errant export of
EuiSideNavProps
type from JS code (#4604) - Fixed misaligned
EuiComboBox
options list (#4607) - Fixed missing
forwardRef
onEuiHeaderSectionItemButton
(#4631)