Skip to content

v112.1.0

Choose a tag to compare

@acstll acstll released this 26 Jan 11:56
· 100 commits to main since this release
16f9b31
  • Updated timeline icon glyph (#9331)
  • Updated EuiContextMenu panels to allow passing data-test-subj, aria-label, className and css props (#9323)
  • Added "zoom in" functionality to time window buttons in EuiSuperDatePicker (#9325)
  • Added displayName to EuiButton, EuiButtonEmpty, EuiDescriptionList and its sub-components, EuiEmptyPrompt, EuiFlexGrid, EuiFlexItem, EuiIcon, EuiImage, EuiLoadingLogo, EuiPageSection, EuiPageSidebar, EuiPageTemplate and its sub-components and EuiPanel (#9324)
  • Added fill prop (defaults to false) to EuiBadge component that controls whether the badge should use filled or non-filled (less intense) colors. By default, badges will now render as the non-filled variant. (#9306)
  • Updated EuiBadge design to have rounded corners and improved paddings (#9302)

Bug fixes

  • Fixed non-virtualized EuiSelectable throwing SyntaxError when selecting an option (#9326)
  • Fixed an issue where push flyouts in a stacked layout calculated the content offset based on the hidden main flyout's width instead of the visible child flyout's width (#9322)

@elastic/eui-theme-borealis v5.4.0

  • Updated badgeBackground color token value to equal backgroundFilledText (#9306)

@elastic/eui-docusaurus-theme v2.2.0

  • Added extraFiles prop to the Demo component. It allows to pass extra files that will be added to the Codesandbox instance. (#9317)
  • Updated the IMPORT_REGEX to include relative imports so that all imports are removed from the snippet. All imported references have to be passed to Demo in the scope prop. (#9317)