Skip to content

Releases: elastic/eui

v32.2.0

21 Apr 20:06
Compare
Choose a tag to compare
  • Removed MutationObserver fallback from EuiResizeObserver (#4709)

Bug fixes

  • Fixed EuiInMemoryTable pagination prop to update visible items when changed (#4714)
  • Fixed a bug in EuiFilePicker where the HTML input was being shown when disabled (#4738)
  • Fixed inverted asc and desc labels for EuiDataGrid datetime schema (#4733)

v32.1.0

15 Apr 14:20
Compare
Choose a tag to compare
  • Added readOnly as a sorting option of EuiBasicTable and its columns (#4626)

Bug fixes

  • Fixed a bug where on hovering an expandable row cell in EuiDataGrid a vertical line would show (#4689)
  • Fixed a bug in EuiDataGrid where key presses in portalled content were being handled by the grid (#4706)
  • Fixed EuiDataGrid's header content arrangement prevented closing a header cell's popover (#4706)
  • Fixed a performance issue in EuiDataGrid when its rowCount changes (#4706)

v32.0.4

07 Apr 22:54
05e5e02
Compare
Choose a tag to compare

Bug fixes

  • Removed the restriction on selectable EuiCard with layout="horizontal" (#4692)

v32.0.3

07 Apr 17:02
8e1d742
Compare
Choose a tag to compare

Bug fixes

  • Exported EuiAvatarProps (#4690)
  • Fixed type overrides in EuiCard (#4690)

v32.0.2

06 Apr 17:17
Compare
Choose a tag to compare

Bug fixes

  • Fixed htmlIdGenerator import path in button_group_button.tsx (#4682)
  • Fixed EuiColorStops popover failing to close (#4687)

v32.0.1

01 Apr 19:59
Compare
Choose a tag to compare

Bug fixes

  • Fixed block style of EuiPanel when rendered as a <button> (#4681)

v32.0.0

01 Apr 16:49
Compare
Choose a tag to compare
  • Added stepNumber prop and stepped as stopType option to EuiColorStops (#4613)
  • Expanded display prop of EuiCard to inherit color values from EuiPanel (#4649)
  • Added element prop to EuiPanel for forcing to div or button (#4649)
  • Increased padding on EuiCheckableCard with refactor to use EuiSplitPanel (#4649)
  • Added valueInputProps prop to EuiColorStops (#4669)
  • Added position, usePortal, top, right, bottom, and left props to EuiBottomBar (#4662)
  • Added bottomBar and bottomBarProps to EuiPageTemplate when template = 'default' (#4662)
  • Added role="main" to EuiPageContent by default (#4662)
  • Added bottomBorder prop to EuiPageHeader (#4662)

Bug fixes

  • Fixed id attribute to be unique across EuiButtonGroupButton elements (#4657)
  • Fixed responsive sizing of EuiModal (#4670)
  • Fixed disabled interactions of EuiHeaderSectionItemButton (#4670)
  • Hid of text on small screens for compressed EuiPagination(#4661)

Breaking changes

  • Removed betaBadgeLabel, betaBadgeTooltipContent, and betaBadgeTitle props from EuiPanel (#4649)
  • Changed EuiBottomBar positioning styles from being applied at the CSS layer to the style property (#4662)

v31.12.0

23 Mar 20:58
Compare
Choose a tag to compare
  • Added indexRuntime glyph in EuiIcon (#4650)
  • Added iconType, iconColor, and iconSize props to EuiAvatar (#4620)
  • Added 'plain' and null as color options of EuiAvatar (#4620)

v31.11.0

16 Mar 19:26
Compare
Choose a tag to compare
  • Added EuiNotificationEvent component (#4513)
  • Added euiAnimation() method on the EuiHeaderSectionItemButton ref (#4513)
  • Made description prop of EuiCard optional (#4546)

v31.10.0

09 Mar 21:45
Compare
Choose a tag to compare
  • Added panelProps to EuiPopover (#4573)
  • Updated the default of the EuiPopovers ownFocus prop from false to true (#4551)
  • Added src prop to EuiImage as an alternative to url (#4611)
  • Added EuiSplitPanel component (#4539)

Bug fixes

  • Fixed hover effect of nested clickable rows in EuiBasicTable (#4566)
  • Fixed visual bug in drag&drop sections when nested in an popover (#4590)
  • Fixed an errant export of EuiSideNavProps type from JS code (#4604)
  • Fixed misaligned EuiComboBox options list (#4607)
  • Fixed missing forwardRef on EuiHeaderSectionItemButton (#4631)