Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @elastic/eui to ^60.3.0 #1755

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

elastic/eui

v60.3.0

Compare Source

  • EuiDataGrid's imperative API now exposes the scrollTo and scrollToItem APIs of react-window. (#​6042)

Bug fixes

  • Fixed drag and drop interactions on EuiAccordion elements (#​6031)
  • Fixed EuiDataGrid's row count/indices announced to screen readers when virtualized (#​6033)
  • Fixed EuiDataGrid's current cell row/column position announced to screen readers when sorted and paginated, and also improved column identification and announcement cadence (#​6033)
  • Fixed EuiContextMenuPanelDescriptor's width prop type to correctly reflect that it allows all CSS width values, not just numbers (#​6043)
  • Fixed EuiSelectable onChange keyboard events not being correctly passed back on React v16 (#​6045)

Configuration

📅 Schedule: Branch creation - "every weekend" (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, click this checkbox.

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 Jul 16, 2022
@kibanamachine
Copy link

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@renovate renovate bot requested a review from a team July 16, 2022 01:28
@nickofthyme nickofthyme merged commit 623b19f into master Jul 18, 2022
@nickofthyme nickofthyme deleted the renovate/@elasticeui branch July 18, 2022 15:05
nickofthyme pushed a commit that referenced this pull request Jul 22, 2022
# [47.0.0](v46.13.0...v47.0.0) (2022-07-22)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^60.3.0 ([#1755](#1755)) ([623b19f](623b19f))

### Features

* **tooltip:** composable tooltips - phase 1 ([#1725](#1725)) ([e79fa20](e79fa20))

### BREAKING CHANGES

* **tooltip:** `Settings.tooltip` is deprecated in favor of the new `Tooltip` spec. Type changes related to `TooltipProps`, `TooltipSettings` and others see #1725. Changes to tooltip styles from dark to light theme. The Annotation tooltip class `.echAnnotation` used to target the icon, but now refers to the tooltip itself similar to `.echTooltip` and now `.echAnnotation__marker` refers to the icon itself.

```diff
 const tooltipProps = {...};
 <Chart>
-  <Settings tooltip={tooltipProps} />
+  <Tooltip {...tooltipProps} />
 </Chart>
```
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.

2 participants