Releases: elastic/eui
Releases Β· elastic/eui
v31.9.1
v31.9.0
- Added
EuiComboBoxOptionOption
prop toEuiComboBox
props table (#4563) - Allowed dynamically changing the
direction
prop onEuiResizableContainer
(#4557) - Exported
useIsWithinBreakpoints
hook (#4557) - Added focus to
EuiForm
errorEuiCallout
(#4497) - Added a
display
andsize
props toEuiButtonIcon
(#4466)
Bug fixes
- Fixed the return type of
getDefaultEuiMarkdownUiPlugins
(#4567) - Fixed inverse handling of boolean sorting in
EuiDataGrid
(#4561)
Feature: EuiPageTemplate (#4517)
- Added new
EuiPageTemplate
component as a shortcut for creating the different types of page layout patterns - Added props
grow
anddirection
toEuiPage
- Added props
panelled
,panelProps
, andpaddingSize
toEuiPageBody
- Added props
restrictWidth
andpaddingSize
toEuiPageBody
- Added prop
paddingSize
toEuiPageHeader
- Updated
tabs
prop ofEuiPageHeaderContent
to renderlarge
size - Added prop
sticky
toEuiPageSideBar
- Added Sass variable
$euiPageSidebarMinWidth
for changing defaultmin-width
ofEuiPageSideBar
- Added
href
and other anchor props toEuiHeaderSectionItemButton
Bug fixes
- Fixed horizontal overflow of
EuiPageContent
- Fixed horizontal overflow of
EuiBreadcrumbs
v31.8.0
- Reverted part of #4509 and returned
EuiDataGrid
's background content area to an empty shade (#4542) - Added exports for all EUI component props matching
EuiComponentProps
name pattern. (#4517) - Added
truncate
,disabled
, andemphasize
props toEuiSideNavItem
(#4488) - Added
truncate
prop toEuiSideNav
(#4488) - Added support for all
color
s ofEuiPanel
(#4504) - Added
hasBorder
prop toEuiPanel
(#4504) - Added
labelProps
prop toEuiRadio
,EuiSwitch
andEuiCheckbox
(#4516) - Added
isDisabled
prop toEuiAvatar
(#4549)
Bug fixes
- Removed home and end key configured behavior from
EuiSelectable
(#4560) - Fixed nested indicator of last
EuiSideNav
item (#4488) - Fixed override possibility of text
color
inEuiSideNavItem
(#4488) - Fixed blurry animation of popovers in Chrome (#4527)
- Fixed styles of
disabled
times inEuiDatePicker
(#4524) - Fixed
disabled
text color form fields in Safari (#4538) - Removed static
id
fromEuiQuickSelectPopover
(#4543) - Fixed support sever side rendering for
EuiDataGrid
(#4540)
Theme: Amsterdam
- Removed letter-spacing from
euiFont
Sass mixin (#4488)
v31.7.0
v31.6.0
- Migrated dependency
axe-puppeteer v1.1.1
to@axe-core/puppeteer v4.1.1
(#4482) - Added
EuiOverlayMask
directly toEuiModal
(#4480) - Added
paddingSize
prop toEuiFlyout
(#4448) - Added
size='l'
prop toEuiTabs
(#4501) - Added content-specific props (
pageTitle
,description
,tabs
,rightSideItems
) toEuiPageHeader
by creating a newEuiPageHeaderContent
component (#4451) - Added
isActive
parameter to theuseIsWithinBreakpoints
hook (#4451) - Added
buttonProps
prop toEuiAccordion
(#4510)
Bug fixes
- Fixed
onClose
invoking with unexpected parameter inEuiFlyout
(#4505) - Fixed invalid color entry passed to
EuiBadge
color prop (#4481) - Fixed
EuiCodeBlock
focus-state if content overflows #4463 - Fixed issues in
EuiDataGrid
around unnecessary scroll bars and container heights not updating (#4468)
Theme: Amsterdam
v31.5.0
- Added
isLoading
prop and addedEuiOverlayMask
directly toEuiConfirmModal
(#4421) - Added
wrapWithTableRow
to remove<tr>
inEuiTableHeader
(#4465)
Bug fixes
- Fixed
id
usage throughoutEuiTreeView
to respect custom ids and stop conflicts in generated ids (#4435) - Fixed
EuiTabs
role
if no tabs are passed in (#4435) - Fixed issue in
EuiDataGrid
where the horizontal scrollbar was hidden behind pagination (#4477) - Fixed
EuiPopover
with initialisOpen
working withEuiOutsideClickDetector
(#4461) - Fixed
EuiDataGridCellPopover
needing 2 state updates to close (#4461) - Fixed
EuiBadge
withiconOnClick
from catching form submit events (#4479)
v31.4.0
- Added
getDefaultEuiMarkdownProcessingPlugins
method for better control overEuiMarkdownEditor
's toolbar UI (#4383) - Changed
EuiOutsideClickDetector
events to be standard event types (#4434) - Added
EuiFieldTextProps
in type definitions forEuiSuggestInput
(#4452) - Added virtualized cell rendering to
EuiDataGrid
(#4170)
Bug fixes