v63.0.0
- Added new
EuiPageTemplate
namespaced component that uses context to pass through props (#5768) - Added
EuiPageSection
component for easier section stacking (#5768) - Added
EuiPageSidebar
component that is an upgrade toEuiPageSideBar
(#5768) - Extended
bottomBorder
prop to add'extended'
onEuiPageHeader
(#5768) - Added
paddingSize
andrestrictWidth
directly onEuiPageHeaderContent
(#5768) - Added
data-fixed-headers
attribute to<body>
with the count of fixedEuiHeader
components (#5768) - Extended
usePortal
prop onEuiBottomBar
to acceptEuiPortalProps
(#5768) - Increased
paddingSize
support byEuiPage
forxl
andxs
sizes (#5768) - Moved
restrictWidth
defaulttrue
style tostyle
attribute onEuiPage
andEuiPageBody
(#5768) - Added optional
height
parameter toeuiYScroll()
,useEuiYScroll
,euiYScrollWithShadows()
, anduseEuiYScrollWithShadows
(#5768) - Added
repositionOnScroll
directly toEuiPopover
rendered by mobile version ofEuiHeaderLinks
(#5768)
Bug fixes
- Fixed missing render of
breadcrumbs
onEuiPageHeader
whenalignItems = 'top'
(#5768) - Fixed
logicalStyle()
to return the same value type as was passed in (instead of converting to string) (#5768)
Deprecations
- Deprecated the old
EuiPageTemplate
component and renamed toEuiPageTemplate_Deprecated
(#5768) - Deprecated
EuiPageContent
andEuiPageContentBody
in favor of newEuiPageSection
(#5768) - Deprecated
EuiPageContent
and renamed toEuiPageContent_Deprecated
(#5768) - Deprecated
EuiPageContentBody
and renamed toEuiPageContentBody_Deprecated
(#5768) - Deprecated
EuiPageContentHeader
and renamed toEuiPageContentHeader_Deprecated
(#5768) - Deprecated
EuiPageContentHeaderSection
and renamed toEuiPageContentHeaderSection_Deprecated
(#5768) - Deprecated
EuiPageSideBar
and renamed toEuiPageSideBar_Deprecated
(#5768)
Breaking changes
- Removed nested
EuiPageHeader
styles when a child ofEuiPageBody
(#5768) - Changed default
paddingSize
ofEuiPage
fromm
tonone
(#5768)
CSS-in-JS conversion