fix(deps): update dependency @elastic/eui to ^88.2.0#2161
Merged
nickofthyme merged 2 commits intomainfrom Sep 11, 2023
Merged
Conversation
nickofthyme
approved these changes
Sep 11, 2023
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
pushed a commit
that referenced
this pull request
Sep 20, 2023
# [60.0.0](v59.1.0...v60.0.0) (2023-09-20) ### Bug Fixes * **deps:** update dependency @elastic/eui to ^88.2.0 ([#2161](#2161)) ([6609a19](6609a19)) * **deps:** update dependency @elastic/eui to ^88.3.0 ([#2163](#2163)) ([624f43a](624f43a)) * **deps:** update dependency @elastic/eui to v85 ([#2113](#2113)) ([1b3fa7c](1b3fa7c)) * **deps:** update dependency @elastic/eui to v87 ([#2145](#2145)) ([312c32c](312c32c)) * **deps:** update dependency @elastic/eui to v88 ([#2154](#2154)) ([4070da0](4070da0)) * **tooltip:** rendering in react v18 ([#2169](#2169)) ([f30df54](f30df54)) * update font family ([#2165](#2165)) ([be07b0c](be07b0c)) * **waffle:** remove alpha artifacts ([#2139](#2139)) ([8eb4ede](8eb4ede)) * Wait a tick before reporting render status ([#2131](#2131)) ([fd2bca4](fd2bca4)) * **xy:** disable legend extra on ordinal ([#2114](#2114)) ([3ddfb18](3ddfb18)) ### Features * add locale prop to Settings ([#2164](#2164)) ([0bb3ab1](0bb3ab1)) ### BREAKING CHANGES * **xy:** when using the `ScaleType.Ordinal` for the X scale the legend extra value, representing the last and current hovered value, will not be shown.
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.0.0->^88.2.0Release Notes
elastic/eui (@elastic/eui)
v88.2.0Compare Source
EuiTextTruncatecomponent, which provides custom truncation options beyond native CSS (#7116)EuiHeaders now set a global CSS--euiFixedHeadersOffsetvariable, which updates dynamically based on the number of fixed headers on the page. (#7144)EuiFlyouts now dynamically set their position, height, and mask based on the number of fixed headers on the page. (#7144)EuiPageSidebars now dynamically set their position and height based on the number of fixed headers on the page. This can still be overridden via thesticky.offsetprop if needed. (#7144)EuiPageTemplatenow dynamically offsets content from any fixed headers on the page. This can still be overridden via theoffsetprop if needed. (#7144)EuiAccordionwith a newbordersprop (#7154)EuiAccordionwith a newbuttonProps.paddingSizeprop (#7154)Deprecations
euiHeaderAffordForFixedmixin. Use the new global CSSvar(--euiFixedHeadersOffset)variable instead. (#7144)CSS-in-JS conversions
classNamesthat are component-specific. As part of this effort, we have removed the followingEuiAccordion-specific classes: (#7154).euiAccordionFormstyles. Use theborders="horizontal"prop instead.euiAccordionForm__buttonstyles. Use thebuttonProps={{ paddingSize: 'm' }}prop instead.euiAccordionForm__extraActionstyles. Convert this to your own custom CSS if necessary..euiAccordionForm__titlestyles. Convert this to your own custom CSS if necessary.v88.1.0Compare Source
font.defaultUnitstheme token. EUI component font sizes default toremunits - this token allows consumers to configure this topxorem(#7133)EuiDescriptionListwith newcolumnWidthsprop (#7146)Bug fixes
EuiDataGrid's keyboard shortcuts popover display (#7146)CSS-in-JS conversions
useEuiFontSize()'smeasurementoption tounitfor clarity (#7133)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.