Skip to content

fix(deps): update dependency @elastic/eui to ^88.5.0#2179

Merged
nickofthyme merged 1 commit intomainfrom
renovate/elastic-eui-88.x
Sep 26, 2023
Merged

fix(deps): update dependency @elastic/eui to ^88.5.0#2179
nickofthyme merged 1 commit intomainfrom
renovate/elastic-eui-88.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@elastic/eui ^88.3.0 -> ^88.5.0 age adoption passing confidence

Release Notes

elastic/eui (@​elastic/eui)

v88.5.0

Compare Source

  • Updated EuiCallOut with a new onDismiss prop (#​7156)
  • Added a new renderCustomToolbar prop to EuiDataGrid, which allows custom rendering of the toolbar. (#​7190)
  • Added a new allowResetButton prop to toolbarVisibility.showDisplaySelector of EuiDataGrid, which allows hiding the "Reset to default" button from the display settings popover. (#​7190)
  • Added a new additionalDisplaySettings prop to toolbarVisibility.showDisplaySelector of EuiDataGrid, which allows rendering extra settings inside the display settings popover. (#​7190)
  • Updated EuiDataGrid's toolbar display settings button icon (#​7190)
  • Updated EuiTextTruncate with significantly improved iteration performance. Removed measurementRenderAPI prop, as EuiTextTruncation now only uses more performant canvas render API (#​7210)
  • Updated EuiPopover with a new configurable repositionToCrossAxis prop (#​7211)
  • Updated EuiDatePicker to support compressed input styling (#​7218)
  • Added gradient and palette icon glyphs. (#​7220)

Bug fixes

  • Fixed EuiPopover's missing animations on popover close (#​7211)
  • Fixed EuiInputPopover anchoring to the wrong side and missing shadows on smaller screens (#​7211)
  • Fixed EuiSuperDatePicker icon spacing on the quick select button (#​7217)
  • Fixed a missing type in EuiMarkdownEditor's default processing plugins (#​7221)

v88.4.1

Compare Source

Bug fixes

  • Fixed missing classNames on EuiTextTruncate (#​7212)
  • Fixed titles on EuiComboBox dropdown options to always be present (#​7212)
  • Fixed EuiComboBox truncation issues when search is an empty space (#​7212)

v88.4.0

Compare Source

  • Updated EuiComboBox to allow configuring text truncation behavior via truncationProps. These props can be set on the entire combobox as well as on on individual dropdown options. (#​7028)
  • Updated EuiInMemoryTable with a new searchFormat prop (defaults to eql). When setting this prop to text, the built-in search bar will ignore EQL syntax and allow searching for plain strings with special characters and symbols. (#​7175)

Bug fixes

  • EuiComboBox now always shows the highlighted search text, even on truncated text (#​7028)
  • Fixed missing i18n in EuiSearchBar's default placeholder and aria-label text (#​7175)
  • Fixed the inline compressed styles of EuiDescriptionListTitle to use a taller line-height for readability (#​7185)
  • Fixed EuiComboBox to correctly truncate selected items when displayed as pills and plain text (#​7193)

Accessibility

  • Added aria-current attribute to EuiTablePagination (#​7186)

CSS-in-JS conversions

  • Converted EuiDroppable and EuiDraggable to Emotion; Removed $euiDragAndDropSpacing Sass variables (#​7187)

Configuration

📅 Schedule: Branch creation - "every 2 weeks on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file skip-newsletter labels Sep 25, 2023
@renovate renovate bot requested a review from a team September 25, 2023 03:47
@elastic-datavis elastic-datavis bot temporarily deployed to renovate/elastic-eui-88.x September 25, 2023 03:50 Inactive
@renovate renovate bot force-pushed the renovate/elastic-eui-88.x branch from 2a6d895 to 9206685 Compare September 25, 2023 20:06
@renovate renovate bot changed the title fix(deps): update dependency @elastic/eui to ^88.4.1 fix(deps): update dependency @elastic/eui to ^88.5.0 Sep 25, 2023
@elastic-datavis elastic-datavis bot temporarily deployed to renovate/elastic-eui-88.x September 25, 2023 20:08 Inactive
@nickofthyme nickofthyme merged commit 2bb921e into main Sep 26, 2023
@nickofthyme nickofthyme deleted the renovate/elastic-eui-88.x branch September 26, 2023 16:21
nickofthyme pushed a commit that referenced this pull request Nov 8, 2023
# [61.0.0](v60.0.0...v61.0.0) (2023-11-08)

### Bug Fixes

* `onRenderChange` callback trigger on resize ([#2228](#2228)) ([be30c1b](be30c1b))
* **axis:** always render `tickLine` unless `visible` is `false` ([#2194](#2194)) ([ec95d50](ec95d50))
* **BarSeries:** ignore histogram mode in determining stacked series ([#2225](#2225)) ([27b4281](27b4281))
* clamp brushing min of last bucket ([#2227](#2227)) ([155c22d](155c22d))
* **deps:** update dependency @elastic/eui to ^88.5.0 ([#2179](#2179)) ([2bb921e](2bb921e))
* **deps:** update dependency @elastic/eui to ^88.5.4 ([#2190](#2190)) ([05b33e5](05b33e5))
* **deps:** update dependency @elastic/eui to ^89.1.0 ([#2212](#2212)) ([a91f68d](a91f68d))
* **deps:** update dependency @elastic/eui to v89 ([#2193](#2193)) ([132327d](132327d))
* **deps:** update dependency @elastic/eui to v90 ([#2222](#2222)) ([10cd53b](10cd53b))

### chore

* reclaim charts theme ownership from eui ([#2175](#2175)) ([422c7d5](422c7d5))

### Features

* **metric:** allow alpha colors and improve contrast logic  ([#2184](#2184)) ([dd5732e](dd5732e))

### BREAKING CHANGES

* **BarSeries:** now ignores histogram mode in determining stacked series
* elastic charts theme renamed to `LEGACY_DARK_THEME` and `LEGACY_LIGHT_THEME` in favor of the main `DARK_THEME` and `LIGHT_THEME` which was merged with eui theme overrides. These new themes are now default.
* **axis:** Now respects `tickLine.padding` whenever `tickLine.visible` is `true`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file skip-newsletter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant