Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

elastic/eui

v64.0.1

Compare Source

Bug fixes

  • Fixed CollapsedItemActions ref callback not accounting for null value (#​6145)

CSS-in-JS conversions

  • Added logicalCSSWithFallback() utility for logical properties without full browser support (#​6124)
  • Converted euiFullHeight() Sass mixin to Emotion (#​6124)
  • Converted all global CSS utility classes to Emotion (#​6124)

v64.0.0

Compare Source

  • Added onPositionChange callback prop to EuiPopover for when the popover positon changes (#​6087)
  • Added isDisabled prop to EuiAccordion (#​6095)
  • Added css prop to CommonProps interface (#​6118)
  • Added new useIsWithinMaxBreakpoint and useIsWithinMinBreakpoint service hooks (#​6119)

Bug fixes

  • Fixed the steps prop type for useEuiTour to not require onFinish (#​6087)
  • Fixed JS breakpoint hooks (useCurrentEuiBreakpoint, useIsWithinBreakpoints, and euiBreakpoint) to correctly handle custom theme breakpoint keys (#​6111)
  • Fixed :first-child/:nth-child console warnings for consumers not passing in a cache to EuiProvider (#​6126)
  • Fixed EuiScreenReaderLive double announcements on VO when focusRegionOnTextChange is not set (#​6133)
  • Fixed onBlur and onFocus handlers from EuiDatePickerRange being incorrectly applied to wrapping element rather than the start/end control datepickers. (#​6136)
  • Fixed missing data-fixed-headers property in some layout configurations using EuiPageTemplate. (#​6140)
  • Fixed EuiAspectRatio sometimes incorrectly inheriting its height from parent containers as opposed to from its aspect ratio (#​6141)
  • Fixed EuiAspectRatio to allow custom styles to be passed by consumers (#​6141)
  • Fixed eui.d.ts containing @testing-library type definitions (#​6142)

Breaking changes

  • Removed getBreakpoint. Use useCurrentEuiBreakpoint instead (#​6119)
  • Removed BREAKPOINTS and BREAKPOINT_KEYS. Use euiTheme.breakpoint instead (#​6119)
  • Removed isWithinBreakpoints. Use useIsWithinBreakpoints instead (#​6119)
  • Removed isWithinMaxBreakpoint. Use useIsWithinMaxBreakpoint instead (#​6119)
  • Removed isWithinMinBreakpoint. Use useIsWithinMinBreakpoint instead (#​6119)
  • EuiFlyout now only accepts a named breakpoint size for its pushMinBreakpoint prop (#​6119)
  • EuiCollapsibleNav now only accepts a named breakpoint size for its dockedBreakpoint prop (#​6119)
  • @emotion/cache is now a required peer dependency, alongside @emotion/react (#​6126)

CSS-in-JS conversions

  • Converted EuiTour to Emotion (#​6087)

v63.0.3

Compare Source

Note: this release is a backport containing changes originally made in 64.0.1

Bug fixes

  • Fixed CollapsedItemActions ref callback not accounting for null value (#​6145)

v63.0.2

Compare Source

Note: this release is a backport containing changes originally made in 64.0.0

Bug fixes

  • Fixed eui.d.ts containing @testing-library type definitions (#​6142)

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, 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 Aug 22, 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 August 22, 2022 04:37
@renovate renovate bot force-pushed the renovate/@elasticeui branch from 8fbaf06 to 352c1a2 Compare August 22, 2022 08:29
@renovate renovate bot force-pushed the renovate/@elasticeui branch from 352c1a2 to ff876b4 Compare August 22, 2022 13:26
@renovate renovate bot force-pushed the renovate/@elasticeui branch from ff876b4 to afa2d36 Compare August 22, 2022 14:09
@nickofthyme nickofthyme merged commit bb028e9 into master Aug 22, 2022
@nickofthyme nickofthyme deleted the renovate/@elasticeui branch August 22, 2022 20:00
nickofthyme pushed a commit that referenced this pull request Aug 23, 2022
## [47.2.1](v47.2.0...v47.2.1) (2022-08-23)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v63 ([#1783](#1783)) ([554f370](554f370))
* **deps:** update dependency @elastic/eui to v64 ([#1798](#1798)) ([bb028e9](bb028e9))
* **metric:** clip title at right length ([#1790](#1790)) ([7d7ad55](7d7ad55))
* **metric:** use a correct React key for each grid item ([#1789](#1789)) ([076406e](076406e))
monfera pushed a commit to monfera/elastic-charts that referenced this pull request Aug 23, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
monfera pushed a commit to monfera/elastic-charts that referenced this pull request Aug 23, 2022
## [47.2.1](elastic/elastic-charts@v47.2.0...v47.2.1) (2022-08-23)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v63 ([elastic#1783](elastic#1783)) ([554f370](elastic@554f370))
* **deps:** update dependency @elastic/eui to v64 ([elastic#1798](elastic#1798)) ([bb028e9](elastic@bb028e9))
* **metric:** clip title at right length ([elastic#1790](elastic#1790)) ([7d7ad55](elastic@7d7ad55))
* **metric:** use a correct React key for each grid item ([elastic#1789](elastic#1789)) ([076406e](elastic@076406e))
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.

3 participants