v37.7.0
- Added
placeholder
prop toEuiMarkdownEditor
(#5151) - Added
.eui-textNumber
utility class to applytnum
font-feature setting (#5078) - Changed
EuiPageHeader
's tab implementation to use sizexl
when only content (#5135) - Added
pageTitleProps
prop toEuiPageHeader
to pass through props to theEuiTitle
(#5135) - Added screen-reader only
<h1>
toEuiPageHeader
when tabs exist without apageTitle
(#5135) - Added
bottomBorder
prop andxl
size
toEuiTabs
(#5135) - Added
prepend
andappend
props toEuiTab
(#5135) - Refactored styles of
EuiTabs
(#5135) - Removed Sass variables for
EuiTabs
font size ($euiTabFontSize, $euiTabFontSizeS, $euiTabFontSizeL
) (#5135) - Extended all
EuiTabProps
for eachEuiTabbedContentTab
(#5135) - Added
useGeneratedHtmlId
utility, which memoizes the randomly generated ID on mount and prevents regenerated IDs on component rerender (#5133) - Fixed
z-index
styles that were causing parts ofEuiResizableContainer
to overlapEuiHeader
(#5164)
Bug fixes
- Fixed [de]optimization bug in
EuiDataGrid
when cells are removed from the DOM via virtualization (#5163)
Theme: Amsterdam
- Deprecated
display
prop ofEuiTabs
in favor of unified styles andbottomBorder
(#5135)