Skip to content

v58.0.0

Compare
Choose a tag to compare
@thompsongl thompsongl released this 17 May 19:21
· 1896 commits to main since this release
32045b8
  • Updated EuiForm to use forwardRef (#5866)
  • Updated all CSS-in-JS shadow functions parameters to match a (euiTheme, { color? }) order (#5892)
  • Updated euiShadow() parameters to (euiTheme, size, { color? }) (#5892)

Bug fixes

  • Fixed EuiContextMenuPanel (when used within an EuiPopover) to correctly return focus to its popover toggle in all scenarios, not just keyboard Escape press (#5880)
  • Fixed EuiSelectableTemplateSitewide to allow re-opening the search popover (if closed via Escape key) via the Enter key (#5886)
  • Fixed EuiComboBox by centering the enter badge in the list options. (#5890)
  • Fixed EuiTour position calculation issues caused by popover width styles (#5897)
  • Fixed EuiIcon from producing console warning in React.StrictMode (#5899)

Breaking changes

  • Removed watchedItemProps from EuiContextMenuPanel, which now updates like a standard component and no longer needs this logic (#5880)
  • Removed dist/eui.js and dist/eui.min.js webpack bundles. Use the CommonJS (dist/lib) or ESM (dist/es) distributions instead. (#5898)