Skip to content

Releases: elastic/eui

v31.7.0

11 Feb 23:52
Compare
Choose a tag to compare
  • Added whiteSpace prop to EuiCodeBlock. (#4475)
  • Added a light background to EuiDataGrid and removed unnecessary height on its container (#4509)

Bug fixes

  • Fixed bug in EuiDataGrid where the grid lost height when showing less rows on the last page (#4509)
  • Updated euiPaletteForStatus color sequence to use higher contrast postive and negative colors. (#4508)

v31.6.0

11 Feb 15:55
Compare
Choose a tag to compare
  • Migrated dependency axe-puppeteer v1.1.1 to @axe-core/puppeteer v4.1.1 (#4482)
  • Added EuiOverlayMask directly to EuiModal (#4480)
  • Added paddingSize prop to EuiFlyout (#4448)
  • Added size='l' prop to EuiTabs (#4501)
  • Added content-specific props (pageTitle, description, tabs, rightSideItems) to EuiPageHeader by creating a new EuiPageHeaderContent component (#4451)
  • Added isActive parameter to the useIsWithinBreakpoints hook (#4451)
  • Added buttonProps prop to EuiAccordion (#4510)

Bug fixes

  • Fixed onClose invoking with unexpected parameter in EuiFlyout (#4505)
  • Fixed invalid color entry passed to EuiBadge color prop (#4481)
  • Fixed EuiCodeBlock focus-state if content overflows #4463
  • Fixed issues in EuiDataGrid around unnecessary scroll bars and container heights not updating (#4468)

Theme: Amsterdam

  • Increased EuiPage's default restrictWidth size to 1200px (extra large breakpoint) (#4451)
  • Reduced size of euiBottomShadowSmall by one layer (#4451)

v31.5.0

04 Feb 20:02
Compare
Choose a tag to compare
  • Added isLoading prop and added EuiOverlayMask directly to EuiConfirmModal (#4421)
  • Added wrapWithTableRow to remove <tr> in EuiTableHeader(#4465)

Bug fixes

  • Fixed id usage throughout EuiTreeView to respect custom ids and stop conflicts in generated ids (#4435)
  • Fixed EuiTabs role if no tabs are passed in (#4435)
  • Fixed issue in EuiDataGrid where the horizontal scrollbar was hidden behind pagination (#4477)
  • Fixed EuiPopover with initial isOpen working with EuiOutsideClickDetector (#4461)
  • Fixed EuiDataGridCellPopover needing 2 state updates to close (#4461)
  • Fixed EuiBadge with iconOnClick from catching form submit events (#4479)

v31.4.0

28 Jan 21:16
Compare
Choose a tag to compare
  • Added getDefaultEuiMarkdownProcessingPlugins method for better control over EuiMarkdownEditor's toolbar UI (#4383)
  • Changed EuiOutsideClickDetector events to be standard event types (#4434)
  • Added EuiFieldTextProps in type definitions for EuiSuggestInput (#4452)
  • Added virtualized cell rendering to EuiDataGrid (#4170)

Bug fixes

  • Fixed heights of append and prepend in EuiComboBox (#4410)
  • Fixed EuiResizableContainer initialization timing based on DOM readiness (#4447)

v31.3.0

19 Jan 20:47
Compare
Choose a tag to compare
  • Added a size prop to EuiContextMenu and added a smaller size (#4409)
  • Added a textSize prop to EuiHealth (#4420)
  • Removed selected item of EuiSelect when hasNoInitialSelection=true and value reset to undefined (#4428)

v31.2.0

13 Jan 19:03
Compare
Choose a tag to compare
  • Added support for adjusting buffer for individual window sides of EuiPopover. (#4417)
  • Added 'full' option to the height prop of EuiMarkdownEditor. Added autoExpandPreview and maxHeight props to EuiMarkdownEditor (#4245)

v31.1.0

06 Jan 16:38
Compare
Choose a tag to compare
  • Reduced the size of the icons and clear button for compressed EuiFormControlLayout (#4374)
  • Added ability for text input updates in EuiDatePicker (#4243)

Bug fixes

  • Fixed EuiSuperDatePicker extra margin when showUpdateButton and isAutoRefreshOnly are active (#4406)

v31.0.0

15 Dec 22:35
Compare
Choose a tag to compare
  • Added collapsble behavior to EuiResizableContainer panels (#3978)
  • Updated EuiResizablePanel to use EuiPanel (#3978)
  • Changed showTimeSelect prop to true when showTimeSelectOnly prop is set to true. (#4372)
  • Updated EuiSuperSelect recently used list to render as <ol> and <li> elements (#4370)

Bug fixes

  • Fixed EuiSuggest popover opening when an empty array is passed into the suggestions prop (#4349)

Breaking changes

  • Removed size prop from EuiResizableButton (#3978)
  • Upgraded to TypeScript v4.0 (#4296)

v30.6.0

09 Dec 18:47
Compare
Choose a tag to compare
  • Adjusted the shadow in EuiComment (#4321)
  • Added success and warning colors to EuiButtonEmpty (#4325)
  • Added a sorting indicator on the EuiDataGridColumn (#4343)
  • Added disabled and loading status to EuiStep (#4338)
  • Added closePopover prop to EuiDataGridColumnCellActionProps (#4346)

Bug fixes

  • Fixed EuiErrorBoundary error message not showing in non-Chromium browsers (#4324)
  • Fixed EuiToolTip closing during initial positioning period (#4327)
  • Added !default to SASS variables of EuiCollapsibleNav (#4335)
  • Fixed EuiDataGrid column property displayAsText (#4351)
  • Fixed propagation of esc key presses closing parent popovers (#4336)
  • Fixed overwritten isDisabled prop on EuiListGroupItem extraAction config (#4359)
  • Fixed inputRef for EuiCheckbox (#4298)
  • Limited the links allowed in EuiMarkdownEditor to http, https, or starting with a forward slash (#4362)
  • Aligned components with an href prop to React's practice of disallowing javascript: protocols (#4362)
  • Fixed form submit bug in EuiButtonGroup by adding an optional type prop for EuiButtonGroupOption (#4368)

Theme: Amsterdam

  • Removed the shadow in EuiComment (#4321)
  • Reduced font size for xs size in EuiButtonEmpty (#4325)
  • Increased font size for m size of EuiListGroupItem (#4340)
  • Reduced padding in EuiToolTip (#4353)
  • Reduced border-radius in EuiRange's tooltip (#4353)
  • Consolidated EuiStepNumber indicators for EuiSteps and EuiHorizontalSteps (#4338)

v30.5.1

30 Nov 22:41
Compare
Choose a tag to compare
  • Upgraded highlight.js to 9.18.5 (#4313)