fix(deps): update dependency @elastic/eui to ^93.5.1#2375
Merged
nickofthyme merged 1 commit intomainfrom Mar 25, 2024
Merged
Conversation
c2a6180 to
3da6bb9
Compare
3da6bb9 to
db21faf
Compare
Collaborator
|
buildkite test this |
nickofthyme
approved these changes
Mar 25, 2024
nickofthyme
pushed a commit
that referenced
this pull request
May 20, 2024
# [65.0.0](v64.1.0...v65.0.0) (2024-05-20) ### Bug Fixes * **barSeries:** error rendering bars with negative log scale ([#2407](#2407)) ([4ab6d8f](4ab6d8f)) * **deps:** update dependency @elastic/eui to ^93.5.1 ([#2375](#2375)) ([35ed956](35ed956)) * **deps:** update dependency @elastic/eui to ^93.5.2 ([#2386](#2386)) ([e26c6dd](e26c6dd)) * **deps:** update dependency @elastic/eui to ^93.6.0 ([#2393](#2393)) ([40f2b7b](40f2b7b)) * **deps:** update dependency @elastic/eui to ^94.3.0 ([#2424](#2424)) ([cff5181](cff5181)) * **deps:** update dependency @elastic/eui to v94 ([#2409](#2409)) ([67c814f](67c814f)) * **deps:** update dependency @playwright/test to ^1.43.0 ([#2388](#2388)) ([42f86d7](42f86d7)) * **deps:** update dependency @playwright/test to ^1.43.1 ([#2413](#2413)) ([79b1c7f](79b1c7f)) * **deps:** update dependency json-schema-to-typescript to v14 ([#2414](#2414)) ([785f635](785f635)) * **deps:** update dependency json-schema-to-typescript to v14.0.4 ([#2421](#2421)) ([790170a](790170a)) * **legend:** custom legend covered by background ([#2366](#2366)) ([5b9ffac](5b9ffac)) ### Features * add support for start day of week on MLT axis ([#2362](#2362)) ([3aac1f0](3aac1f0)) * **Legend:** change click on item behaviour ([#2427](#2427)) ([b1c72df](b1c72df)) * **legend:** change click on item behaviour ([#2431](#2431)) ([b03bdd0](b03bdd0)) * **legend:** Improve interactions legend labels ([#2418](#2418)) ([384baac](384baac)) * **legend:** select legend statistic value ([#2355](#2355)) ([a602838](a602838)) * **metric:** support array of values ([#2428](#2428)) ([e448bd7](e448bd7)) ### Reverts * **legend:** change click on item behaviour ([#2429](#2429)) ([cc438a1](cc438a1)), closes [#2427](#2427) ### BREAKING CHANGES * **legend:** The legend modifier key has been changed to CTRL (or CMD on Mac) from SHIFT. The SHIFT key will no longer have any effect on click.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^93.3.0->^93.5.1Release Notes
elastic/eui (@elastic/eui)
v93.5.1Compare Source
Bug fixes
EuiSelectables to not cause Jest/jsdom errors on active option change (#7618)v93.5.0Compare Source
EuiHeaderLinksnow accepts achildrenrender function that will be passed acloseMobilePopovercallback, allowing consumers to close the mobile popover by its content (#7603)EuiSelectableto support scrolling list containers whenlistProps.isVirtualizationis set tofalse(#7609)Bug fixes
EuiIconTip's defaultaria-labeltext to be i18n tokenizable (#7606)EuiTextArea's CSS box model to no longer render a few extra pixels of strut height (#7607)Dependency updates
@types/refractorto v3.4.0 (#7590)@types/lodashto v4.14.202 (#7591)@types/resize-observer-browserdependency.ResizeObservertypes should already be baked in to Typescript as of 4.2+ (#7592)classnamesto v2.5.1 (#7593)@types/numeralto v2.0.5 (#7594)@types/react-windowto 1.8.8 (#7597)prop-typesto v15.18.1 (#7602)prop-typesas a peer dependency, per package recommendation (#7602)Accessibility
EuiIconsno longer applyaria-hiddento empty icons, as long as a valid title or label is provided to the icon. In particular, this is intended to improve the accessibility of loadingEuiIconTips. (#7606)v93.4.0Compare Source
EuiButtonGroup'soptionsconfigs:toolTipContent,toolTipProps, andtitle. These new properties allow wrapping buttons inEuiToolTips, and additionally customizing or disabling the native browsertitletooltip. (#7461)EuiResizeObserveranduseResizeObserver's performance to not trigger page reflows on resize event (#7575)EuiSuperUpdateButtonto support custom button text via an optionalchildrenprop (#7576)Bug fixes
EuiFlyoutto not repeatedly remove/add a body class on resize (#7462)EuiToasttitle text to wrap instead of overflowing out of the container (#7568)EuiHeaderBreadcrumbswith popovers (#7580)Deprecations
euiPalettePositiveandeuiPaletteNegativein favour of a more culturally inclusiveeuiPaletteGreenandeuiPaletteRed(#7570)@elastic/chartsexports: (#7572)EUI_CHARTS_THEME_<DARK|LIGHT>in favor of<DARK|LIGHT>_THEMEfrom@elastic/charts. (#7572)EUI_SPARKLINE_THEME_PARTIALin favor ofuseSparklineOverridestheme from the kibanachartspluginthemeservice.Accessibility
EuiModalto set anaria-modalattribute and a defaultdialogrole (#7564)EuiConfirmModalto set a defaultalertdialogrole (#7564)EuiModalandEuiConfirmModalto properly trap Safari+VoiceOver's virtual cursor (#7564)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.
This PR has been generated by Mend Renovate. View repository job log here.