fix(deps): update dependency @elastic/eui to ^94.3.0#2424
Merged
nickofthyme merged 4 commits intomainfrom May 7, 2024
Merged
Conversation
26a0612 to
5a392b5
Compare
…o renovate/elastic-eui-94.x
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
nickofthyme
approved these changes
May 7, 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:
^94.1.0->^94.3.0Release Notes
elastic/eui (@elastic/eui)
v94.3.0Compare Source
launchglyph forEuiIcon(#7670)EuiComboBox'soptionsto support including tooltip details for selectable options. UsetoolTipContentto render tooltip information, andtoolTipPropsto optionally customize the tooltip rendering behavior (#7700)EuiIcon: (#7727)error(now an outlined version instead of filled)tokenMetricCountertokenMetricGaugeEuiIcon: (#7727)tokenDimensionclickLeftclickRightclockCountererrorFilled(the previouserrorglyph design)warningFilledBug fixes
EuiComboBoxwithisLoadingin mobile views (#7700)EuiDataGridthat prevented content text alignment styles to apply (#7720)EuiFlexGroupandEuiFlexItemrefprop typing to support refs of the same type as the passedcomponenttype and allowdisplayNameto be defined for easy component naming when using component wrappers likestyled()(#7724)v94.2.1Compare Source
Bug fixes
EuiTabbedContentedge case bug that occurred when updated with a completely different set oftabs(#7713)@storybook/testdependency to be listed indevDependenciesand notdependencies(#7719)v94.2.0Compare Source
getDefaultEuiMarkdownPlugins()to allow excluding the following plugins in addition totooltip: (#7676)checkboxlinkValidatorlineBreaksemojiEuiSelectable'sisPreFilteredprop to allow passing a configuration object, which allows disabling search highlighting in addition to search filtering (#7683)EuiFlexGroupandEuiFlexItemprop types to support passing any valid React component type to thecomponentprop and ensure proper type checking of the extra props forwarded to thecomponent. (#7688)EuiSearchBarto allow the@special character in query string searches (#7702)optionMatcherprop toEuiSelectableandEuiComboBoxallowing passing a custom option matcher function to these components and controlling option filtering for given search string (#7709)Bug fixes
EuiPageTemplatebug where prop updates would not cascade down to child sections (#7648)EuiPageTemplatenow explicitly requires using theEuiPageTemplate.Sidebarrather thanEuiPageSidebarEuiFieldNumber's typing to accept an icon configuration shape (#7666)EuiFieldTextandEuiFieldNumberto render the correct paddings for icon shapes set toside: 'right'(#7666)EuiFieldTextandEuiFieldNumberto fully ignoreicon/prepend/appendwhencontrolOnlyis set to true (#7666)EuiColorPicker's input not setting the correct right padding for the number of icons displayed (#7666)EuiRanges withshowInput: (#7678)append/prependlabels no longer cause a background bugEuiTableRowCells with therowheader scope (#7681)toolTipPropstype onEuiSuperUpdateButtonto usePartial<EuiToolTipProps>(#7692)popperPropsonEuiDatePicker(#7694)EuiDataGrids withleadingControlColumnswhen moving columns to the left/right (#7701) (#7698)EuiSuperDatePickerto validate date string with respect of locale onEuiAbsoluteTab. (#7705)EuiSuperDatePicker's absolute tab on small mobile screens (#7708)FieldValueSelectionFiltercomponent (#7718)Dependency updates
@hello-pangea/dndto v16.6.0 (#7599)remark-rehypeto v8.1.0 (#7601)Accessibility
EuiBasicTableandEuiInMemoryTable's selection checkboxes to have unique aria-labels per row (#7672)aria-valuetextattributes toEuiRanges with tick labels for improved screen reader UX (#7675)EuiAccordionto keep focus on accordion trigger instead of moving to content on click/keypress (#7696)aria-disabledattribute toEuiHorizontalStepswhen status is "disabled" (#7699)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.