v74.1.0
- Added new
EuiSkeletonText
,EuiSkeletonTitle
,EuiSkeletonCircle
, andEuiSkeletonRectangle
components (#6502) - Updated
EuiSuperSelect
screen reader instructions to be more specific (#6549) - Added
error
and updatedalert
glyphs toEuiIcon
(#6550) - All
EuiSkeleton
components now accept anisLoading
flag andchildren
, which automatically handles conditionally rendering loading skeletons vs. loaded content (children
) (#6562) - All
EuiSkeleton
components now accept acontentAriaLabel
prop, which more meaningfully describes the loaded content to screen readers (#6562) - Updated
EuiPopover
screen reader instructions for mobile and click behaviors (#6567)
Bug fixes
- Fixed
EuiCard
to ensureonClick
method only runs once whentitle
contains a React node (#6551)
Deprecations
- Deprecated
EuiLoadingContent
- useEuiSkeletonText
instead (#6557)