Skip to content

Releases: elastic/eui

v34.2.0

03 Jun 17:07
Compare
Choose a tag to compare
  • Removed text-transform: capitalize from the EuiTourSteps title to better fit with Elastic title guidelines (#4839)
  • Added color and size props and added support for click event to EuiBetaBadge (#4798)
  • Added documentation and layers glyphs to EuiIcon (#4833)
  • Updated EuiTourStep's title and subtitle prop type from string to ReactNode (#4841)
  • Added euiCantAnimate Sass mixin (#4835)
  • Added new EuiLoadingLogo component (#4835)
  • Added icon props to EuiEmptyPrompt for custom icons (#4835)
  • Deprecated EuiLoadingKibana (#4835)
  • Paused animations when prefers-reduced-motion is on for loader components (#4835)

Bug fixes

  • Fixed onBlur and data-test-subj prop propagation in EuiColorPicker (#4822)

v34.1.0

26 May 15:05
8575860
Compare
Choose a tag to compare
  • Updated max and min label positioning for EuiRange and EuiDualRange (#4781)
  • Added timeslider, playFilled, frameNext and framePrevious glyphs to EuiIcon (#4810)
  • Added default generic value for EuiSideNavProps (#4802)
  • Added fullHeight and minHeight props to EuiPageTemplate (#4793)
  • Added .eui-fullHeight and euiFullHeight() utilities (#4793)
  • Added paddingSize prop to EuiPageSideBar (#4793)

Bug fixes

  • Fixed EuiText color of EuiCallout to default (#4816)
  • Fixed inconsistent width of EuiRange and EuiDualRange with custom tick values (#4781)
  • Fixes browser freezing when EuiDataGrid is used together with EuiFlyout and the user clicks a cell (4813)
  • Added flex-shrink: 0 to EuiTabs, EuiSpacer, and EuiImage to fix possible shrunken heights (#4793)
  • Fixed duplicate main aria roles in EuiPageTemplate and most common EuiPage patterns (#4793)
  • Fixed text color of EuiBottomBar (#4793)

v34.0.0

13 May 15:54
Compare
Choose a tag to compare
  • Added textTransform property to schemaDetectors prop of EuiDataGrid(#4752)
  • Added color, continuityAbove, continuityAboveBelow, continuityBelow, continuityWithin, eraser, fullScreenExit, function, percent, wordWrap, and wordWrapDisabled glyphs to EuiIcon (#4779)
  • Added as, role, closeButtonProps, closeButtonPosition, outsideClickCloses, side, type, and pushMinBreakpoint props to EuiFlyout (#4713)
  • Extended EuiFlyout size prop to accept any CSS width value (#4713)
  • Extended EuiFlyout and most of its props in EuiCollapsibleNav (#4713)
  • Changed helpText prop in EuiFormRow to accept an array of messages(#4782)

Breaking changes

  • Changed the default of EuiFlyout ownFocus to true (#4713)
  • Wrapped EuiFlyout within the EuiOverlayMask when ownFocus=true (#4713)
  • Changed EuiCollapsibleNav width sizing from a Sass variable to a size prop (#4713)
  • Changed EuiOverlayMask z-indexing when positioned below header to using top offset (#4713)

Bug fixes

  • Fixed EuiTourStepIndicator to use EuiI18n following the standard way (#4785)
  • Fixed euiTourStep.closeTour default token value in EuiTourStep to be more specific (#4790)

v33.0.0

04 May 19:30
Compare
Choose a tag to compare
  • Added autoFocus prop and functionality to EuiComboBox (#4772)
  • Added inherit color option to EuiIcon to force two-tone (app) icons to inherit their parent's color (#4760)
  • Updated EuiBetaBadge, EuiBadge, EuiButtonIcon, EuiButtonContent, EuiCallOut, EuiContextMenuItem, EuiListGroupItem icon usage to inherit their parent's color (#4760)
  • Added iconProps prop to EuiListGroupItem (#4760)
  • Added i18ntokens.json to published package (#4771)
  • Replaced highlight.js with prism.js/refractor for code syntax highlighting in EuiCodeBlock (#4638)

Bug fixes

  • Fixed initialFocus prop functionality in EuiPopover (#4768)
  • Fixed description prop in EuiTable(#4754)

Breaking changes

  • Changed some language syntax references in EuiCodeBlock, such as jsx (#4638)
  • Removed ability to parse non-string content in EuiCodeBlock (#4638)

v32.3.0

27 Apr 22:58
2f83723
Compare
Choose a tag to compare
  • Reduced icon size in EuiButtonEmpty of size xs. (#4759)

Bug fixes

  • Fixed missing i18n tokens for EuiFilePicker (#4750)
  • Fixed EuiComoboBox to use correct placeholder text color (#4744)

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)