Skip to content

v74.1.0

Compare
Choose a tag to compare
@JasonStoltz JasonStoltz released this 01 Feb 21:20
· 1184 commits to main since this release
  • Added new EuiSkeletonText, EuiSkeletonTitle, EuiSkeletonCircle, and EuiSkeletonRectangle components (#6502)
  • Updated EuiSuperSelect screen reader instructions to be more specific (#6549)
  • Added error and updated alert glyphs to EuiIcon (#6550)
  • All EuiSkeleton components now accept an isLoading flag and children, which automatically handles conditionally rendering loading skeletons vs. loaded content (children) (#6562)
  • All EuiSkeleton components now accept a contentAriaLabel 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 ensure onClick method only runs once when title contains a React node (#6551)

Deprecations

  • Deprecated EuiLoadingContent - use EuiSkeletonText instead (#6557)