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