Releases: elastic/eui
Releases · elastic/eui
v99.3.0
- Updated table components to support adding tooltips to header cells (#8273)
- Added
columns.nameTooltip
onEuiBasicTable
- Added
tooltipProps
prop onEuiTableHeaderCell
- Added
- Added
accent
color option toEuiCallOut
(#8303) - Updated
EuiInlineEditForm
'sonCancel
prop type to allow uncontrolled mode usage (#8307) - Added ES|QL syntax highlighting for
EuiCode
,EuiCodeBlock
,EuiMarkdownFormat
, andEuiMarkdownEditor
components. (#8317) - Updated
EuiAccordion
to prevent content from being transitioned on initial render wheninitialIsOpen=true
(#8327)
Bug fixes
- Fixed a bug on
EuiSuperDatePicker
where pasting an absolute date would append the date instead of replace it (#8311)
v99.2.0
v98.2.2-borealis.0
Bug fixes
- Fixed an issue with EuiDataGrid with auto row height resulting in a table of 0 height (#8251)
v99.1.0
v99.0.0
Bug fixes
- Ensures that the
values
ofEuiI18n
used inEuiPagination
usekey
attributes to prevent potential "unique key" warnings. (#8243)
Breaking changes
- Removed
EuiPopover
's deprecatedhasDragDrop
prop. UseusePortal
on any childEuiDraggable
instead (#8256)
v98.2.1
v98.2.0
- Added two new icons:
contrast
andcontrastHigh
(#8216) - Updated
EuiDataGrid
content to have a transparent background. (#8220)
Accessibility
- When the tooltips components (
EuiTooltip
,EuiIconTip
) are used inside components that handle the Escape key (likeEuiFlyout
orEuiModal
), pressing the Escape key will now only close the tooltip and not the entire wrapping component. (#8140) - Improved the accessibility of
EuiCodeBlock
s by (#8195)- adding screen reader only labels
- adding
role="dialog"
on in fullscreen mode - ensuring focus is returned on closing fullscreen mode
v98.1.0
- Updated
EuiBetaBadge
with a newwarning
color variant (#8177)
Accessibility
- Ensures
autoFocus
onEuiSelectableList
triggers initial focus (#8091) - Improved the accessibility of
EuiSearchBarFilters
by: (#8091)- adding a more descriptive
aria-label
to selection filter buttons - ensuring the selection listbox is initially focused when opening a selection popover
- adding a more descriptive
- Improved the accessibility experience of tabs (EuiTab, EuiTabs): tab group is a tab stop and tabs can be traversed with arrow keys. (#8116)
- Updated
EuiCodeBlock
with a newcopyAriaLabel
prop, which allows setting a custom screen reader label on the copy button. (#8176)
CSS-in-JS conversions
- Removed the following global Sass variables: (#8169)
$euiButtonMinWidth
$euiDatePickerCalendarWidth
- Removed the following Sass animations: (#8169)
euiAnimFadeIn
euiGrow
focusRingAnimate
focusRingAnimateLarge
euiButtonActive
- Removed the following Sass mixins: (#8169)
euiFullHeight
euiSlightShadowHover
datePickerArrow
v98.0.0
v97.3.1
Bug fixes
- Fixed an
EuiComboBox
bug where Enter keypresses were not working correctly on selection clear buttons (#8105) - Fixed an
EuiSuperDatePicker
bug where inputs would overflow out of smaller widths instead of truncating (#8109) - Fixed a bug with
EuiPageHeader
'srightSideItems
responsiveness where single items could overflow past the intended max width (#8110)