Skip to content

Releases: elastic/eui

v34.5.2

29 Jun 21:29
Compare
Choose a tag to compare

Bug fixes

  • Fixed incorrect active filter count badge when EuiSearchBar is initialized with a query value (#4928)
  • Fixed a render-blocking error in EuiCodeBlock when certain HTML tags are childless (#4929)

v34.5.1

28 Jun 16:26
1f94f9d
Compare
Choose a tag to compare

Bug fixes

  • Fixed bug in EuiColorStops where the outline was flashing when clicking or adding stops in Safari (#4900)
  • Fixed showIcons prop in EuiSelectableListItem (#4920)
  • Changed mobileBreakpoints prop to optional EuiSideNav (#4921)

v34.5.0

23 Jun 19:31
Compare
Choose a tag to compare
  • Added success as color option to EuiBadge, EuiTextColor, EuiText, EuiStat, and EuiExpression (#4888)
  • Changed default color props from secondary to success where necessary (#4888)
  • Added display of number of selected options in EuiSearchBar filters when numActiveFilters exists (#4748)
  • Reverted z-index: 1 on EuiPageBody (#4892)
  • Added updateButtonProps to EuiSuperDatePicker to provide more control over the update/refresh button (#4895)
  • Updated EuiNotificationEvent to render an icon instead of a button if onRead is undefined (#4881)
  • Added DraggableProvidedDragHandleProps interface from 'react-beautiful-dnd' (#4903)
  • Added success and accent color options to EuiButton (#4874)
  • Added success color option to EuiLink (#4874)

Bug fixes

  • Fixed EuiRange container expansion due to negative margin value (#4815)
  • Fixed EuiRange ticks position to better align with thumbs (#4815)
  • Fixed EuiComboBox disabled pills and text contrast (#4901)
  • Fixed EuiDataGrid footer and header rows jumps in Firefox (#4869)
  • Fixed shaded colors of EuiButtonIcon (#4874)
  • Fixed pageHeader display in EuiPageTemplate when template is empty or default (#4905)
  • Fixed EuiPageHeader bottom padding when borderBottom = true (#4905)
  • Fixed incomplete height and width information in EuiResizeObserver (#4909)

Theme: Amsterdam

  • Updated styles for EuiRange (#4815
  • Fixed more unique focus states using outline (#4876)
  • Fixed border-radius value of EuiPanel (#4876)
  • Fixed disabled background color of EuiCard for better visibility on subdued backgrounds (#4876)

v34.4.0

15 Jun 20:19
Compare
Choose a tag to compare
  • Added draggable highlight area to EuiDualRange (#4776)

v34.3.0

09 Jun 15:41
Compare
Choose a tag to compare
  • Added testenv mock for EuiFlyout (#4858)
  • Added mobile glyph to EuiIcon (#4827)
  • Reduced display of arrow icon in EuiSideNav to only if the item is not linked but has children (#4827)
  • Increased size and prominence of mobile toggle in EuiSideNav (#4827)
  • Added heading, headingProps, and mobileBreakpoints props for better accessibility to EuiSideNav (#4827)

Bug fixes

  • Fixed mobile menus styles on EuiDataGrid (#4844)

Theme: Amsterdam

  • Decreased spacing and root element size of EuiSideNav (#4816)

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)