Skip to content

Releases: elastic/eui

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)

v31.9.1

02 Mar 23:30
Compare
Choose a tag to compare

Bug fixes

  • Fixed an errant export of two non-existant values (#4597)

v31.9.0

02 Mar 20:11
Compare
Choose a tag to compare
  • Added EuiComboBoxOptionOption prop to EuiComboBox props table (#4563)
  • Allowed dynamically changing the direction prop on EuiResizableContainer (#4557)
  • Exported useIsWithinBreakpoints hook (#4557)
  • Added focus to EuiForm error EuiCallout (#4497)
  • Added a display and size props to EuiButtonIcon (#4466)

Bug fixes

  • Fixed the return type of getDefaultEuiMarkdownUiPlugins (#4567)
  • Fixed inverse handling of boolean sorting in EuiDataGrid (#4561)

Feature: EuiPageTemplate (#4517)

  • Added new EuiPageTemplate component as a shortcut for creating the different types of page layout patterns
  • Added props grow and direction to EuiPage
  • Added props panelled, panelProps, and paddingSize to EuiPageBody
  • Added props restrictWidth and paddingSize to EuiPageBody
  • Added prop paddingSize to EuiPageHeader
  • Updated tabs prop of EuiPageHeaderContent to render large size
  • Added prop sticky to EuiPageSideBar
  • Added Sass variable $euiPageSidebarMinWidth for changing default min-width of EuiPageSideBar
  • Added href and other anchor props to EuiHeaderSectionItemButton

Bug fixes

  • Fixed horizontal overflow of EuiPageContent
  • Fixed horizontal overflow of EuiBreadcrumbs

v31.8.0

23 Feb 22:25
Compare
Choose a tag to compare
  • Reverted part of #4509 and returned EuiDataGrid's background content area to an empty shade (#4542)
  • Added exports for all EUI component props matching EuiComponentProps name pattern. (#4517)
  • Added truncate, disabled, and emphasize props to EuiSideNavItem (#4488)
  • Added truncate prop to EuiSideNav (#4488)
  • Added support for all colors of EuiPanel (#4504)
  • Added hasBorder prop to EuiPanel (#4504)
  • Added labelProps prop to EuiRadio, EuiSwitch and EuiCheckbox (#4516)
  • Added isDisabled prop to EuiAvatar (#4549)

Bug fixes

  • Removed home and end key configured behavior from EuiSelectable (#4560)
  • Fixed nested indicator of last EuiSideNav item (#4488)
  • Fixed override possibility of text color in EuiSideNavItem (#4488)
  • Fixed blurry animation of popovers in Chrome (#4527)
  • Fixed styles of disabled times in EuiDatePicker (#4524)
  • Fixed disabled text color form fields in Safari (#4538)
  • Removed static id from EuiQuickSelectPopover (#4543)
  • Fixed support sever side rendering for EuiDataGrid (#4540)

Theme: Amsterdam

  • Removed letter-spacing from euiFont Sass mixin (#4488)