-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 v77.1.1 #154838
Upgrade EUI to v77.1.1 #154838
Conversation
…ols as support for the isLoading and isInvalid props was added.
…to use the comboBoxClearButton data-test-subj as the ComboBox class names have been updated
… controls to take the EuiFormLayout wrapper into account when testing onChange functionality
@elasticmachine merge upstream |
Pinging @elastic/eui-design (EUI) |
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.
Rules Area LGTM
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.
ResponseOps changes LGTM.
@elasticmachine merge upstream |
@elastic/protections-experience @elastic/security-solution-platform - ping for CODEOWNER approvals. We're looking to merge this PR soon. Thanks! |
💚 Build Succeeded
Metrics [docs]Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
EUI
77.0.0
➡️77.1.1
77.1.0
EuiDatePicker
to display a warning icon and correctly setaria-invalid
whenisInvalid
is passed (#6677)EuiFilePicker
to display an alert icon whenisInvalid
(#6678)EuiTextArea
to display an alert icon whenisInvalid
(#6679)EuiTextArea
to support theisLoading
prop (#6679)EuiComboBox
to display a warning icon and correctly setaria-invalid
whenisInvalid
is passed (#6680)Bug fixes
EuiAccordion
to not set anaria-expanded
attribute on non-interactivebuttonElement
s (#6694)EuiPopoverFooter
bug causing nested popovers within popovers (note: not a recommended use-case) to unintentionally override its panel padding size inherited from context (#6698)EuiComboBox
to only delete the last selected item on backspace if the input caret is present (#6699)