Skip to content

v117.1.0

Choose a tag to compare

@acstll acstll released this 20 Jul 11:30
d5f6f18

@elastic/eui-docusaurus-theme v2.6.0

  • Updated icon_map.ts to centralise all available icons in a single file, with optional metadata like synonyms and categories alongside each icon reference. (#9675)
  • Removed redundant static icon type files: icon_types.ts, icon_types_apps.ts, icon_types_logos.ts, icon_types_ml.ts, icon_types_tokens.ts. (#9675)

Accessibility

  • Adding synonyms to each icon improves discoverability and search experience when looking for specific icons. (#9675)

@elastic/eslint-plugin-eui v2.14.1

Bug fixes

  • Fixed ESLint failing to load @elastic/eslint-plugin-eui by moving its runtime dependencies (cssstyle, micromatch, @typescript-eslint/utils and @typescript-eslint/typescript-estree) from devDependencies to dependencies (#9804)

Dependency updates

  • Updated @typescript-eslint/* packages from 8.31.1 to 8.64.0 (#9804)

@elastic/eui v117.1.0

  • Updated the outer border width on EuiFlyout to 1px (#9803)
  • Removed the translateY transform on clickable EuiPanels (#9702)
  • Updated the hover shadow size on clickable EuiPanels from l to m to align with the shadow guidelines (#9702)

Bug fixes

  • Fixed renderHook test utility requiring @testing-library/react-hooks in consumer environments running React 18+ (#9805)
  • Fixed EuiSearchBar in-memory filtering keeping items that a negated multi-value clause such as -field:(a or b) should exclude (#9783)

Dependency updates

  • Updated @elastic/prismjs-esql to v4.13.0 (#9814)