fix(deps): update dependency @elastic/eui to ^88.5.0#2179
Merged
nickofthyme merged 1 commit intomainfrom Sep 26, 2023
Merged
Conversation
2a6d895 to
9206685
Compare
nickofthyme
approved these changes
Sep 26, 2023
nickofthyme
pushed a commit
that referenced
this pull request
Nov 8, 2023
# [61.0.0](v60.0.0...v61.0.0) (2023-11-08) ### Bug Fixes * `onRenderChange` callback trigger on resize ([#2228](#2228)) ([be30c1b](be30c1b)) * **axis:** always render `tickLine` unless `visible` is `false` ([#2194](#2194)) ([ec95d50](ec95d50)) * **BarSeries:** ignore histogram mode in determining stacked series ([#2225](#2225)) ([27b4281](27b4281)) * clamp brushing min of last bucket ([#2227](#2227)) ([155c22d](155c22d)) * **deps:** update dependency @elastic/eui to ^88.5.0 ([#2179](#2179)) ([2bb921e](2bb921e)) * **deps:** update dependency @elastic/eui to ^88.5.4 ([#2190](#2190)) ([05b33e5](05b33e5)) * **deps:** update dependency @elastic/eui to ^89.1.0 ([#2212](#2212)) ([a91f68d](a91f68d)) * **deps:** update dependency @elastic/eui to v89 ([#2193](#2193)) ([132327d](132327d)) * **deps:** update dependency @elastic/eui to v90 ([#2222](#2222)) ([10cd53b](10cd53b)) ### chore * reclaim charts theme ownership from eui ([#2175](#2175)) ([422c7d5](422c7d5)) ### Features * **metric:** allow alpha colors and improve contrast logic ([#2184](#2184)) ([dd5732e](dd5732e)) ### BREAKING CHANGES * **BarSeries:** now ignores histogram mode in determining stacked series * elastic charts theme renamed to `LEGACY_DARK_THEME` and `LEGACY_LIGHT_THEME` in favor of the main `DARK_THEME` and `LIGHT_THEME` which was merged with eui theme overrides. These new themes are now default. * **axis:** Now respects `tickLine.padding` whenever `tickLine.visible` is `true`
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:
^88.3.0->^88.5.0Release Notes
elastic/eui (@elastic/eui)
v88.5.0Compare Source
EuiCallOutwith a newonDismissprop (#7156)renderCustomToolbarprop toEuiDataGrid, which allows custom rendering of the toolbar. (#7190)allowResetButtonprop totoolbarVisibility.showDisplaySelectorofEuiDataGrid, which allows hiding the "Reset to default" button from the display settings popover. (#7190)additionalDisplaySettingsprop totoolbarVisibility.showDisplaySelectorofEuiDataGrid, which allows rendering extra settings inside the display settings popover. (#7190)EuiDataGrid's toolbar display settings button icon (#7190)EuiTextTruncatewith significantly improved iteration performance. RemovedmeasurementRenderAPIprop, asEuiTextTruncationnow only uses more performant canvas render API (#7210)EuiPopoverwith a new configurablerepositionToCrossAxisprop (#7211)EuiDatePickerto supportcompressedinput styling (#7218)gradientandpaletteicon glyphs. (#7220)Bug fixes
EuiPopover's missing animations on popover close (#7211)EuiInputPopoveranchoring to the wrong side and missing shadows on smaller screens (#7211)EuiSuperDatePickericon spacing on the quick select button (#7217)EuiMarkdownEditor's default processing plugins (#7221)v88.4.1Compare Source
Bug fixes
classNames onEuiTextTruncate(#7212)titles onEuiComboBoxdropdown options to always be present (#7212)EuiComboBoxtruncation issues when search is an empty space (#7212)v88.4.0Compare Source
EuiComboBoxto allow configuring text truncation behavior viatruncationProps. These props can be set on the entire combobox as well as on on individual dropdown options. (#7028)EuiInMemoryTablewith a newsearchFormatprop (defaults toeql). When setting this prop totext, the built-in search bar will ignore EQL syntax and allow searching for plain strings with special characters and symbols. (#7175)Bug fixes
EuiComboBoxnow always shows the highlighted search text, even on truncated text (#7028)EuiSearchBar's default placeholder and aria-label text (#7175)EuiDescriptionListTitleto use a taller line-height for readability (#7185)EuiComboBoxto correctly truncate selected items when displayed as pills and plain text (#7193)Accessibility
aria-currentattribute toEuiTablePagination(#7186)CSS-in-JS conversions
EuiDroppableandEuiDraggableto Emotion; Removed$euiDragAndDropSpacingSass variables (#7187)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.