fix(deps): update dependency @elastic/eui to v94#2409
Merged
nickofthyme merged 1 commit intomainfrom Apr 18, 2024
Merged
Conversation
nickofthyme
approved these changes
Apr 18, 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.6.0->^94.1.0Release Notes
elastic/eui (@elastic/eui)
v94.1.0Compare Source
EuiTableHeaderCellto show a subduedsortableicon for columns that are not currently sorted but can be (#7656)EuiBasicTableandEuiInMemoryTable'scolumns[].actions[]'s to pass back click events toonClickcallbacks as the second callback (#7667)v94.0.0Compare Source
EuiTable,EuiBasicTable, andEuiInMemoryTablewith a newresponsiveBreakpointprop, which allows customizing the point at which the table collapses into a mobile-friendly view with cards (#7625)EuiProvider'scomponentDefaultsprop to allow configuringEuiTable.responsiveBreakpoint(#7625)Bug fixes
EuiBasicTable&EuiInMemoryTableisPrimaryactions are now correctly shown on mobile views (#7640)mobileOptions: (#7642)mobileOptions.alignis now respected instead of all cells being forced to left alignmenttextTruncateandtextOnlyare now respected even if arenderfunction is not passedBreaking changes
EuiTableHeaderButtoncomponent (#7621)responsiveprop fromEuiTable,EuiBasicTable, andEuiInMemoryTable. Use the newresponsiveBreakpointprop instead (#7625)EuiBasicTableorEuiInMemoryTablefor responsive table behavior to work correctly, and can be removed: (#7632)isSelectableisExpandablehasActionsshowOnHoverprop fromEuiTableRowCell/EuiBasicTable/EuiInMemoryTable'scolumnsAPI. Use the new actionscolumns[].actions[].showOnHoverAPI instead. (#7640)textOnlyprop fromEuiBasicTableandEuiInMemoryTable. Usecolumns[].textOnlyinstead. (#7642)DOM changes
EuiTablemobile headers no longer render in the DOM when not visible (previously rendered withdisplay: none). This may affect DOM testing assertions. (#7625)EuiTableRowCellnow applies passedclassNames to the parent<td>element, instead of to the inner cell content<div>. (#7631)EuiTableRows rendered by basic and memory tables now only render a.euiTableRow-isSelectableclassName if the selection checkbox is not disabled (#7632)EuiTableRowCells withtextOnlyset tofalsewill no longer attempt to apply the.euiTableCellContent__textclassName to child elements. (#7641)EuiTableRowCellno longer renders mobile headers to the DOM unless the current table is displaying its responsive view. (#7642)EuiTableHeaderCellandEuiTableRowCellwill no longer render in the DOM at all on mobile if their columns'mobileOptions.showis set tofalse. (#7642)EuiTableHeaderCellandEuiTableRowCellwill no longer render in the DOM at all on desktop if their columns'mobileOptions.onlyis set totrue. (#7642)CSS-in-JS conversions
EuiTable,EuiTableRow,EuiTableRowCell, and all other table subcomponents to Emotion (#7654)EuiTableSass variables: (#7654)$euiTableCellContentPadding$euiTableCellContentPaddingCompressed$euiTableCellCheckboxWidth$euiTableHoverColor$euiTableSelectedColor$euiTableHoverSelectedColor$euiTableActionsBorderColor$euiTableHoverClickableColor$euiTableFocusClickableColorEuiTableSass mixins: (#7654)euiTableActionsBackgroundMobileeuiTableCellCheckboxeuiTableCellConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.