Skip to content

fix(deps): update dependency @elastic/eui to v90#2222

Merged
nickofthyme merged 1 commit intomainfrom
renovate/@elasticeui
Nov 2, 2023
Merged

fix(deps): update dependency @elastic/eui to v90#2222
nickofthyme merged 1 commit intomainfrom
renovate/@elasticeui

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

elastic/eui (@​elastic/eui)

v90.0.0

Compare Source

  • Updated the eventColor prop on EuiCommentEvent to apply the color to the entire comment header. (#​7288)
  • Updated EuiBasicTable and EuiInMemoryTable to support a new controlled selection API: selection.selected (#​7321)

Bug fixes

  • Fixed controlled EuiFieldNumbers not correctly updating native validity state (#​7291)
  • Fixed EuiListGroupItem to pass style props to the wrapping <li> element alongside className and css. All other props will be passed to the underlying content. (#​7298)
  • Fixed EuiListGroupItem's non-transitioned transform on hover/focus (#​7298)
  • Fixed EuiDataGrids with gridStyle.stripes sometimes showing buggy row striping after being sorted (#​7301)
  • Fixed EuiDataGrid's gridStyle.rowClasses API to not conflict with gridStyle.stripes if dynamically updated (#​7301)
  • Fixed EuiDataGrid's gridStyle.rowClasses API to support multiple space-separated classes (#​7301)
  • Fixed EuiInputPopover not calling onPanelResize callback prop (#​7305)
  • Fixed EuiDualRange incorrectly positioning highlights when rendered with showInput="inputWithPopover" (#​7305)
  • Fixed EuiTabs incorrectly wrapping text when it should instead either scroll or truncate (#​7309)
  • EuiContextMenu now renders text colors correctly when used within an EuiBottomBar (#​7312)
  • Fixed the width of EuiSuperDatePicker's Absolute date picker (#​7313)
  • Fixed EuiDataGrid cells visually cutting off overflowing content a little too quickly (#​7320)

Deprecations

  • Deprecated EuiBasicTable and EuiInMemoryTable's ref setSelection API. Use the new selection.selected API instead. (#​7321)

Breaking changes

  • Removed EuiPageTemplate_Deprecated, EuiPageSideBar_Deprecated, and EuiPageContent*_Deprecated (#​7265)
  • Removed the ghost color option from EuiButton, EuiButtonEmpty, and EuiButtonIcon. Use an <EuiThemeProvider colorMode="dark"> wrapper and color="text" instead. (#​7296)

Dependency updates

Accessibility

  • EuiContextMenu now correctly respects reduced motion preferences (#​7312)
  • EuiAccordions no longer attempt to focus child content when the accordion is externally opened via forceState, but will continue to focus expanded content when users click the toggle button. (#​7314)

CSS-in-JS conversions

  • Converted EuiContextMenu, EuiContextMenuPanel, and EuiContextMenuItem to Emotion; Removed $euiContextMenuWidth (#​7312)

Configuration

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

🚦 Automerge: Enabled.

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 Oct 30, 2023
@renovate renovate bot requested a review from a team October 30, 2023 23:06
@nickofthyme nickofthyme merged commit 10cd53b into main Nov 2, 2023
@nickofthyme nickofthyme deleted the renovate/@elasticeui branch November 2, 2023 15:14
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