-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade EUI to v90.0.0 #170179
Merged
Merged
Upgrade EUI to v90.0.0 #170179
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
5def5b3
Upgrade EUI to v90.0.0
cee-chen 33d07d6
i18n changes
cee-chen 6799576
`.defaultProps` removal - Enzyme snapshot updates
cee-chen a261319
[EuiInputPopover] Update type
cee-chen 34da769
[EuiCommentEvent] Remove now-unnecessary color override
cee-chen bc79ffc
[EuiCommentEvent] Snapshot updates
cee-chen adce17a
[EuiContextMenuPanel] Update className
cee-chen 9528498
[EuiContextMenu] Remove now unnecessary CSS specificity
cee-chen f1d3bde
Fix static usage of EuiContextMenu CSS/DOM
cee-chen e5e6c46
[EuiContextMenu] Fix test DOM failures
cee-chen 20d3666
[EuiContextMenu][canvas shareable runtime] Update tests to account fo…
cee-chen e9dc927
[EuiContextMenuPanel] Update snapshots
cee-chen 4f211ca
[EuiContextMenu] Test workaround for animating/transitioning panels
cee-chen f4c7ac4
[EuiContextMenu] Update FTR/E2E selectors
cee-chen 0657a08
[Lens] Workaround for EuiFieldNumber validity change causing annotati…
cee-chen 3fde6ef
Merge branch 'main' into eui-v90.x
cee-chen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stephmilovic FYI that
EuiCommentEvent
respectingeventColor
for all types is now fixed in EUI, and the workaround you added in #167674 should no longer be necessary - but please feel free to QA and let us know if that's not the case!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing, thank you!!