Skip to content

v102.0.0

Choose a tag to compare

@acstll acstll released this 28 Apr 08:21
· 482 commits to main since this release
  • Added semantic severity color tokens: (#8601)
    • colors.severity.unknown
    • colors.severity.neutral
    • colors.severity.success
    • colors.severity.warning
    • colors.severity.risk
    • colors.severity.danger
  • Added semantic color tokens for variants neutral and risk: (#8601)
    • colors.textNeutral
    • colors.textRisk
    • colors.backgroundBaseNeutral
    • colors.backgroundBaseRisk
    • colors.backgroundLightNeutral
    • colors.backgroundLightRisk
    • colors.backgroundFilledNeutral
    • colors.backgroundFilledRisk
    • colors.borderBaseNeutral
    • colors.borderBaseRisk
    • colors.borderStrongNeutral
    • colors.borderStrongRisk
  • Added semantic color variants neutral and risk for the following components: (#8601)
    • EuiButton
    • EuiButtonEmpty
    • EuiButtonIcon
    • EuiBadge
    • EuiIcon
    • EuiPanel
  • Aligned EuiFormControlLayoutIcons to the top (instead of center) to improve usability in multi-line form controls like EuiComboBox with many selected options (#8610)

Breaking changes

  • Removed numbered severity color tokens: (#8601)
    • colors.vis.euiColorSeverity0
    • colors.vis.euiColorSeverity1
    • colors.vis.euiColorSeverity2
    • colors.vis.euiColorSeverity3
    • colors.vis.euiColorSeverity4
    • colors.vis.euiColorSeverity5
    • colors.vis.euiColorSeverity6
    • colors.vis.euiColorSeverity7
    • colors.vis.euiColorSeverity8
    • colors.vis.euiColorSeverity9
    • colors.vis.euiColorSeverity10
    • colors.vis.euiColorSeverity11
    • colors.vis.euiColorSeverity12
    • colors.vis.euiColorSeverity13
    • colors.vis.euiColorSeverity14

Accessibility

  • Fixed duplicate screen reader output on EuiDataGrid for single sorted header cells with actions (#8598)